Home › Forums › CSS › jQuery drop down shift 1 pixel › Re: jQuery drop down shift 1 pixel
May 30, 2012 at 9:15 am
#103659
Participant
From what I can see, for those submenus, you give them an additional border on top and bottom once the mouse is on it. But in order to not make it shift, that border should also be there when you don’t hover on it, so I would give it a white border in its normal state and a grey one on mouseover.