Firefox causes erratic layout behaviour

liunx

Guest
Normally its IE that causes problems, but in this case IE works, and Firefox gives unpredictable results. Have a look at <!-- m --><a class="postlink" href="http://dev.macbrothers.co.za/products/category.php?range_id=28">http://dev.macbrothers.co.za/products/c ... ange_id=28</a><!-- m -->

In IE the main content correctly appears to the left of the side navigation. In firefox the main content appears below the end of the side nav, sometimes. Occasionally it displays correctly though. Like when I open the webdev "edit css" sidebar.

I've tried changing all sorts of things in the css without any positive effect. Anyone have any suggestions??

TIA
NickIE works, and Firefox gives unpredictable results.
Not likely. IE tends to cover up errors. In this case, it can't cover up the fact that your link doesn't work.The link is down because the site has moved to the live server (<!-- w --><a class="postlink" href="http://www.macbrothers.co.za">www.macbrothers.co.za</a><!-- w -->). We solved the problem.

It was related to the different ways that IE and FF handle display:table. We did the layout with a different approach and all works now :)

Cheers
Nic
 
Back
Top