Re: [css-d] Sizing bullets in IE6/IE7

2010-06-20 Thread Jukka K. Korpela
Thierry Koblentz wrote: div class=itemspan class=bullbull;/span list item text/div [...] [...] using meaningless glyphs for presentational purposes is bad for accessibility, The character denoted by bull; is not a meaningless glyph but the BULLET character, which has the meaning of being a

Re: [css-d] Sizing bullets in IE6/IE7

2010-06-20 Thread Thierry Koblentz
Hi Yucca, Thierry Koblentz wrote: div class=itemspan class=bullbull;/span list item text/div [...] [...] using meaningless glyphs for presentational purposes is bad for accessibility, Please trim/quote properly as I did not write that, this is from the OP. -- Regards, Thierry

Re: [css-d] Sizing bullets in IE6/IE7

2010-06-19 Thread Francois Jordaan
Jukka K. Korpela replied to Peter Coates: Why not use ul { list-style-image URL(bullet.gif); } I believe that is supported by IE. The safest way to get bullets in larger size is to use bullet characters and font-size on them. In that case you would not use list markup at all (or,

Re: [css-d] Sizing bullets in IE6/IE7

2010-06-19 Thread Thierry Koblentz
Jukka K. Korpela replied to Peter Coates: Why not use ul { list-style-image URL(bullet.gif); } I believe that is supported by IE. The safest way to get bullets in larger size is to use bullet characters and font-size on them. In that case you would not use list markup

Re: [css-d] Sizing bullets in IE6/IE7

2010-06-16 Thread Jukka K. Korpela
Peter Coates wrote: Why not use ul { list-style-image URL(bullet.gif); } I believe that is supported by IE. Yes it is, but the placement (especially vertical) placement of the bullet images varies by browser and there's nothing you can do about it. Moreover, the images don't scale if

Re: [css-d] Sizing bullets in IE6/IE7

2010-06-16 Thread Jay Tanna
--- On Wed, 16/6/10, Jay Carlson jaycarl...@neb.rr.com wrote: And yes, I'm not a fan of the bullets, but the client insists. Ugh. In that case why not adapt borders so that they look like bullets!. for example this would look like bullets in most browsers: ul.navbar li {

Re: [css-d] Sizing bullets in IE6/IE7

2010-06-15 Thread Jay Carlson
Anyone? -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Jay Carlson Sent: Tuesday, June 08, 2010 3:28 AM To: 'css-discuss' Subject: [css-d] Sizing bullets in IE6/IE7 Howdy, list: I'm normally pretty clever with CSS

Re: [css-d] Sizing bullets in IE6/IE7

2010-06-15 Thread david
Jay Carlson wrote: Anyone? -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Jay Carlson Sent: Tuesday, June 08, 2010 3:28 AM To: 'css-discuss' Subject: [css-d] Sizing bullets in IE6/IE7 Howdy, list: I'm

Re: [css-d] Sizing bullets in IE6/IE7

2010-06-15 Thread David Laakso
Jay Carlson wrote: I'm normally pretty clever with CSS, but the IE6/IE7 rendering of this page is giving me issues: http://smmirror.jaycarlson.net/?noscript I want nice, big bullets, but normal-sized text on the sidebars, so I'm doing something like: And although the exact sizes have had

Re: [css-d] Sizing bullets in IE6/IE7

2010-06-15 Thread Jay Carlson
' Subject: Re: [css-d] Sizing bullets in IE6/IE7 Jay Carlson wrote: I'm normally pretty clever with CSS, but the IE6/IE7 rendering of this page is giving me issues: http://smmirror.jaycarlson.net/?noscript I want nice, big bullets, but normal-sized text on the sidebars, so I'm doing something

Re: [css-d] Sizing bullets in IE6/IE7

2010-06-15 Thread Peter Coates
To: Jay Carlson Cc: 'css-discuss' Subject: Re: [css-d] Sizing bullets in IE6/IE7 Jay Carlson wrote: I'm normally pretty clever with CSS, but the IE6/IE7 rendering of this page is giving me issues: http://smmirror.jaycarlson.net/?noscript I want nice, big bullets, but normal-sized text

[css-d] Sizing bullets in IE6/IE7

2010-06-08 Thread Jay Carlson
Howdy, list: I'm normally pretty clever with CSS, but the IE6/IE7 rendering of this page is giving me issues: http://smmirror.jaycarlson.net/?ajax I want nice, big bullets, but normal-sized text on the sidebars, so I'm doing something like: lispanHeading/span/li li { font-size:something big }