XP themes determine the style of button and widgets... styling them with CSS will alter buttons but not drop down widgets.
This is in contrast to Safari which doesn't allow you to alter the default button aqua style (to my knowledge).
I'm a bit lost here as well. If you don't want to style the fields and widgets then don't put a selector against them - this will allow windoze to set the default style?
Cheers
James
Taco Fleur wrote:
***************************************************** The discussion list for http://webstandardsgroup.org/ *****************************************************this one did the trick, cheers. -----Original Message----- From: Lindsay Evans [mailto:[EMAIL PROTECTED]] Sent: Monday, 10 November 2003 11:27 AM To: [EMAIL PROTECTED] Subject: RE: [WSG] Style to create input field look?Taco Fleur wrote:What I meant was, how to recreate the default look of the input field. For example take a input field and do not apply any CSS to it, that it the look I want to recreate exactly the same. And not by not applying a style to it.try: input { border: 2px inset threedface; background-color: window; color: windowtext; }
