[jQuery] Re: Jquery + ie7 spans

2009-12-26 Thread Šime Vidas
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> This one is better :) Or at least this one: http://www.w3.org/ TR/html4/strict.dtd">

[jQuery] Re: Jquery + ie7 spans

2009-12-24 Thread Šime Vidas
Why do you bother with quirks mode? Doesn't having a good DOCTYPE avoid triggering quirks mode? BTW, IE8 in quirks has this problem also, not just IE7

[jQuery] Re: Jquery + ie7 spans

2009-12-24 Thread Alex Mcauley
Sorry found a typo in my example... $("#jlist") ... should read $("#list") This is not an error in the script just an error in copy/paste! On Dec 23, 11:05 am, Alex Mcauley wrote: > Morning and happy holidays!.. > > I am having some trouble with jQuery and IE7 quirks (suprise > suprise).. > >