Re: [css-d] Overflow bug?

2007-05-26 Thread Richard Grevers
On 5/26/07, Martin Paton [EMAIL PROTECTED] wrote: Hi I've got a flash movie as a header in my three column container layout which I want to set overflow:hidden when the page is resized so it doesn't blow out of the side of the page. I've set overflow:hidden on all containers that the flash

Re: [css-d] Column Alignment in IE6

2007-05-26 Thread Ian Young
[mailto:[EMAIL PROTECTED] Behalf Of Ian Young Sent: 25 May 2007 17:10 To: [EMAIL PROTECTED] Css-Discuss. Org Subject: [css-d] Column Alignment in IE6 Hi List TGIF. Hope your week has been better than mine. This page which has three columns (original design is different on every page).

Re: [css-d] Styling OL

2007-05-26 Thread David A Knight
On Fri, 2007-05-25 at 13:44 +0300, Jukka K. Korpela wrote: On Fri, 25 May 2007, Joanne wrote: I have an ordered list, and I want to style the numbers differently to the text. Is this possible? Ie: I want the numbers large and blue, and the text to be small and black. I'm afraid there

Re: [css-d] Styling OL

2007-05-26 Thread Jukka K. Korpela
On Sat, 26 May 2007, David A Knight wrote: Not sure how IE copes with it, 6 doesn't, not tried in 7 but I suspect it won't either. IE 7 doesn't support counters and generated content (and :before pseudo-elements etc.) at all. Thus... ol { counter-reset: mycounter 0; list-style: none }

Re: [css-d] Styling OL

2007-05-26 Thread David A Knight
On Sat, 2007-05-26 at 13:16 +0300, Jukka K. Korpela wrote: On Sat, 26 May 2007, David A Knight wrote: Not sure how IE copes with it, 6 doesn't, not tried in 7 but I suspect it won't either. IE 7 doesn't support counters and generated content (and :before pseudo-elements etc.) at all.

Re: [css-d] Different ways of doing the same thing

2007-05-26 Thread Roger Roelofs
Les, On May 25, 2007, at 11:30 AM, Les Mizzell wrote: It's always interesting to look at other folks stuff. I just inherited a site, and in looking at their CSS, the main div is listed thusly: #pageWrapper { width:760px; position:absolute; left:50%; margin-left:-380px; }