Re: [css-d] styling select drop down in IE

2009-03-27 Thread Mark Senff

--- On Thu, 3/26/09, Angela French afre...@sbctc.edu wrote:

 Can CSS be applied to the select tag in IE?  I
 can't get mine to remove the 3D effect.  I remember
 something about the styling of selects being an operating
 system style that can't be overwritten.

To my knowledge, this is indeed not possible in IE, and you'll stuck with the 
default 3D look of the select boxes. It's beyond me why we can't style these 
with CSS, whereas we ARE allowed to style regular input boxes.


  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] styling select drop down in IE

2009-03-27 Thread Nick Fitzsimons
On Thu, March 26, 2009 10:18 pm, Angela French wrote:
 Can CSS be applied to the select tag in IE?  I can't get mine to remove
 the 3D effect.  I remember something about the styling of selects being an
 operating system style that can't be overwritten.


It depends which version of IE. IE 6 and below implement the select
element as a windowed control [1], so it follows the user's settings for
their Windows appearance and cannot be styled with CSS.

As of IE 7, it becomes a windowless control, and can be styled.

[1] http://blogs.msdn.com/ie/archive/2006/01/17/514076.aspx

Cheers,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] styling select drop down in IE

2009-03-27 Thread Angela French
This is interesting, but I have IE7 and a border: 1px solid color, still gets 
me a 3D effect unfortunately.,

-Original Message-
From: Nick Fitzsimons [mailto:n...@nickfitz.co.uk] 
Sent: Friday, March 27, 2009 7:32 AM
To: Angela French
Cc: 'css discuss'
Subject: Re: [css-d] styling select drop down in IE

On Thu, March 26, 2009 10:18 pm, Angela French wrote:
 Can CSS be applied to the select tag in IE?  I can't get mine to remove
 the 3D effect.  I remember something about the styling of selects being an
 operating system style that can't be overwritten.


It depends which version of IE. IE 6 and below implement the select
element as a windowed control [1], so it follows the user's settings for
their Windows appearance and cannot be styled with CSS.

As of IE 7, it becomes a windowless control, and can be styled.

[1] http://blogs.msdn.com/ie/archive/2006/01/17/514076.aspx

Cheers,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] styling select drop down in IE

2009-03-27 Thread Mark Senff

--- On Fri, 3/27/09, Nick Fitzsimons n...@nickfitz.co.uk wrote:

 On Thu, March 26, 2009 10:18 pm, Angela French wrote:

 Can CSS be applied to the select tag in IE?  I can't get mine to 
 remove the 3D effect.  I remember something about the styling
 of selects being an operating system style that can't be overwritten.
 
 It depends which version of IE. IE 6 and below implement the select
 element as a windowed control [1], so it follows the user's settings 
 for their Windows appearance and cannot be styled with CSS.
 
 As of IE 7, it becomes a windowless control, and can be styled.

Although it's true that you can the style the text/background colors of a 
select dropdown, I don't see how you can get rid of the 3D border in IE7. 

Have a look: http://www.senff.com/select.html

The bottom dropdown should have a 1 pixel red border (as you can see in FF and 
IE8 for example), but IE7 doesn't take that and keeps showing the default 3D 
style. In fact, I really don't see a difference between IE6 and IE7 (styling of 
text/colors was already possible in IE6 as well).

Am I missing something?

mS



  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] styling select drop down in IE

2009-03-26 Thread Angela French
Can CSS be applied to the select tag in IE?  I can't get mine to remove the 
3D effect.  I remember something about the styling of selects being an 
operating system style that can't be overwritten.

Thanks,



Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
http://www.checkoutacollege.comhttp://www.checkoutacollege.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/