Ross, On 8/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > In my sitepoint book '101essentail tip, tricks & hacks' shows the way to make > a submit button appear like text by setting > > background-color:transparent; > > How can I extend this to make a simlple rollover when the background colour > changes?
Just say 'no' Actually a hover pseudo-class will work on some browsers just like it does on other html elements. However, styling the submit button is often a bad idea. Submit buttons are usually drawn with the native OS look and feel, and when you change that, it will confuse some users. Also, some browsers (safari for instance) ignore most attempts to style submit buttons. -- Roger Roger Roelofs Know what you value. ______________________________________________________________________ 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/
