Transparent Blog, a little more help |
Transparent Blog, a little more help |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 6 Joined: Dec 2004 Member No: 76,000 ![]() |
Here's my site
Hi again, Jus2s1mp13 gave me this code for a transparent module. Unfortuately, because the topic was closed right away, I wasn't able to to respond. So, Jus2s1mp13, I applied the code, but the border is the only things that shows up. Here's the code that you left for me: <style type="text/css"> table.left { /* this edits the menu module */ width:180px; color:000000; background-color:transparent; BORDER: #000000 1px solid; } </style> Okay, am I supposed to do something in the look and feel box? Like the left side modules, in the drop down list, do I choose any color or transparent in order for it to work? I chose black, but as you can see, the border is the color I want, but the interior is black. I put the code in the Header box, is that the right place to put it? I appreciate any help that gets thrown my way! So HTML illiterate! |
|
|
![]() |
![]()
Post
#2
|
|
![]() Change Gon Come ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,286 Joined: May 2004 Member No: 18,822 ![]() |
change this part: color:000000;
into color:#000000; |
|
|
![]()
Post
#3
|
|
![]() Newbie ![]() Group: Member Posts: 6 Joined: Dec 2004 Member No: 76,000 ![]() |
QUOTE(DaToNeViEtBoI916 @ Dec 31 2004, 12:14 AM) Okay, I did that (added the pound sign and it didn't work). I even went and re-copied and pasted the code again. ![]() Here's the exact code in the header box: <!-- begin code provided by createblog.com --> <STYLE> /* transparent blog */ .blogbody, { /* opacity maximum 100 */ filter: alpha(style=0,opacity=60); } </STYLE> <!-- end code provided by createblog.com --> <style type="text/css"> /* Blog Background Color */ .blogbody {background-color: #6B8E23;}; </style> <!-- end code provided by createblog.com --> <style type="text/css"> table.left { /* this edits the menu module */ width:180px; color: #6B8E23; background-color:transparent; BORDER: #6B8E23 1px solid; } </style> Is there something there that's probably stopping it from changing? |
|
|
![]() ![]() |