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

Vista skin horizontal divider display issue in IE6

1 Answer 63 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jeremy T. Fuller
Top achievements
Rank 1
Jeremy T. Fuller asked on 23 Sep 2008, 09:53 PM
We are using internal build 2008.2.905.35, which provided a fix for the Vista skin which was too blue in the release version of 2008.2.

In this build, in IE6 only, horizontal dividers in the menu (Vista skin) do not display properly. They render with a 1px width instead of extending the width of the menu.

It looks like this presently:

http://img99.imageshack.us/my.php?image=73022864qs8.jpg

While it should look like this:

http://img156.imageshack.us/my.php?image=21737991zv0.jpg

This is not a blocking issue, but I would hope you get it sorted out for your next release. If you do want to release another internal build with this fix, I'll open a support ticket. Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 26 Sep 2008, 11:21 AM
Hi Jeremy,

The following CSS styles should solve the problem:
* html div.RadMenu_Vista .rmSeparator
{
    border: 0;
    height: 1px;
    background: url(rmSeparator.gif) repeat-x 0 0;
}

* html div.RadMenu_Vista .rmSeparator .rmText
{
    display: none;
}

(the rmSeparator file is attached to this post)

We'll include the fix in the next release of RadControls for ASP.NET AJAX.

Kind regards,
Alex
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Menu
Asked by
Jeremy T. Fuller
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or