hi there im restyling a template for wordpress at the moment and i have come across a problem that i cant solve (im using firefox)
here's my problem:
http://www.eighty6.co.uk/wordpress/
basically i want all my links to have a dashed underline when hovered over.. in my css i have this
a:hover, a:active {
color: #dcd1bc;
text-decoration: none; border-bottom: 1px dashed #8a7a58; color: #dcd1bc;
the problem is, is that its underlining my images too, specifically the ones in the timthumb part at the top which messes up the structure when hovered over.. please help me get around this ive been trying for a while now but no luck.
ty
Try adding something
Try adding something like
a.featured-thumb:hover, a.featured-thumb:active { border: none; text-decoration: none; }
to your CSS and see if that works.
hey man it works, excellent
hey man it works, excellent thankyou so much and thumbs up for the quick reply
Glad it worked out!
Glad it worked out! :thumbsup:
ok i have another problem
ok i have another problem really bugging me its a long shot that anyone will know but.. take a look
http://www.eighty6.co.uk/wordpress/
if you spam between pages home, and about you can see the pages are not aligned with each other.. one is slightly more to the right than the other i dont understand how this has happened.. what could be doing this?
please help small things like this really irritate me
tyvm
figured it out
figured it out