1 princess Nov 12, 2006 01:34
3 princess Nov 12, 2006 12:18
Oh my goodness! I had my doubts about being able to find what you were talking about, but I found it, and even better, it works! Thank-you once again! :)
Do you also have a fix for making it so that links are not underlined in those same sidebar lists?
Normally, I use something like, style="TEXT-DECORATION: none, but that did not work in this instance.
4 yabba Nov 12, 2006 12:20
if you add this to your skins css file then the underlines should go :-
#sidebar a{text-decoration:none;}
;)
¥
5 princess Nov 12, 2006 12:24
Gosh, we've got to stop meeting like this, but thank-you! I think I shall hire you as my tutor! *grins*
6 princess Nov 12, 2006 12:26
I added it, it didn't work... oops.
7 yabba Nov 12, 2006 12:27
lol, as it happens the above wont work (I was on someone elses skin :p), just change it to :-
.bSideBar a{
text-decoration:none;
}
¥
8 princess Nov 12, 2006 12:34
...it works! Thank-you! Come visit the fine site you just made!
http://www.studioreflections.com/blog/
9 yabba Nov 12, 2006 12:35
No problem ;)
¥
The way I normally do it is to have a "neatList" class and then add it to any of the sidebar items I want to use it.
The css looks something like this
To use it you just need to change the <div> wrapper for the sidebar items you want to affect :-
¥