My site seems to load incorrectly sometimes in Firefox 2 & 3. I have tested it on many different computers and it loads fine 8 times out of 10 but some times the site seems to be broke (as seen in image 2) however if i refresh the page, the page loads fine again, very strange I have attached 2 images of the site 1 = perfect 2 = broke Thanks in advance to anyone who can help me out with this one. I just don't understand how it could load and display two different ways inconsistently. Thanks again
It means that you have to do more work on your code to make it cross browser compatible. try to define a doctype and then tidy up your html and css to pass or nearly pass validation atleast
But it should either work 100% of the time or not work 100% of the time. Why does it only sometimes work, thanks in advance
It worked fine for me. I tried it loads of times (with Firefox 2/Windows XP) and it loaded fine every time.
You can quickly change padding for boxes in css code to something like this: #box1 { float:left; height:320px; padding:5px 0 0 5px; width:251px; } #box2 { float:left; height:320px; padding:5px 0 0 5px; width:251px; } #box3 { float:left; height:320px; padding:5px 0 0 5px; width:251px; } Code (markup): That will decrease padding between boxes and resolve our problem. Anyway, I haven't seen anything incorrect when was browsing through your site.