Re: [WSG] CSS invisible to IE

2008-10-30 Thread David Hucklesby
On Wed, 29 Oct 2008 09:02:21 +0500, Fuji kusaka wrote: > Is there any way to code css (not conditional inline css), so that the CSS > apply online > to FF? I'm confused. Your subject line refers to IE, yet your question only refers to FF.(?) If you wish to target Firefox only, it will very much

Re: [WSG] CSS invisible to IE

2008-10-29 Thread morten fjellman
Here is an article about hacks for Fx, Opera and IE: http://www.nealgrosskopf.com/tech/thread.asp?pid=20 On Wed, Oct 29, 2008 at 12:41 PM, Brett Patterson < [EMAIL PROTECTED]> wrote: > There are conditional CSS HTML codes that can apply to FF. If you want to > use them, you can try: > > > > If t

Re: [WSG] CSS invisible to IE

2008-10-29 Thread Brett Patterson
There are conditional CSS HTML codes that can apply to FF. If you want to use them, you can try: If the above does not work, try adding an additional N in , as in . On Wed, Oct 29, 2008 at 12:29 AM, Luke Hoggett <[EMAIL PROTECTED]>wrote: > Hi, > > This list isn't really a help desk. For such

Re: [WSG] CSS invisible to IE

2008-10-28 Thread Luke Hoggett
Hi, This list isn't really a help desk. For such things Google is your friend. Anyway, there are various methods/hacks available. My preference is to use child selectors eg #container .something { /* this will be used in ie6 */ } #container > .something { /* this will be used in firef

[WSG] CSS invisible to IE

2008-10-28 Thread Fuji kusaka
Is there any way to code css (not conditional inline css), so that the CSS apply online to FF? -- Fuji kusaka *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsu