PHP interesse |
|
allow,
ik heb dit gemaakt, allemaal met divs, maar de knoppen aan links zijn in IE wel goed, maar in ff zijn ze te groot ofzo.. hoe kan ik dit fixen?
http://24.132.74.115/index.php
css van de links:
a.mainlevel:link, a.mainlevel:visited
{
border:1px solid #cccccc;
display: block;
text-align: center ;
text-decoration: none;
color: #FC6401;
float: left;
width: 150px;
font-family: arial;
font-size: 11px;
font-weight: bold;
padding: 4px;
color: #ff6600;
}
a.mainlevel:hover
{
background-color:#ccccc ; color: #cccccc;
}
a .mainlevel :link, a .mainlevel :visited { border:1px solid #cccccc; display: block; text-align: center ; text-decoration: none; color: #FC6401; float: left; width: 150px; font-family: arial; font-size: 11px; font-weight: bold; padding: 4px; color: #ff6600; } a.mainlevel:hover { background-color:#ccccc ; color: #cccccc; }
|