Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Feedback for a newbie? Re: Feedback for a newbie?

#46784
Waffle
Member

Yes thats exactly what I ment with the Padding
However, move you’re styling the wrong bit because as you noticed, you don’t want the text to move on the hover over.

For example!

ul li a{ padding:5px; }

this is gonna style the hyperlink in the list. which creates your problem with the moving of the text,

try..

ul li{padding:5px; }

Obviously just examples but.. you get my gist right?