John Shepard wrote: > I have my right and left side navigation set to 100% but IE pushes out text > below the box on the right side especially. > Go to http://unitedmontessori.com > > Any suggestions? > > Thanks in advance. > > John Shepard >
Hmm, FF is not doing too well in a window narrower or wider than 1024, either. Layouts using absolute positioning for the foundation structure of a layout seldom work. AP is best reserved for positioning minor and small elements within a float structured layout. No ap is needed at all for that matter with your current content. And restricting the height of elements by setting a hard coded height will be destroyed by users exercising user discretion to make your text readable. I think you'll find the footer will remain where it belongs, and cross-over of content at narrow widows is easily avoided using a float layout. This three column tutorial will work well for you cross-browser [1]. Mind well what you put in it. Code to Opera, FF, and Safari. Validate the markup and CSS as you work. Things will go your way. [1] <http://www.alistapart.com/articles/negativemargins> ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
