HighDots Forums  

Form elements resistant to styles

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Form elements resistant to styles in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Giggle Girl
 
Posts: n/a

Default Form elements resistant to styles - 02-14-2006 , 01:44 PM






I want to make a list of form elements that are resistant to CSS.

So far I have

1. SELECT boxes
2. INPUT type="file"

I am sure there are others. Can someone add to my list so I don't
bother this newsgroup asking questions about how to use CSS to change
the look of certain elements that are reliant on the OS and cannot be
formatted in CSS?

Thanks,
Ann


Reply With Quote
  #2  
Old   
Spartanicus
 
Posts: n/a

Default Re: Form elements resistant to styles - 02-14-2006 , 01:56 PM






"Giggle Girl" <missgiggy (AT) gmail (DOT) com> wrote:

Quote:
I want to make a list of form elements that are resistant to CSS.
No such thing.

Various browsers allow varying degrees of form element style
manipulation depending on various browser preference options and various
other user settings.

--
Spartanicus


Reply With Quote
  #3  
Old   
Giggle Girl
 
Posts: n/a

Default Re: Form elements resistant to styles - 02-14-2006 , 02:43 PM



Ok, let me add a stipulation. For IE6 on Windows XP, I want to make a
list of form elements that are resistant to CSS.

So far I have

1. SELECT boxes
2. INPUT type="file"

Formatting the look of these two elements is problematic. For
instance, I don't see a way of over-riding the default light blue that
surrounds a Select Box.

Any other elements like this?

Thanks,
Ann


Reply With Quote
  #4  
Old   
Spartanicus
 
Posts: n/a

Default Re: Form elements resistant to styles - 02-14-2006 , 02:53 PM



"Giggle Girl" <missgiggy (AT) gmail (DOT) com> wrote:

Quote:
Ok, let me add a stipulation. For IE6 on Windows XP, I want to make a
list of form elements that are resistant to CSS.
Ask in an IE group.

--
Spartanicus


Reply With Quote
  #5  
Old   
Alexander Clauss
 
Posts: n/a

Default Re: Form elements resistant to styles - 02-14-2006 , 03:18 PM



Giggle Girl <missgiggy (AT) gmail (DOT) com> wrote:

Quote:
Any other elements like this?
All form elements (checkboxes, radio buttons, push buttons, popup
buttons, list boxes, text input fields, etc.) can be resistant to
styles. This is highly dependant of the browser and the operating
system. If the browser uses the GUI controls of the operating system for
form elements, styling may fail if the operating system doesn't allow
modifications of these controls. If you've ever seen the "Aqua"
appearance of Mac OS X you'll see that the GUI elements of this system
are far too complex (Transparencies, round corners, complex textures, 3D
effects etc) to be modified via CSS. There no such thing like a simple
background color or a border. So styling these controls via CSS will
definitely fail. Only if y system won't use these system controls,
you may be successful to style the form elements.


--
Alexander


Reply With Quote
  #6  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Form elements resistant to styles - 02-14-2006 , 03:38 PM



Giggle Girl wrote:

Quote:
Ok, let me add a stipulation. For IE6 on Windows XP, I want to make a
list of form elements that are resistant to CSS.
IE6/XP ... probably about 60% or less of your (average) audience.

Quote:
So far I have

1. SELECT boxes
2. INPUT type="file"

Formatting the look of these two elements is problematic. For
instance, I don't see a way of over-riding the default light blue that
surrounds a Select Box.
I have no light blue around a select box. Oh wait, I don't have XP!
Will your web page be able to discern that?

Quote:
Any other elements like this?
Probably. Why do you want to mess with my browser and operating system?

Consider that the clueless are *used* to seeing these form elements as
normally displayed by their browser/OS. Why do you want to confused
them?

--
-bts
-Warning: I brake for lawn deer


Reply With Quote
  #7  
Old   
Tony
 
Posts: n/a

Default Re: Form elements resistant to styles - 02-15-2006 , 08:46 PM



Beauregard T. Shagnasty wrote:
Quote:
Giggle Girl wrote:

Ok, let me add a stipulation. For IE6 on Windows XP, I want to make a
list of form elements that are resistant to CSS.

IE6/XP ... probably about 60% or less of your (average) audience.
Would you please share where you get that statistic from? My sources
show a MUCH higher percentage than that.



Reply With Quote
  #8  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Form elements resistant to styles - 02-16-2006 , 12:32 AM



Tony wrote:

Quote:
Beauregard T. Shagnasty wrote:
Giggle Girl wrote:

Ok, let me add a stipulation. For IE6 on Windows XP, I want to make
a list of form elements that are resistant to CSS.

IE6/XP ... probably about 60% or less of your (average) audience.

Would you please share where you get that statistic from? My sources
show a MUCH higher percentage than that.
'Tis about what I see on one of my sites. I have normally around 80% IE,
but quite a lot of them are -not- using XP. Lots of Win98, still Win95.

--
-bts
-Warning: I brake for lawn deer


Reply With Quote
  #9  
Old   
Tony
 
Posts: n/a

Default Re: Form elements resistant to styles - 02-16-2006 , 01:11 PM



Beauregard T. Shagnasty wrote:
Quote:
Tony wrote:

Beauregard T. Shagnasty wrote:
Giggle Girl wrote:

Ok, let me add a stipulation. For IE6 on Windows XP, I want to make
a list of form elements that are resistant to CSS.

IE6/XP ... probably about 60% or less of your (average) audience.

Would you please share where you get that statistic from? My sources
show a MUCH higher percentage than that.

'Tis about what I see on one of my sites. I have normally around 80% IE,
but quite a lot of them are -not- using XP. Lots of Win98, still Win95.
Ok, that makes sense. But you said IE6 - perhaps I'm way misinformed,
but I thought IE6 won't run on win9x?

BTW, I did a compilation of stats from a number of sources a few weeks
back. I know that browser statistics can be munged, and certainly vary
by site, but I figured a composite from a variety of sources would be a
good indicator.

The sources included w3.org, Pitt County, USGS, Browser news, and a
bunch of others. The result? 72% IE6, 4% IE5, 17% Firefox, 4% "generic"
Mozilla, Opera & Netscape both at 1%, 2.5% Safari, and 5% unknown (if
it doesn't add up it's because I rounded...)

Just for the record, and whatever interest anyone has...



Reply With Quote
  #10  
Old   
Els
 
Posts: n/a

Default Re: Form elements resistant to styles - 02-16-2006 , 01:18 PM



Tony wrote:

Quote:
but I thought IE6 won't run on win9x?
It does. Upgraded to IE6 from IE4 on a very old Win98 thing just the
other day.

--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/

Now playing: The Moody Blues - Gemini Dream


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.