CSS vs Web Control Buttons
-
I would like to know if there is a way to apply CSS on a web control button. I've been lookin up for some examples but seems HTML controls are more favored. Anybody here can tutor me quickly for mouse over, mouse click on a web control buton, also feel free to give me opinions for why web control are not using much CSS
-
I would like to know if there is a way to apply CSS on a web control button. I've been lookin up for some examples but seems HTML controls are more favored. Anybody here can tutor me quickly for mouse over, mouse click on a web control buton, also feel free to give me opinions for why web control are not using much CSS
-
I would like to know if there is a way to apply CSS on a web control button. I've been lookin up for some examples but seems HTML controls are more favored. Anybody here can tutor me quickly for mouse over, mouse click on a web control buton, also feel free to give me opinions for why web control are not using much CSS
Use the
CSSClass
property to assign a CSS class. The best way though is to assign it vai your CSS file e.g.fieldset input { style here}
. As for the why, MS is not keen on other peoples standards and web controls have a lot of flashy but bad-practice features. To the firsttime user all the handy style properties are useful and easier than using CSS (even though technically they do output CSS). regards, Paul Watson Bluegrass South Africa Christopher Duncan quoted: "...that would require my explaining Einstein's Fear of Relatives" Crikey! ain't life grand? Einstein says... -
Use the
CSSClass
property to assign a CSS class. The best way though is to assign it vai your CSS file e.g.fieldset input { style here}
. As for the why, MS is not keen on other peoples standards and web controls have a lot of flashy but bad-practice features. To the firsttime user all the handy style properties are useful and easier than using CSS (even though technically they do output CSS). regards, Paul Watson Bluegrass South Africa Christopher Duncan quoted: "...that would require my explaining Einstein's Fear of Relatives" Crikey! ain't life grand? Einstein says...