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

Visited item hyperlink style

1 Answer 48 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 23 Jan 2009, 03:13 PM
Hello,

I'm experiencing a problem in my PanelBar control where visited or clicked on links change to a normal font weight instead of bold. I have tried many things in the skin file to prevent this, and firebug is telling me the font-weight is bold, but it's actually not. This is strange!

Here is some of the relevant CSS in my Skin file:

.RadPanelBar_SoftexPanelBar .rpRootGroup .rpLink
{
    background: #FF0000;
    color: White;
    font-weight:bold;    
    margin-bottom:1px;
}

.RadPanelBar_SoftexPanelBar .rpRootGroup .rpExpanded,
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpClicked,
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpSelected
{
    background: #9C0606;
    font-weight:bold;
}
 .RadPanelBar_SoftexPanelBar .rpRootGroup span.rpText
 {
   font-weight:bold;
 }

.RadPanelBar_SoftexPanelBar .rpRootGroup .rpLink:hover
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpLink:visited
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpLink:link
{
    background: #9C0606;
    color:White;
  font-weight:bold;
}

Hope you can help!

John

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 26 Jan 2009, 09:22 AM
Hi John,

Is this happening across all browsers or just one? There is probably some CSS interfering with the RadPanelBar, but it is hard to tell without examining the page in question. Could you please provide live URL or an example project - you can open a support ticket if you want privacy.

Best wishes,
Kamen Bundev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
PanelBar
Asked by
John
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or