This is a migrated thread and some comments may be shown as answers.

Toolbarbutton CSS Slightly Broken

1 Answer 41 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Josh
Top achievements
Rank 1
Josh asked on 09 Feb 2011, 05:33 PM
CSS bug (not sure if this is the best place to post it): On the FileExplorer's toolbar in IE7, the right edge of the hovered button is raised. This can be seen on the FileExplorer demos.

1 Answer, 1 is accepted

Sort by
0
Accepted
Bozhidar
Telerik team
answered on 14 Feb 2011, 03:08 PM
Hello Josh,

Thanks for bringing that problem to our attention.

Actually this is a CSS bug caused by some inconsistency between some specific styles of FIleExplorer and RadToolbar. You could use the following CSS in the head section of your document to fix it:

/* IE7 toolbar hover fix vertical-align middle problem */
*+html .RadFileExplorer .RadToolBar .rtbIn
{
    vertical-align: top !important;
}
 
/* IE6 toolbar hover fix vertical-align middle problem */
*html .RadFileExplorer .RadToolBar .rtbIn
{
    vertical-align: top !important;
}

Your Telerik points has been updated.

Best wishes,
Bojo
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
FileExplorer
Asked by
Josh
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or