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

PNG usage?

1 Answer 48 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Dave Dechant
Top achievements
Rank 1
Dave Dechant asked on 12 May 2010, 07:19 PM
I'm attempting to use a .png file for the background image of a drop down in a RadMenu control. It's just a 1px x 1px black square with a small amount of transparency and repeated, but when I view in a browser, the dropdown background is a solid gray color.

Any ideas? Thanks!

div.RadMenu_main_nav .rmItem .rmGroup {
    background-image:url('img/nav_hover_bgd.png');
    background-repeat:repeat;
    border: 1px solid #FFF;
}

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 14 May 2010, 03:50 PM
Hello Dave,

24bit PNG images with alpha are not supported in IE6. Another thing is that you set background-image, but you don't set background-color for the group and if there is one specified in the skin, it will be rendered.

Greetings,
Kamen Bundev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Menu
Asked by
Dave Dechant
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or