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 Fri Mar 16 2012, 22:52

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 Sat Mar 17 2012, 14:02

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 Sat Mar 17 2012, 19:13

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 Sat Mar 17 2012, 19:14

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