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 TouchToneTommy 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: *

  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.
  16. mawilliams

    Table Visibilty and Placement

    Hi, I'm pretty pants at Javascript, so you may have to bear with me if I ask dumb questions. What I'm trying to do is create a nav bar, that when you click on a link it changes the content on the right hand side. But I don't want to use frames. Is there a way to create on one page a number of...
  17. mawilliams

    Frameset and Netscape scrollbar problem

    Thanks for that. But unfortunatly still having the same problem. What's happening is the scrollbar isn't appearing until it is needed on Netscape, whether it is set on "AUTO" or "YES". And there is no blank space left for it as there is on IE. So I'm stumped with this one. I have also tried it...
  18. mawilliams

    Frameset and Netscape scrollbar problem

    Hi, I am having a problem with Netscape not displaying a scrollbar on my top and bottom frames. I have a site with 3 frames. Top frame (which has the Nav), Middle frame (which has the content) and Bottom nav (which has the Legal stuff). The content is centered in all frames and should be all...
  19. mawilliams

    Passing data from one form to another

    Really? I've never looked at Coldfusion, how does that work?
  20. mawilliams

    Passing data from one form to another

    I haven't really decided yet.....I've used the CGI script &quot;Formmail&quot; before, so I was thinking of using the same again. But haven't really got around to that stage yet. How would the hidden form fields work?

Part and Inventory Search

Back
Top