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

IE7 Ignores rpItem styles

1 Answer 30 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
steve matheson
Top achievements
Rank 2
steve matheson asked on 18 Mar 2011, 07:18 PM
I am using the Q# 2010 version of RadPanel.
I am using:

.rpItem

{

 

 

border-bottom:solid 2px #8F835E ;

 

 

}


to create a dividing border between panel items.
This works perfectly in IE8 but IE7 ignores any styling applied to this item.
How can I get this to work in IE7?

steve matheson

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 22 Mar 2011, 01:40 PM
Hi steve matheson,

I tried the following css class selector and it works fine with me. Please give it a try and let me know if this helps ( I use 2010.3.1215.40 version of the controls):
.RadPanelBar .rpLink
   {
        border-bottom: solid 2px #8F835E !important;
   }


Greetings,
Kate
the Telerik team
Tags
PanelBar
Asked by
steve matheson
Top achievements
Rank 2
Answers by
Kate
Telerik team
Share this question
or