DIVs help
DIVs help
- Started
- Last post
- 2 Responses
- cvirus
Sorry for the repost--
2-column CSS layout... left column is 100px wide, right column needs to stretch the rest of the width of screen.
I set right column at 100% wide and it works fine in Firefox and Safari, but in IE6 PC it bumps the right DIV below the left DIV.
Any thoughts on how to handle it? They're both float: left as well.
- heathen0
Dont float the right div...just make the margin-left equal 110 px on that div (100 px to offset the left div and i added 10 px for some spacing).
- johndiggity0
or don't float it and set it to absolute postioning with 100% width.