It seems that there is little room for a workaround for NN4.7 and lists. In fact, both IE5.0 and NN4.7 are a little buggy and downright non-compliant in the area of lists. One can use stylesheets to control lists as long as too much control is not needed. Specifically, forget about controlling fonts. Coloring backgrounds isn't so bad.
I have been using unordered lists. The lists are small. What code lurks behind the list is unimportant to the reader, so maybe we don't have to create nested lists by nesting the UL tag at all. Maybe we could use a collection of small unordered lists for each part of the master list and handle the font, coloring and positioning of each list to mimic nesting. Look at the code below for what I mean.
<ul>
<li>list item two
<li>list item three
</ul>
<ul>
<li>sublist item one
<li>sublist item two
<li>sublist item three
</ul>
<ul>
<li>list item four
<li>list item five
</ul>
<ul>
<li>sublist item four
<li>sublist item five
</ul>
<ul>
<li>list item six
<li>list item seven
</ul>
| we see in IE5.0: |
![]() |
Here are multiple, independent unordered lists. We can make them appear to be part of one big list by using DIVs. Let's wrap each list in a DIV. We'll use two classes, one to represent the outer, main list elements, and one to represent the nested list elements.
.outer {background:blue;width:60%;border-width:1px;
font-weight:bold;}
.inner {position:relative;background:white;color:red;
left:5%;width:70%;border-width:1px;
font-weight:normal;}
| we see in NN4.7: | we see in IE5.0: |
![]() |
![]() |
| we see in NN6.0: | . |
![]() |
Let's wrap the entire set of lists in one DIV which sets the background to red. By making a wrapping DIV, we should be able to set an area onto which we can place our list. The result is below.
| we see in NN4.7: | we see in IE5.0: |
![]() |
![]() |
| we see in NN6.0: | . |
![]() |
Although NN4.7 falls down on this job, the use of the individual lists wrapped by DIVs will work out well. We now have full control each section of page that defines the list.
| resources | |
| Four Corners Effective Banners | This site is dedicated to the study of all things banner-like, including: banners, click-through ratios, banner advertising, banner link exchanging, etc. You'll learn how to improve your banners and increase your site traffic. |
| Free Site Tools | A webmaster's directory of free resources to help find about everything to build, maintain and promote your website. 1000+ Resources. |
| Free Webmaster Tools and Resources | Your center for absolutely free high quality webmaster resources and tools to manage your web site. All utilities, programs and sites are carefully selected. |
| EZSearches.com | Want access to free email, auctions, shopping bargains and more? Try EZSearches.com |
| Akron Computer Repair | A great computer repair company that does in-home visits or drop-off. |
| Cool Candle Shoppe | Candles Place is a great site that if you're looking to purchase some great wax sticks, I'd go here. |