[jQuery] Re: Apply or remove style - Not workingin IE versions

2009-05-25 Thread mkmanning
dl:first').removeClass('entry'); $('#resume_education dl:first').addClass('first_entry');   _   From: Mauricio (Maujor) Samy Silva [mailto:css.mau...@gmail.com] Sent: May-24-09 8:14 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Apply or remove style - Not workingin IE versions

[jQuery] Re: Apply or remove style - Not workingin IE versions

2009-05-25 Thread Ricardo
dl:first').addClass('first_entry');   _   From: Mauricio (Maujor) Samy Silva [mailto:css.mau...@gmail.com] Sent: May-24-09 8:14 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Apply or remove style - Not workingin IE versions Would you please provide a sample for your HTML markup

[jQuery] Re: Apply or remove style - Not workingin IE versions

2009-05-25 Thread Dave Maharaj :: WidePixels.com
) Subject: [jQuery] Re: Apply or remove style - Not workingin IE versions Is your mark-up valid? Works fine for me: http://jsbin.com/eninu Is that /div a typo? You must close the definion list, and it only takes dt and dd elements inside. On May 24, 11:09 pm, Dave Maharaj :: WidePixels.com d

[jQuery] Re: Apply or remove style - Not workingin IE versions

2009-05-24 Thread Dave Maharaj :: WidePixels.com
Not working in IE at all. Works in FF but noting in IE 5.5 to 7 $('#resume_education dl:first').addClass('first_entry'); .resume dl.first_entry {padding:10px 0 10px 25px; float:left; border:none} .resume dl{padding:10px 0 10px 25px; float:left; border-top:1px dotted #CCC} -Original

[jQuery] Re: Apply or remove style - Not workingin IE versions

2009-05-24 Thread Mauricio (Maujor) Samy Silva
Would you please provide a sample for your HTML markup? Maurício -Mensagem Original- De: Dave Maharaj :: WidePixels.com Not working in IE at all. Works in FF but noting in IE 5.5 to 7 $('#resume_education dl:first').addClass('first_entry');

[jQuery] Re: Apply or remove style - Not workingin IE versions

2009-05-24 Thread Dave Maharaj :: WidePixels.com
').removeClass('entry'); $('#resume_education dl:first').addClass('first_entry'); _ From: Mauricio (Maujor) Samy Silva [mailto:css.mau...@gmail.com] Sent: May-24-09 8:14 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Apply or remove style - Not workingin IE versions Would you