Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

no link in safari mac

Status
Not open for further replies.

thompom

Technical User
Dec 4, 2006
395
GB
hi can you tell me why the following link works in IE/ Firefox on the PC, but not with safari on Mac?

Code:
<div id="navcontainer">
<ul id="navcontainer">
<li><a href="index.html"><span class="autobaselist">Home</span></a></li>
</ul>
</div>

#navcontainer ul
{
list-style:url(images/arr_1.gif);
color:#FFFFFF;
padding-left: 0px;
padding-top:0px;
margin:0 0 0 0;
text-align: left;
vertical-align:top;
padding-bottom:5px;
}

#navcontainer ul li a
{
text-align: left;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #ffffff;
}

#navcontainer li
{
margin-bottom:6px;
}
html>body #navcontainer li
{
}

#navcontainer ul li a:hover
{
color: #ff0000;
}

#navcontainer ul li a#current
{
font-size:12px;
font-weight:bold;
color: #ff0000;
}
/*--end menu--*/
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top