Jump to content

[SOLVED] <a> stylization...


Derleek

Recommended Posts

Add a border="0" attribute to the img tag itself. Then, if you wish to style the border of the image with some hover effect, just do something like this:

a img {
  border: 1px solid #000000;
}

a:hover img {
  border-color: #ff0000;
}

 

Good luck!

Link to comment
https://forums.phpfreaks.com/topic/119686-solved-stylization/#findComment-616605
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.