29
I’ve been messing with my CSS all day on here trying to get my blogrolling java script links to format and style like my other ones do within the Wordpress application. LaDonna from Domestic Geek got Amy from the The Casual Tech all fixed up and pretty, and I’ve been trying to use her code. So far, no luck ![]()
LaDonna’s fix:
.entry ul li:before, #sidebar ul ul li:before, .blogrollmain a:before {
content: "\00BB \0020";
}
.blogrollmain a {
line-height: 150%;
}
And where I “think” I should be added it:
.sub_cats1 ul {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
.sub_cats1 li {
list-style:none;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
background:url(images/li_bg1.jpg) left center no-repeat;
vertical-align:top;
line-height:15px;
}
.sub_cats1 ul li a {
text-decoration:none;
font-size:12px;
color:#930000;
font-family:courier new, tahoma, arial, times new roman;
padding:0px 0px 0px 11px;
}
.sub_cats1 li a:hover {
text-decoration:underline;
Does anyone have any ideas for me?


Julie










March 29th, 2007 at 6:30 pm
semicolon? ha I don’t know.
March 29th, 2007 at 6:48 pm
Whewwww, if tired of CSS. Sometimes it gives me a headache hehe.
March 30th, 2007 at 6:42 am
I wish it was just a semicolon! After looking at it for most of the day, I had a headache also!