Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: multichild
  • Content: Threads
  • Order by date
  1. multichild

    Date doesn't display on month selection

    I have a form that contains a variety of functions for a tutorial. I have a problem with one of the functions, in that the date doesnt display straight away without selecting a month first. http://www.accend4web.co.uk/Interview/addproduct_art.asp <script language="javascript"> function...
  2. multichild

    sitemap tools with breadcrumbs

    Hi, Im putting a sitemap on a clients website, and they wont it so that there a breadcrumb effect, like this: http://www.sgrin.co.uk/sitemap.html Does anybody know of any tools that will do this? cheers Lee Accend Web Solutions www.accend4web.co.uk
  3. multichild

    .mobi domain name

    Do I need to purchase a .mobi domain name so that websites can be seen on mobile phones, if not today will we be made to do so in the future? Accend Web Solutions www.accend4web.co.uk
  4. multichild

    Advice of use of keywords

    Hi, A person asked me to day if I could help them get their site further up the search engines so competing with their rivals. I am a developer first and foremost and before passing him onto somebody else, I thought it might be worht me finding out myself. So basically the first hing that...
  5. multichild

    News ticker not working in FF

    I have a news ticker that doesnt seem to be working in FF but is ok in IE. http://www.hobbsvalve.com/ Can anybody help? Lee Accend Web Solutions www.accend4web.co.uk
  6. multichild

    An error in browser

    I have an error in my JScript, which I have found, but dont know how to fix. Here is the error: 'scagain' is null or not an object Here is the code: var strbrw=navigator.userAgent.toLowerCase();if(strbrw.indexOf("msie") > -1 && strbrw.indexOf("mac")<0){var...
  7. multichild

    Nav bar different in IE to FF

    I have a couple of buttons inside a bar at the top of my page. In IE they align correctly and all is weel, in FF they look the same but they have risen up, you will see. Can anybody spot the deliberate mistake http://www.accend4web.co.uk/Screen%20Academy/www/index.htm cheers Accend Web...
  8. multichild

    Different results for nav in mozilla and IE

    Hi, I am trying to sort out a difference in appearence to my nav in IE and Mozilla. Can somebody take a look and advise me? http://www.hobbsvalve.co.uk/ Also the news on the left column works perfectly in IE but doesnt again in Firefox, this one is a lot more difficult, and if anybody can...
  9. multichild

    current tag on li tag

    Im using the current tag to indicate the current page which is controlled via css. In a nav list, im putting the id="current" on the li tage and with a sub nav it means the other li tags become current when all i want is the one. Can anybody help lee Accend Web Solutions www.accend4web.co.uk
  10. multichild

    CSS Nav with indented visible sub nav

    I need a vertical nav, with visible but slightly indented sub menu. It doesnt need to be anything more than simple text nav, but with hover and visited colour changes. Can anybody help, or point me somewhere. cheers Lee Accend Web Solutions www.accend4web.co.uk
  11. multichild

    Flash Player on CD-ROM

    I just got the licence to distribute flash player with our cd-rom. I have downloaded what I think are the right files to my desktop, now I dont really know what to do with them. I will put them in the cd-rom in a relevant folder, but how do I get the user to go get it. What I have so far is a...
  12. multichild

    Flash 8 video cue points

    Im looking to use cue points to bring up animated text in a movie clip on cue. All i seem to be able to find is the use of cue points to build a nav, but ive done that, but wondered if anybody new of any tutorials or had any help. Ive got a guy talking on a white background, and as apple do it...
  13. multichild

    CSS Print Problemo

    Im using css to control the print out, and liked the idea of printing out the url rather than the text. So im using this: @media print a:after { content: " [" attr(href) "] "; color: #000; } but its having an effect, can anyone see why? also if you got an answer to it, is it possible to...
  14. multichild

    printing the a href rather than the text

    Is this possible... I have set a print page in css, and all is good except for one hting. I want the print out to display the url rather than the text, so I tried it with a span next to it and put a hidden setting in the css, but it doesnt give up its position on the page, rather it sits there...
  15. multichild

    Pop up that displays determined data

    What I am needing is a pop up that has one function that captures the details of a link to populate the pop up. So the function holds the details of the height and width etc, but does not contain the details of what the pop up contains. That information is passed to it via a <a href> link, such...
  16. multichild

    Text like on a gravestone

    Hi there, I am trying to create an effect of gold writing on a gravestone. Not medieval stuff, or anything like that, just a new gravestone, with engraved gold text. Can anybody help? Lee www.accend4web.co.uk Accend Web Solutions www.accend4web.co.uk
  17. multichild

    Background image ok in IE, problems in FF and Opera

    I have a tiled background image which appears nicely in IE, but fails to appear at all in Opera and Firefox. here's the link: http://www.little-acorns.biz/Acorns.htm and here is the css: BODY { background: #7d8f99 url(../Need a trip to Canada_files/bg.jpg) 100% 0% repeat-x; MARGIN: 0px...
  18. multichild

    Delete redundant CSS

    Is there a tool that is able to go through my site either live or locally, and pick up was CSS isnt being used and inform me of it. Its not really for a project i'm doing at the mo, but im thinking out loud really, and just wondered. cheers Lee
  19. multichild

    Check my site on a Mac

    http://www.hobbsvalve.co.uk The site above almost works correctly with Oper, FF and IE. But my brother was looking at it from a friends Mac and said the text on the right hand side was out of line. Can anybody check this out and let me know... Lee
  20. multichild

    Controlling color of text fields in css

    http://www.hobbsvalve.co.uk/ContactUs.htm I have managed to get control of certain text fields as shown in the link above, but I cant work out why is it that the others revert back to the IE standard colour. #Contact{ background-color: #666699; color: #666699 } Email: <br/> <input...

Part and Inventory Search

Back
Top