~davidLaakso wrote:
> Barney Carroll wrote:
>> http://sandbox.test.textmatters.com/bssh.html
>>
>> [...a bizarre problem whereby a link he had made wasn't clickable in 
>> IE6...]
> a {   position: relative; <<<add
>  text-decoration: underline;
>  color: #3996ce;
> }
>
> Regards,
> ~dL
>
>
Instead of above,  adding this selector might be better:
p a {
  position: relative;
}
~d

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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