I'm using sliding doors method for the global navigation in a site  
header and the links are not clickable in Windows IE 5.0. Does anyone  
have ideas or suggestions as to why this would happen?

   http://winningconnections.com/
   http://winningconnections.com/css/wc-layout.css

The offending bit of CSS is below.

Thanks for any insight,
Michael


/* =Nav
    ----------------------------------------------- */

#header #nav1 {
   position: relative;
   left: 0;
   top: 0;
   width: 770px;
   height: 27px;
}

#header #nav1 #menu1 {
   width: 770px;
   height: 27px;
   background: transparent url(../img/header-nav.png) top left no- 
repeat;
   position: relative;
   padding:0;
   margin:0;
}

#header #nav1 #menu1 li {
   margin: 0;
   padding: 0;
   list-style: none;
   position: absolute;
   top: 0;
}

#header #nav1 #menu1 li, #header #nav1 #menu1 li a {
   height: 27px;
   display: block;
   border: none !important;
}

#header #nav1 #menu1 li a {
   text-indent: -9999px;
   text-decoration: none;
}

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to