The site I'm working on seems to appear ok in Firefox and IE, but I'm having problems in Safari 3.1.1 on pc and mac. The right "navPanel" div falls below the left content div. Could someone have a look and give me some direction on fixing this issue?
Thanks for the tips and suggestions! That seems to have cleared up the problem. I forgot to include the padding in the width of the wrapper. I'm surprised firefox allowed that to slide.
So, when I'm looking at doing a 2 column layout, is floating one left and the other right the standard way of doing that these days? I'd like to have one way of doing it that will consistently work, but by the time I get around to needing to build another website the method changes again. I'm looking forward to the "column" property in css 3.
I think floating 1 left and 1 right is a pretty standard way of doing it. This also helps if you are going to have a margin in between, then you don't have to worry about setting a margin on any elements since the floats will be in opposite direction.
In Safari 5.0 on a Mac it is showing a horizontal scrollbar. The "computed style" when I inspected the element of the shows width: 1846px; I don't use safari much apart from cross-browser compatability testing so not sure what "computed style" means. I assume it's the calculated style of what I am looking at in that specific browser with my computer hardware, just an assumption - please correct if I am wrong.
I have a feeling it is some CSS somewhere causing this to happen (margin / padding somewhere maybe?) but I can't find it.
Any help much appreciated - hopefully it's an easy one to fix.