On 4 Jan 2006, at 6:53 am, Manuel A. Carranza wrote:

> I have been been applying css to my form elements. I came across:
> input[type=text] { }  I would like to continue using this method.
> This works in FF but doesn't in IE, my question is; is it possible  
> to get
> this to work in IE? Or perhaps know of a better method.

IE 6 and lower do not support attribute selectors.
Your options:
* add a class to the input element
* for IE, I believe Dean's IE 7 scripts can 'correct' this problem, I  
haven't used them for this specific issue though
<http://dean.edwards.name/IE7/>

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com/>


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to