I have a couple links on a dropdown menu. They are different lengths. I also have an onmouseover that changes the link's background when the cursor is over the link. The background color doesn't stretch all the way horizontally on the shorter links, and this looks bad. Help, please?
I have another problem that might not belong here. How do I make the background color stay the way it is when the cursor is over it when I click a link and move away from it?
Thanks for everyone who reads and/or replies!1) a {display:block; width:10em;}
2) a:link, a:visited, a:active, a:hover {background:#ccc;}
I have another problem that might not belong here. How do I make the background color stay the way it is when the cursor is over it when I click a link and move away from it?
Thanks for everyone who reads and/or replies!1) a {display:block; width:10em;}
2) a:link, a:visited, a:active, a:hover {background:#ccc;}