this is what i have at moment, but it sets the background colour on each link with 2px padding around it....
i want it to set a constant size background no matter what size the word is... its for a menu and i want each colour for links to have consistent size....
ive tried without padding
and also setting a width size, not sure how to ammend it
PHP Code:
#mainmenu a:link,#mainmenu a:vsited{
background:#00FFFF no-repeat top left;
padding: 2px;
margin: 0px;
width:150px;
}