-
styling image links
My issue is that I have a few image links all located within the same div. Right now all links within that div are styled in such a way so as to add a 1px dotted underline and then on hover it changes to a 1px solid line. What I'm finding is that my image links also end up with that same styling like all other links in that div, ie., 1px dotted border, etc.
What is the correct way to remove such styling from those image links to where all that shows is just the button and not that underlining?
Thanks
-
-
Add this to your CSS code:
Code:
a img {
border: none;
}
Good luck!
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks