About
I just like to share the crazy, odd and cool things I find on the internet everyday.
Newsletter
Get the most recent posts sent to you directly by email!
Name
E-mail
RSS Feed
Get the most recent posts sent to you directly by subscribing to our RSS feeds!
Subscribe to RSS!
Mar
29

CSS Trouble

JulieCool Web Dev & SEO

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?

Share and Enjoy:
  • E-mail this story to a friend!
  • Digg
  • TwitThis
  • StumbleUpon
  • Reddit
  • del.icio.us
  • Mixx
  • Facebook
  • LinkedIn
  • Google
  1. MyAvatars 0.2 Brian J. Hong Says:

    semicolon? ha I don’t know.

  2. MyAvatars 0.2 Syaf The Geek Says:

    Whewwww, if tired of CSS. Sometimes it gives me a headache hehe.

  3. MyAvatars 0.2 Julie Says:

    I wish it was just a semicolon! After looking at it for most of the day, I had a headache also!