Bruno Fassino wrote:
> On 4/2/07, ~davidLaakso <[EMAIL PROTECTED]> wrote:
>> Trivial Pursuits:
>>
>> IE7.0 and compliant browsers correctly render dotted borders under the
>> links.
>> IE6.0 buys the hack and /correctly/ renders solid borders under the 
>> links.
>> Seems to me 5.5 and 5.01 should follow suit (render solid borders under
>> the links).
>> Such is not the case:
>> IE5.5 shows dashed borders under the links, and IE5.01 yields no borders
>> under the links.
>
> Your hack has a long list of selectors with a comment in the middle:
> ...
> * html div#content-04 a:hover,
> /* :: Links for  Sidebar :: */
> * html div#sidebar ul.navlist-01 li a:link,
> ...
> Try removing that comment: I guess it is triggering one of the many IE
> 'comment bugs' [1], so that IE 5 ignores part or all of your rule.
>> Best,
>> ~dL
>
> Best regards,
> Bruno
>
>
> [1] http://www.info.com.ph/~etan/w3pantheon/style/commentbugs.html
>


Removing the comment in the hack selector list corrects IE5.5 (the 
border-bottom is now solid not dashed).
(xp::ie/5.5 confirmed in browercam win/2000)

Removing the comment has had no effect in IE5.0 (there still is no 
border-bottom).
(xp::ie/5.01 confirmed in browercam win/2000)

screen shots: <http://www.browsercam.com/public.aspx?proj_id=336771>

Thanks, Bruno.

Regards,

~dL












-- 
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