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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mawilliams

  1. mawilliams

    CSS Slow Rendering in IE

    Yeah thanks for that Dave, that link was very useful indeed. Cheers Mark
  2. mawilliams

    CSS Slow Rendering in IE

    Yeah that would be what it is then. The reason I prefer the import call is that the older browsers ignore it, so at least the site will be viewable. But I suppose the best solution would be to use one sheet that has basic things like fonts (I can use the link method for this) and another for...
  3. mawilliams

    CSS Slow Rendering in IE

    I've noticed that when I load a webpage completley designed using CSS and XHTML on to my webserver and then access it, it takes a a split second to render in IE. Basically what happens is when I type in the web address and hit go, the page flashes up as it would if the style sheets had not...
  4. mawilliams

    Image Rollover Help

    That's superb. Thanks very much for your help Kaht. Just out of interest, do you think there's a better way of achieving this type of task?
  5. mawilliams

    Image Rollover Help

    Sorry here's the code: What I have here works, but when you rollover then rollout the clicked image again, it switches back to the rolled out image. <script> var outState; var imageFlip; function checkVar(event) { if (event == "over") { mouseOver(); } else if (event == "click")...
  6. mawilliams

    Image Rollover Help

    I have a navbar on a page which shows and hides various elements. Each button has an OUT state an OVER state and a CLICK state (which is the same images as the OVER state. I need it so the when the button is clicked it stays on the CLICK state, then if another button is clicked the previous...
  7. mawilliams

    Site search problem

    Thanks Robert, good tip. I'll give it a go. Cheers Mark
  8. mawilliams

    Site search problem

    Hi, I have a search facility on a website which works fine, apart from when someone searches it lists pages that aren't relevant, because it also picks up words from the navbars. Is there anyway to get around this problem. The only one I can think of is the ability to either exclude certain...
  9. mawilliams

    On page load, change rollover state

    Thanks for your help on this one Foamcow. It was a little tricky with all te Libary items and Templates I have in the site. But with your advice, I eventually got it working a treat. Many thanks.
  10. mawilliams

    On page load, change rollover state

    Hi, I have a side navbar which changes from page to page, but they are all used on more than one page. The navbar is simply a table and using css the table cells change colour when rolled over. Is there a way of having the cell change to the down state or hover state when you enter a new page...
  11. mawilliams

    Site Path

    Yeah I was going to use Libary Items to do it before anyway, but I thought I'd best ask the question, just to see if there was an easier way of doing it. As you said, I was just being lazy. Thanks for your advice anyway.
  12. mawilliams

    Site Path

    Thanks folks, Youth of today eh? Can't be bothered to do anything! Shocking isn't it?! [sleeping2]
  13. mawilliams

    fatal exception

    If it's just one file that your having the problem with, then there is probably something in the code that DW dosen't like. Maybe a bit of Javascript or something and it's making it through a wobbly. But it's hard to tell what it could be. Try opening it in Frontpage, Word or something similar...
  14. mawilliams

    Site Path

    Is there a way to create a site path (e.g like the one on this site that does something like .....Home > Forums > Programmers > Graphics & Web Tools >.... depending on where you are in the site) without having to do it manually on each page? I have a site that reuses some of the same pages, but...
  15. mawilliams

    Table Visibilty and Placement

    Thanks Babyjeffy, you've been a great help. That's just what I was looking for. Many thanks again.

Part and Inventory Search

Back
Top