We have a page that contains a series of nested lists -- standards and 
sub-standards and sub-sub-standards, etc. Each sub level is indented from it's 
parent.

The problem I have is that there could be something like 8 or 10 sub levels, 
which can push the content wider than the browser. (Or alternately, if the 
browser is resized, the content can be wider than the shrunken viewport.) 
Firefox correctly adds horizontal scrolling. IE, however, does not -- it opts 
for chopping off the content. 

The site is built on ems, and the list items are positioned: relative to create 
the needed indenting. I've tried adding various widths to the container <div>, 
as well as overflow: rules, but no luck.

Has anyone encountered this? I suspect the positioning is the problem as the 
other elements on the page flow nicely when the page or browser is resized.

(Sorry I don't have an example. The pages are on an internal development 
server. They are also rather complex.)
 
~ Tim 
www.tjameswhite.com
 





______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to