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

Updated DLL black line appears

1 Answer 51 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
stevied
Top achievements
Rank 2
stevied asked on 02 Aug 2009, 10:42 AM
Hey all,

I had the panel bar looking and working the way I wanted but then i updated the DLL to the latest one and now i have a black line appearing below my root links which i cannot for the life of me get rid of, can anyone help?

http://development.lateralline.co.uk/cbfootball2009/community.aspx

Thanks in advance..

Stevied





1 Answer, 1 is accepted

Sort by
0
Accepted
Kamen Bundev
Telerik team
answered on 03 Aug 2009, 08:20 AM
Hello Stevied,

Try if adding this CSS rules to your page fixes this issue:
div.RadPanelBar .rpOut {
    border-bottom: 0;
}
div.RadPanelBar .rpFocused .rpOut,
div.RadPanelBar .rpLink:hover .rpOut,
div.RadPanelBar .rpSelected .rpOut,
div.RadPanelBar .rpSelected:hover .rpOut

{
    padding-bottom: 0;
}

All the best,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
PanelBar
Asked by
stevied
Top achievements
Rank 2
Answers by
Kamen Bundev
Telerik team
Share this question
or