Thread: Menu problem
View Single Post
05-31-2008, 04:48 PM
#2
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Add the correct amount of padding to the non-hover state. For example, if you are adding 5px of padding on each side on the hover, add 5px of paddng on each side on non-hover.

Edit: Since it appears you are just using width, add the correct width to the non-hover state instead of padding.