2 Div Problems

liunx

Guest
I FIXED THE FIREFOX PROBLEM! JUST ONE MORE TO GO!
Hi,
<!-- m --><a class="postlink" href="http://www.sixfoottallrabbit.co.uk/hyrulefield/">http://www.sixfoottallrabbit.co.uk/hyrulefield/</a><!-- m -->
The maincontent div is going below the menu as though it is too wide to fit in the space to the side of it even though all of its content is 550 pixels which is exactly right. Well it works in FF.
What's wrong with it?
Thanks in advance.
SFTRSet your content div to width: 706px; for IE instead of 700px. I'd try the !important hack. Looks like a box model thing to me.

width: 700px !important;
width: 706px;Thank you very very much :D
 
Back
Top