CSS Problem
Posted: Mon Jul 25, 2005 5:02 pm
Hi I've a problem.
Iwant to show the categories on the left side bar, the color of them should be White.
So I've edited the css file, but they didn't change there Color.
Maybe i'm to stupid, can some on help me?
Here the code of the sidebar template
<div class="serendipitySideBarContent">{$item.content}</div>
Here the code on my blocg
<div class="serendipitySideBarContent">
<div style="padding-bottom: 2px;">
<a href="/s9y/categories/2-hello" title="hello" style="padding-left: 0px">hello</a></div></div>
who the hell came there from <div style="padding-bottom: 2px;">
and I've added to the CSS File
a.serendipitySideBarContent, a:hover.serendipitySideBarContent, a:link.serendipitySideBarContent, a:visited.serendipitySideBarContent {
color:#FFFFFF;
}
but there don't change there color
Thanks Night Walker
Iwant to show the categories on the left side bar, the color of them should be White.
So I've edited the css file, but they didn't change there Color.
Maybe i'm to stupid, can some on help me?
Here the code of the sidebar template
<div class="serendipitySideBarContent">{$item.content}</div>
Here the code on my blocg
<div class="serendipitySideBarContent">
<div style="padding-bottom: 2px;">
<a href="/s9y/categories/2-hello" title="hello" style="padding-left: 0px">hello</a></div></div>
who the hell came there from <div style="padding-bottom: 2px;">
and I've added to the CSS File
a.serendipitySideBarContent, a:hover.serendipitySideBarContent, a:link.serendipitySideBarContent, a:visited.serendipitySideBarContent {
color:#FFFFFF;
}
but there don't change there color
Thanks Night Walker
