Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FormDecorator > Q2 2009 renders buttons with black text on IE6 and white text on IE7

Answered Q2 2009 renders buttons with black text on IE6 and white text on IE7

Feed from this thread
  • Jon Master avatar

    Posted on Jul 9, 2009 (permalink)

    Hi All,

    Normal formdecorator rendered buttons are showing with black text in IE6 and white text in IE7.  To get them to be consistant I want to use "color:white ! important" in the css.  What style is behind the scenes for the buttons (hovered and normal states)?

    Regards,

    Jon

    Reply

  • Answer Martin Ivanov Martin Ivanov admin's avatar

    Posted on Jul 10, 2009 (permalink)

    Hello Jon,

    IE6 is hard to handle, and obviously some of the skins have problems with it. Basically, it should be done like this, by using the star hack for IE6:

    *html .rfdSkinnedButton .rfdDecorated
    {
     color: red !important;
    }

    *html .rfdSkinnedButton:hover .rfdDecorated
    {
     color: lime !important;
    }


    Have a great weekend,

    Martin Ivanov
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Check out the tips for optimizing your support resource searches.

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.
  • Jon Master avatar

    Posted on Jul 10, 2009 (permalink)

    Hi Martin,

    You're a star - all fixed now on that.  I haven't seen the star hack for a while now.  I must admit that I don't miss working on CSS so much now I use your controls.  I always found it a very fustrating thing with all the browser differences - these days it must be even worse!

    Hope you have a great weekend too!

    Regards,

    Jon

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FormDecorator > Q2 2009 renders buttons with black text on IE6 and white text on IE7
Related resources for "Q2 2009 renders buttons with black text on IE6 and white text on IE7"

ASP.NET FormDecorator Features  |  Documentation  |  Demos  |  Step-by-step Tutorial  ]