RE: CSS 'focus' in IE

2004-05-24 Thread d.a.collie
Nate wrote: >> Check out the following link for what is probably the best, simplest, most painless method to >> use the :focus pseudo-class in IE. >> http://www.htmldog.com/articles/suckerfish/focus/ Thanks Nate, it's a third party application done in Uniface which I know nothing about and it's g

Re: CSS 'focus' in IE

2004-05-21 Thread Nate Petersen
Check out the following link for what is probably the best, simplest, most painless method to use the :focus pseudo-class in IE. http://www.htmldog.com/articles/suckerfish/focus/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CSS 'focus' in IE

2004-05-21 Thread d.a.collie
>> IE6 doesn't support focus in CSS.  However Dean Edwards Beta of IE7 (Internet Extensions) Cheers, will look into it... users wanting the input boxes to change color and you know how it goes, gotta get it working for them Cheers everyone :-) -- dc [Todays Threads] [This Message] [Subscr

RE: CSS 'focus' in IE

2004-05-21 Thread Sandy Clark
ECTED] Sent: Thursday, May 20, 2004 11:51 AM To: CF-Talk Subject: OT: CSS 'focus' in IE Hello I've been looking at http://www.w3.org/TR/CSS21/selector.html#pseudo-elements and the pseudo-class 'focus' When I've got <br> .input { background: #CC; color:

Re: CSS 'focus' in IE

2004-05-20 Thread Arden Weiss
What I use for focus into field one... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CSS 'focus' in IE

2004-05-20 Thread Sparrow-Hood, Walter
:focus is only supported in NS6, Mozella, Firebird & IE5(MAC).  You will need to use _javascript_. Walt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 11:51 AM To: CF-Talk Subject: OT: CSS 'focus' in IE Hello I'

Re: OT: CSS 'focus' in IE

2004-05-20 Thread Nathan Strutz
Did you try the IE7 hack? http://dean.edwards.name/IE7/ forces IE6 to behave with web standards. -nathan strutz [EMAIL PROTECTED] wrote: > Hello > > I've been looking at > http://www.w3.org/TR/CSS21/selector.html#pseudo-elements and the > pseudo-class 'focus' > > When I've got > >

OT: CSS 'focus' in IE

2004-05-20 Thread d.a.collie
Hello I've been looking at http://www.w3.org/TR/CSS21/selector.html#pseudo-elements and the pseudo-class 'focus' When I've got
.input { background: #CC; color: #00; }
.input:focus { background: #FF; color: #FF; }
It works in Firebird 0.8 ok... but not in I