MyBB Community Forums

Full Version: CSS Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ugh, I'm having a problem with linked images.

For one of my themes, I have it set so that

a:hover, a:active {
border-bottom:1px dotted white;
}


(hovering over a link adds a dotted border to the bottom)

Now, I am trying to make it so that a border WILL NOT appear for images, so I put:

img a:hover, img a:active {border-bottom:none}

But its not working. Can someone help me out?
You can see here: http://mybb.dstudios.net/demos/index.php

With the Logo
Nevermind, fixed.
Locked by request of thread starter.

Chris.