Please help me understand what is happening. I have a column of  
images (actually the logos of an organization's sponsors) and each  
one will link to the sponsors' web sites. To make is obvious that  
they are links, I thought I would have a border appear on hover.  
Works in FF, but not in IE6/Win or Safari/Mac.

This is the page: www.lifeonwheels.com/beta2

The image links are contained in a div with an id of "sponsorimages".
The CSS includes:

#sponsorimages a:link {
        color:#fff;
        }
        
#sponsorimages a:hover {
        color:#009;
        }

In FF - bring the mouse over a logo and the a blue border appears -  
as it should.

In Safari/Mac - the links work, but the border never appears.

In IE6/Win - the borders are always there!

Thanks for any explanations - and better yet for a fix! LindaQ
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to