[css-d] CSS newb -- IE question

2008-04-04 Thread Jen Guthrie
I'm using the dotted attribute for borders to indicate links/nav and design a 
blog page. Does it always show up as dashed instead of dotted in IE? Seems to 
work fine in Firefox and Safari. Am I missing something? Thanks!! 
www.jacalynlee.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] CSS newb -- IE question

2008-04-04 Thread Philippe Wittenbergh

On Apr 4, 2008, at 7:15 PM, Jen Guthrie wrote:
 I'm using the dotted attribute for borders to indicate links/nav  
 and design a blog page. Does it always show up as dashed instead of  
 dotted in IE? Seems to work fine in Firefox and Safari. Am I missing  
 something? Thanks!!

 www.jacalynlee.com

If by 'IE' you mean IE 6, then yes, that is the case. That works  
correctly in IE7 in standards mode at least.

PS - it is not the 'dotted' attribute, it is the 'dotted' value for  
the border(-style) property. Just nitpicking.

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] CSS newb -- IE question

2008-04-04 Thread Gunlaug Sørtun
Jen Guthrie wrote:
 I'm using the dotted attribute for borders to indicate links/nav 
 and design a blog page. Does it always show up as dashed instead of 
 dotted in IE? Seems to work fine in Firefox and Safari. Am I missing 
 something? Thanks!! www.jacalynlee.com

They don't show up at all in IE/win at default font size.
When font is resized up they are dashed in IE6 and dotted in IE7.

Try adding 'position: relative' to the relevant anchors to make IE/win
stack them properly.

You have also triggered the em font-resizing bug in IE5 - IE7...
http://www.gunlaug.no/contents/wd_additions_13.html
...so font-resizing gives extreme results in those versions.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/