niemie
08-12-2005, 04:44 PM
I think I have only one bug to overcome in my CSS - it's for Mac IE.
A picture is attached - my subnav links display vertically instead of how they should which is horizontally on the subnav bar. What is the fix for this?
Page is here: http://www.ricochetnetwork.com
navigational CSS is:
#nav {
list-style:none;
width:416px;
float:right;
width:420px !important;
}
#nav li {
width:100px;
height:20px;
margin-left:4px;
float:left;
position:relative;
}
a.inactive, a.inactive:link, a.inactive:visited, a.inactive:active {
display:block;
height:15px;
background-image:url(../images/inactive.gif);
background-repeat:no-repeat;
color:#999999;
text-align:center;
text-decoration:none;
padding-top:5px;
font-weight:bold;
}
a.inactive:hover {
color:#888888;
}
a.active, a.active:link, a.active:visited, a.active:active {
display:block;
position:absolute;
width:100px;
height:16px;
top:0;
left:0;
z-index:1;
background-image:url(../images/active.gif);
background-repeat:no-repeat;
color:#334C99;
text-align:center;
text-decoration:none;
padding-top:5px;
font-weight:bold;
}
#subnav {
list-style:none;
background-image:url(../images/subnav_background1.gif);
height:22px;
clear:both;
border:1px solid #CECECE;
color:#999999;
}
#subnav li {
width:105px
height:18px;
text-align:center;
float:right; /*Change order of subnavs high to low or low to high*/
}
#subnav li a, #subnav li a:link, #subnav li a:visited, #subnav li a:active {
display:block;
height:14px;
padding-top:4px;
text-decoration:none;
}
#subnav li a, #subnav li a:link, #subnav li a:visited {
color:#888888;
}
#subnav li a:hover {
color:#334C99;
}
#subnav li a:active {
color:#334C99;
}
A picture is attached - my subnav links display vertically instead of how they should which is horizontally on the subnav bar. What is the fix for this?
Page is here: http://www.ricochetnetwork.com
navigational CSS is:
#nav {
list-style:none;
width:416px;
float:right;
width:420px !important;
}
#nav li {
width:100px;
height:20px;
margin-left:4px;
float:left;
position:relative;
}
a.inactive, a.inactive:link, a.inactive:visited, a.inactive:active {
display:block;
height:15px;
background-image:url(../images/inactive.gif);
background-repeat:no-repeat;
color:#999999;
text-align:center;
text-decoration:none;
padding-top:5px;
font-weight:bold;
}
a.inactive:hover {
color:#888888;
}
a.active, a.active:link, a.active:visited, a.active:active {
display:block;
position:absolute;
width:100px;
height:16px;
top:0;
left:0;
z-index:1;
background-image:url(../images/active.gif);
background-repeat:no-repeat;
color:#334C99;
text-align:center;
text-decoration:none;
padding-top:5px;
font-weight:bold;
}
#subnav {
list-style:none;
background-image:url(../images/subnav_background1.gif);
height:22px;
clear:both;
border:1px solid #CECECE;
color:#999999;
}
#subnav li {
width:105px
height:18px;
text-align:center;
float:right; /*Change order of subnavs high to low or low to high*/
}
#subnav li a, #subnav li a:link, #subnav li a:visited, #subnav li a:active {
display:block;
height:14px;
padding-top:4px;
text-decoration:none;
}
#subnav li a, #subnav li a:link, #subnav li a:visited {
color:#888888;
}
#subnav li a:hover {
color:#334C99;
}
#subnav li a:active {
color:#334C99;
}