5 replies [Last post]
sartre
Offline
Regular
Last seen: 13 years 41 weeks ago
Joined: 2009-01-31
Posts: 21
Points: 0

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

Deuce
Deuce's picture
Offline
Guru
Somewhere, USA
Last seen: 5 years 46 weeks ago
Somewhere, USA
Timezone: GMT-5
Joined: 2005-11-20
Posts: 4424
Points: 1843

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.

all » http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph

sartre
Offline
Regular
Last seen: 13 years 41 weeks ago
Joined: 2009-01-31
Posts: 21
Points: 0

hey man it works, excellent

hey man it works, excellent Laughing out loud thankyou so much and thumbs up for the quick reply

Deuce
Deuce's picture
Offline
Guru
Somewhere, USA
Last seen: 5 years 46 weeks ago
Somewhere, USA
Timezone: GMT-5
Joined: 2005-11-20
Posts: 4424
Points: 1843

Glad it worked out!

Glad it worked out! :thumbsup:

all » http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph

sartre
Offline
Regular
Last seen: 13 years 41 weeks ago
Joined: 2009-01-31
Posts: 21
Points: 0

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

sartre
Offline
Regular
Last seen: 13 years 41 weeks ago
Joined: 2009-01-31
Posts: 21
Points: 0

figured it out

figured it out