Re: [css-d] Why Did This CSS Class Stop Working?

2005-05-01 Thread Vik Rubenfeld
I just tried it out on IE6 at a local Kinko's, and the site did not lock up IE6. It looks like taking out that javascript fixed it. -Vik __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wi

Re: [css-d] Why Did This CSS Class Stop Working?

2005-05-01 Thread Vik Rubenfeld
> ... fix (if you haven't) the validation errors ... I've fixed the CSS validation errors. I have some questions about the HTML validation errors, which I will post separately. > No, that demo page doesn't work in IE6, and while it doesn't appear to crash > the browser in the way your page did, i

Re: [css-d] Why Did This CSS Class Stop Working?

2005-05-01 Thread Eric A. Meyer
At 7:22 PM -0600 4/30/05, Steve Clason wrote: You're running on a case-sensitive OS (some version of Unix) so "class="PullQuote" doesn't refer to ".pullquote". Make the case the same and you should be on your way. Actually, the OS has nothing to do with the case-sensitivity of class and ID na

Re: [css-d] Why Did This CSS Class Stop Working?

2005-05-01 Thread Holly Bergevin
From: Vik Rubenfeld <[EMAIL PROTECTED]> >Thanks very much for letting me know about this. This is the first I've >heard of this. > >The JavaScript is from this demo page: >. Does that demo work in IE6? No, that demo page doesn't work in IE6, and while it does

Re: [css-d] Why Did This CSS Class Stop Working?

2005-05-01 Thread Vik Rubenfeld
Lower-casing the div appears to have fixed it. :) > You're running on a case-sensitive OS (some version of Unix) so > "class="PullQuote" doesn't refer to ".pullquote". Make the case the same > and you should be on your way. That may explain it. I changed servers a few months ago. Perhaps the new

Re: [css-d] Why Did This CSS Class Stop Working?

2005-04-30 Thread Eric Ladner
On 4/30/05, Steve Clason <[EMAIL PROTECTED]> wrote: > > You're running on a case-sensitive OS (some version of Unix) so > "class="PullQuote" doesn't refer to ".pullquote". Make the case the same > and you should be on your way. > > -- > Steve Clason Good catch, Steve. You'd think running on a Li

Re: [css-d] Why Did This CSS Class Stop Working?

2005-04-30 Thread Holly Bergevin
From: Vik Rubenfeld <[EMAIL PROTECTED]> >. >his_weeks_african_aids_treatment_stories/> > >How can I fix this? Thanks very much in advance to all for any info.

Re: [css-d] Why Did This CSS Class Stop Working?

2005-04-30 Thread Steve Clason
On 4/30/2005 6:31 PM Vik Rubenfeld wrote: I've got some nice CSS for pullquotes that's worked for months: Today I noticed that all of a sudden, it's not working anymore. Browsers act like it's not even there. My css sheet is at: . An exa

[css-d] Why Did This CSS Class Stop Working?

2005-04-30 Thread Vik Rubenfeld
I've got some nice CSS for pullquotes that's worked for months: .pullquote { width: 275px; float: right; padding: 6px 10px 10px 10px; margin: 0px 10px 5px 10px; text-align: center; color: #008509; background-color: white; font-fam