Home › Forums › CSS › nav gif position › Re: nav gif position
June 18, 2010 at 3:07 pm
#78205
Participant
Quote:
And so I have the external sheet set up to link right now but I ran into prob with the way I have the nav a href’s set up to show arrow gif at hover. Now with the rest of the pages all the thumbnail images have 11 px padding as well. I welcome suggestions to rectify yet still maintain the nav hover function.
This is because the information with the arrow is on the a and a:hover tags. To have them show only on the navigation and not on all the a tags you will need to call them by a specific name like #navcontainer li a and #navcontainer li a:hover