The reason that the buttons on the side are so much bigger is because when you add padding to an element in Firefox...it makes it larger.
What you need to use is
Code:
a.Menut:link {
background-color:#65693A;
border:1px solid #FFFFFF;
color:#FFFFFF;
display:block;
font-style:italic;
height:23px;
padding: 0px;
text-indent: 20px; //Adds text indent, so the text moves over
_padding:3px 0px 0px 20px; //adding the "_" makes only internet explorer apply it.
_text-indent: 0px; //takes off the indent in Internet Explorer
text-decoration:none;
width:200px;
}
You need to do that to all of them, including the hovers
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
|