[jQuery] Re: Problem on IE8

2009-08-11 Thread Gaiz
Point that allow user to change CSS, because page support user's theme. Point that I raise this issue because I use jQuery in every browsers except IE8, it return 0 and other JavaScript framework such as Mootools, it return 0 in every browsers include IE8. I think JavaScript Framework should hand

[jQuery] Re: Problem on IE8

2009-08-11 Thread Liam Byrne
If there's no CSS value explicitly set, then the different browsers will default to different default settings. There's no point in allowing users to change their CSS if it means that your website doesn't work. L Gaiz wrote: User that use my website can customize CSS. I do not know why it

[jQuery] Re: Problem on IE8

2009-08-10 Thread Gaiz
User that use my website can customize CSS. I do not know why it error on IE8 only (IE7, FF is work fine) On Aug 11, 2:26 am, Liam Byrne wrote: > How are you setting the border in CSS ? > > If you set it explicitly, it should work cross-browser > > L > > > > Gaiz wrote: > > I found 2 problems w

[jQuery] Re: Problem on IE8

2009-08-10 Thread Liam Byrne
How are you setting the border in CSS ? If you set it explicitly, it should work cross-browser L Gaiz wrote: I found 2 problems when I use jQuery on IE8 1. When I use $('elementId').css('border-top-width'), it return "medium", but other browsers return "0px" 2. After domready, my page, that'