Hi All,

Trying to get my nested list to play nicely in IE Win. Was using  
first-child, but no IE support? Added a class or two thinking it  
would work but no dice.

How it should look:
http://www.kaupoart.com/collections/paintings/usque-dum-vivam-et- 
ultra/subnav.png

CSS link:
http://www.kaupoart.com/css/screen.css

HTML link:
http://www.kaupoart.com/collections/paintings/usque-dum-vivam-et-ultra/

CSS:

#subnav a:hover, #subnav a:focus, #footer a:hover, #footer a:focus  
{ color: #642913; text-decoration: underline; }
        #subnav { position: absolute; left: 60px; width: 166px; white-space:  
nowrap; overflow: hidden; }
#subnav, #subnav ul { list-style-type: none; }
#subnav h4 { text-transform: uppercase; letter-spacing: 2px; color:  
#e59d3e; margin: -5px 0 0; }
#subnav li { font-weight: bold; line-height: 3em; }
        #subnav .level_2 li, #subnav .level_3 li  { font-weight: normal; }
        /* #subnav li a, #subnav li h4 { padding-left: 20px } */
        #subnav .level_2 li { line-height: 2em; text-transform: uppercase; }
        /*.level_2 li:first-child { margin-top: -8px; }*/
        #subnav .level_3 li { line-height: .1em; text-transform: capitalize; }
        /*.level_3 li:first-child { margin-top: 0; }*/
                .last { margin-bottom: .5em; }

HTML:

                        <ul id="subnav">
                                <li><h4>Collections</h4></li>           
                                <li class="has_children"><a href="/collections/ 
paintings/">Paintings</a></li>
                                <li>
                                        <ul class="level_2">
                                                <li id="subnav_slcv"><a 
href="/collections/paintings/sotto-la- 
volta-celeste/">Sotto La Volta Celeste</a></li>
                                                <li id="subnav_udv"><a 
href="/collections/paintings/usque-dum- 
vivam-et-ultra/">Usque Dum Vivam Et Ultra</a></li>
                                                <li>
                                                        <ul class="level_3">
                                                                <li 
id="udv_ss"><a href="/collections/paintings/usque-dum- 
vivam-et-ultra/space-space/">Space, Space</a></li>
                                                                <li 
id="udv_gtr"><a href="/collections/paintings/usque-dum- 
vivam-et-ultra/gather-these-riches/">Gather These Riches</a></li>
                                                                <li 
id="udv_ltb"><a href="/collections/paintings/usque-dum- 
vivam-et-ultra/les-tres-bas/">Les Tres Bas</a></li>
                                                                <li 
id="udv_tmttos"><a href="/collections/paintings/usque-dum- 
vivam-et-ultra/take-me-to-the-other-side/">Take Me to the Other Side</ 
a></li>
                                                                <li 
class="last" id="udv_taotf"><a href="/collections/ 
paintings/usque-dum-vivam-et-ultra/the-architect-of-the-future/">The  
Architect of the Future</a></li>                                                
                                                        </ul>
                                                </li>
                                                <li id="subnav_ld"><a 
href="/collections/paintings/l-oro-dell- 
ulivo/">L&#8217;oro Dell&#8217;ulivo</a></li>
                                        </ul>
                                </li>
                                <li><a 
href="/collections/sculptures/">Sculptures</a></li>
                                <li><a 
href="/collections/ceramics/">Ceramics</a></li>
                                <li><a 
href="/collections/fountains/">Fountains</a></li>
                                <li><a 
href="/collections/photography/">Photography</a></li>            
                        </ul>  <!-- end subnav-->




Aloha,

T
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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