Replies

Aug 29, 2009 16 years ago
Cinnamon_774
stamps about
User Avatar

Is it supposed to have a white background, or did I mess something up?

How can I get rid of it?

You make a good point. XD

ul.level2 {background-color: transparent !important;} ul li {background-color: transparent !important;}

The part that hovers is transparent, yea, but the part that actually says # Friends Online still has a white background.


Buying:

Aug 29, 2009 16 years ago
Aureate
is a billionaire
User Avatar

It's supposed to have a white background

ul.level2 {background-color: !important;} ul li {background-color: !important;}

That should work.

Aug 29, 2009 16 years ago
toxic
does not get outside
User Avatar

you can also replace the with transparent;

Aug 30, 2009 16 years ago
Cinnamon_774
stamps about
User Avatar

Thank you !

UGH. I tried it. Anyone know what might NOT be working? :(


Buying:

Aug 30, 2009 16 years ago
toxic
does not get outside
User Avatar

editing your first post with the code you're using might help. c:

Aug 31, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

Should work:

div#toolbar { background: transparent; }

Please log in to reply to this topic.