The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Transparent Background Body Line color?

2 posters

Go down

Transparent Background Body Line color? Empty Transparent Background Body Line color?

Post by El3mentGamer March 16th 2012, 9:52 pm

I am making a Mac OSX Skin for my forum: http://www.legitimate.forumotion.com/

And I was wondering; in the 'AP< Display<Pictures and Colors<Colors' how to make the Background Body Line color field 100% Opaque (transparent). Is there a CSS code similar too..

Code:
td.bodyline {
background: rgba(255,255,255,-510);
}

to do this?
avatar
El3mentGamer
New Member

Posts : 7
Reputation : 1
Language : English

Back to top Go down

Transparent Background Body Line color? Empty Re: Transparent Background Body Line color?

Post by FastCode March 17th 2012, 1:02 pm

Code:

td.bodyline {
background: transparent;
}
FastCode
FastCode
Forumember

Male Posts : 42
Reputation : 7
Language : Romanian, English, Css.
Location : Romania

Back to top Go down

Transparent Background Body Line color? Empty Re: Transparent Background Body Line color?

Post by El3mentGamer March 17th 2012, 6:13 pm

I am not asking about the background color, I already have that. I am asking for a transparent "Background Body LINE"

Thanks though.
avatar
El3mentGamer
New Member

Posts : 7
Reputation : 1
Language : English

Back to top Go down

Transparent Background Body Line color? Empty Re: Transparent Background Body Line color?

Post by Guest March 17th 2012, 6:14 pm

Add this:
Code:
td.bodyline{
border: 0px !important;
}
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum