Forum Moderators: not2easy
I have a 3-column all div layout; I have a 60px wide div on the left containing navigation, an 180px wide div hugging the right containg info, and I need a center div that is fixed on the left, but will vary on the right to keep my right sided content from overlapping it if the window gets too small.
Here is what I have for the center div:
#content {
width: 70%;
position: absolute;
left: 120px;
padding-right: 180px;
top: 130px;
}
it works like a charm in IE, but in FF, the div is flooding out all the way to the right.
Any thoughts would be greatly appreciated.
Thanks,
Pat