Area behind comment links. |
Area behind comment links. |
Jun 21 2006, 10:31 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Nov 2005 Member No: 294,014 |
I was wondering how to get the area behind the comment links transparent and have the blog background a different color like the layout here. I tried looking at the layout code, but couldn't find which part it was.
Thank you in advance =] |
|
|
|
![]() |
Jun 21 2006, 06:39 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Well, she just set the BG colour of the span tags, but you could do it with divs or tables too... Otherwise they'd all be one colour!
What specifically do you want so I can write it out? The code, that is. |
|
|
|
Jun 21 2006, 09:52 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Nov 2005 Member No: 294,014 |
I know how to make the blogheader transparent, so I'd just like to know how to make the actual blog have a background color while having the area behind the comment links transparent like hers.
|
|
|
|
Jun 22 2006, 07:05 PM
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
I was asking more like different colours, like hers, or just one colour? This is for one colour.
CODE <style type="text/css">table.blogbody{background-color: #FFFFFF; border: 1px solid black;} .smalltext{background-color: #Transparent;} </style> ^Into custom header it goes. This is for various colours. Make sure to change the class for each colour though! Copy the CSS line to create more. CODE <style type="text/css"> ^ Into header that goes..one{background-color: #FFFFFF; border: 1px solid black;} </style> CODE <div class="one">ENTRY HERE</div> ^ That goes into your entry. Check "edit HTML" before you try to use it!
|
|
|
|
Jun 23 2006, 03:54 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Nov 2005 Member No: 294,014 |
It worked. Thanks!
|
|
|
|
![]() ![]() |