> Hiya all
> Greetings from Downunder.
> Is there anyway to control how to style an input?
> what I mean by this is
> tell the difference between a button input and a textbox input?

CSS 2 attribute selectors help, but are not supported by MSIE
http://www.w3.org/TR/CSS21/selector.html#q10

input[type="submit"] {
}
input [type="text"]{
}

This has been discussed here a lot of times:
http://archivist.incutio.com/viewlist/css-discuss/55230
http://css-discuss.incutio.com/?page=FormElements


--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/
______________________________________________________________________
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