Jump to content

[SOLVED] border-bottom issuses


greenday

Recommended Posts

I am using the below styles, which gives me a dotted underline border, and a solid unerline border on hover. However, this also underlines any images that are links, and seams to overright any other CSS rule I give the images! Any ideas appreciated, cheers.

 

a:link {

color:#BE0000;

border-bottom:1px dashed #BE0000;

padding-bottom:1px;

text-decoration:none;

}

 

a:hover {

border-bottom:1px solid #BE0000;

}

 

a:visited {

color:#E67676;

border-bottom:1px solid #E67676;

text-decoration:none;

}

Link to comment
https://forums.phpfreaks.com/topic/52446-solved-border-bottom-issuses/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.