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

[Solved] IE 7 display and BluePrint

2 Answers 82 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Curt
Top achievements
Rank 1
Curt asked on 11 Feb 2008, 11:42 PM
I am currently in the process of moving most of my RadControls to the Prometheus controls.  I also use the CSS layout Blueprint (http://code.google.com/p/blueprintcss/) to help keep the pages uniform between browsers.  I have found that on Firefox the combobox works fine but in IE 7 the scrolling (you have to have more items in the list than you have screen real estate for) is all messed up.

Has anyone else experienced this or know of a quick fix?  I am assuming one of the styles in the blueprint css files is the cause.  If that is the case I just need to find out which one and put it in my skin for the combobox.

Thanks


2 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 13 Feb 2008, 02:14 PM
Hello sl6rp,

Adding this code in the <head> tag of your aspx pages will solve the problem:

<style type="text/css"> 
.rcbScroll ul  
{ 
    position: static;  
} 
</style> 

I hope this helps.

Kind regards,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Curt
Top achievements
Rank 1
answered on 19 Feb 2008, 06:38 PM
Wow, this one got lost in my email somehow.  Thanks for the tip.

-Brent
Tags
ComboBox
Asked by
Curt
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Curt
Top achievements
Rank 1
Share this question
or