Chris Knowles wrote:
> Chris Knowles wrote:
> 
>> #sidebar a:hover img {border: none}
>>
> 
> I had a look at your code! - try this:
> 
> #sidebar .one-image a:hover   {
>     border: 0  !important;
> }

Olajide,

because you are resetting a border of 1px to 0 the image will probably
move so you may need to do this:

#sidebar .one-image a:hover   {
   border: 1px solid #000  !important;
}

-- 
Chris Knowles


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to