vchris 3 Posted October 18, 2007 Report Share Posted October 18, 2007 I have website which I can't really show anyone since it's password protected right now. I have my left nav and content in a container div, left nav is in a left nav div and content in a content div. In the content area I have a large image of about 700x300, a world map. Everything is great in firefox but in ie6 if I minimize the window a bit the content div wraps underneath the left nav. How can I stop the div to wrap underneath?I have no width on the container div. Quote Link to post Share on other sites
vchris 3 Posted October 19, 2007 Author Report Share Posted October 19, 2007 Found the solution. Instead of floating left the left navigation I used position absolute on it and everything works out. Quote Link to post Share on other sites
jlhaslip 1 Posted October 20, 2007 Report Share Posted October 20, 2007 might've worked with a margin-left (or padding-left) the same width as the left-nav? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.