Brewster
04-11-2005, 03:18 PM
Hi
Can someone help me make the menu at the top left of http://dating.brewsterware.com look the same in FireFox as IE please?
The HTML is:
<div id="navmain">
<a href="home.php">Home</a>
<a href="search.php">Find Someone</a>
<a href="account.php">My Account</a>
<a href="wiv.php">My Friends</a>
<a href="inbox.php">My Messages</a>
<a href="chat.php">One 2 One Chat</a>
<a href="news.php">News</a>
<a href="help.php">Help</a>
<a href="logout.php">Logout</a>
</div>
and the CSS is:
#navmain {
padding: 10px 10px 0 0;
text-align: center;
vertical-align: middle;
}
#navmain a, #navmain a:visited {
background: #FFFFFF;
width: 105px;
height: 20px;
border: 1px solid #0D0A5B;
padding: 2px 5px 2px 5px;
margin: 0 0 5px 5px;
color: #333333;
text-decoration: none;
text-align: center;
font-size: 12px;
}
#navmain a:hover {
color: #000000;
background: #DDEEBB;
}
#navmain a:active {
background: #FFEEBB;
color: #000000;
}
FireFox for some reason doesnt like the fixed widths. Any help would be appriciated.
Joe
Can someone help me make the menu at the top left of http://dating.brewsterware.com look the same in FireFox as IE please?
The HTML is:
<div id="navmain">
<a href="home.php">Home</a>
<a href="search.php">Find Someone</a>
<a href="account.php">My Account</a>
<a href="wiv.php">My Friends</a>
<a href="inbox.php">My Messages</a>
<a href="chat.php">One 2 One Chat</a>
<a href="news.php">News</a>
<a href="help.php">Help</a>
<a href="logout.php">Logout</a>
</div>
and the CSS is:
#navmain {
padding: 10px 10px 0 0;
text-align: center;
vertical-align: middle;
}
#navmain a, #navmain a:visited {
background: #FFFFFF;
width: 105px;
height: 20px;
border: 1px solid #0D0A5B;
padding: 2px 5px 2px 5px;
margin: 0 0 5px 5px;
color: #333333;
text-decoration: none;
text-align: center;
font-size: 12px;
}
#navmain a:hover {
color: #000000;
background: #DDEEBB;
}
#navmain a:active {
background: #FFEEBB;
color: #000000;
}
FireFox for some reason doesnt like the fixed widths. Any help would be appriciated.
Joe