[css-d] Zoom and IE-specific style sheet - Firefox JS console errors

2006-07-18 Thread Micky Hulse
Hi all, Just quick q: Will putting zoom in an IE-specific style sheet fix the errors a buddy of mine is getting via the Firefox Javascript console? He is using some of the YUI CSS, which uses zoom for a menu... I am just not sure if things will validate once you put zoom into a conditional IE

Re: [css-d] Zoom and IE-specific style sheet - Firefox JS console errors

2006-07-18 Thread D. D. Brierton
On Tue, 2006-07-18 at 13:03 -0700, Micky Hulse wrote: > Hi all, > > Just quick q: > > Will putting zoom in an IE-specific style sheet fix the errors a buddy > of mine is getting via the Firefox Javascript console? > > He is using some of the YUI CSS, which uses zoom for a menu... I am just > n

Re: [css-d] Zoom and IE-specific style sheet - Firefox JS console errors

2006-07-18 Thread Micky Hulse
D. D. Brierton wrote: > Anything inside a conditional comment, including a linked stylesheet, is > precisely that -- a comment -- and so will be ignored by all other > browsers. Hi Darren, Great, that is what I thought... I did not know if the Firefox Javascript console would read-past the IE co

Re: [css-d] Zoom and IE-specific style sheet - Firefox JS console errors

2006-07-18 Thread Gunlaug Sørtun
Micky Hulse wrote: > But, as long as the online CSS validator is happy, then so am I (and I > am sure my friend will be too.) The online CSS validator doesn't know the 'IE-only' styles are there once they are hidden through a 'conditional comment', so you can add all the non-valid garbage you l

Re: [css-d] Zoom and IE-specific style sheet - Firefox JS console errors

2006-07-18 Thread Ingo Chao
Micky Hulse wrote: > D. D. Brierton wrote: >> Anything inside a conditional comment, including a linked stylesheet, is >> precisely that -- a comment -- and so will be ignored by all other >> browsers. > > Hi Darren, > > Great, that is what I thought... I did not know if the Firefox > Javascript