![]() |
Changing link colours in speedbar
I'm not sure how to do this? :oops:
I set the link colours in skin1/CSS but I need the colours for the speed bar links to be diferent from the colours for the body links. Do I need to edit this in the head.tpl or can I add some code to the CSS to do this? If I do it in the head.tpl then how do I get the rollover colour? |
create a new set of styles and apply them to the links in the speed bar
something like Code:
NewA:link { |
Thanks Shan you rock! :D
But I'm not sure how to do that, I don't know how to marry Code:
<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}"> with Code:
<table border=0 cellpadding=0 cellspacing=0> If indeed those are to be married? I'm assuming I edit top_menu.tpl and how do i reference the new css entries? (not one of my strong points) :oops: |
I think you have to edit tab.tpl.
Just change whatever style it is pulling for the name of the new style you created. |
Quote:
thats right |
That's the problem, nowhere in tab.tpl is it showing where it's pulling styles:
Code:
<table border=0 cellpadding=0 cellspacing=0> |
Code:
<td width=85 height=30 class=Tab align=center>{$tab_title}</td> You need to add link markup in the css for the "tab" class. IE Code:
.Tab { Just add Code:
.Tab:link { below your .tab entry in the skin1.css. |
adpboss... You just saved me about 45 years of study to figure that out, I never would have got it man, thank you so much! That was actually the hardest thing I've had to do in Xcart! 8O I never would have got it.
|
ok, now fix the thread title because it is totally useless to anyone searching for help.
Try to make your titles descriptive instead of self-depractory! :D Edit the subject on your first post ok? ;) |
OK this is really annoying now... I'm not trying to frustrate you guys but it didn't work. I even tried moving the TAB section above the A link section to see if that was an issue but NO GO, what the frigg am I doin' wrong?
Code:
.Tab { Sorry for the hassle. |
All times are GMT -8. The time now is 01:42 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.