WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Posted Message info Empty Posted Message info Wed Oct 20, 2010 6:40 pm

Emilio

Emilio
Registered Member
Registered Member
Hello when members post a message then you will get the message you will see here on the pic
But its not clear to see... Whats te css to remove the white background to transparant?

Posted Message info Untitl10

http://www.graphilicious.forumotion.Com

2Posted Message info Empty Re: Posted Message info Wed Oct 20, 2010 9:39 pm

Guest


Guest
Put this in your CSS:

Code:

.message {
background-color: transparent;
}

Edit: Search in your CSS first, maybe you will see a similar code (:

3Posted Message info Empty Re: Posted Message info Wed Oct 20, 2010 9:44 pm

Emilio

Emilio
Registered Member
Registered Member
Npe doesn"t work

http://www.graphilicious.forumotion.Com

4Posted Message info Empty Re: Posted Message info Wed Oct 20, 2010 9:48 pm

Guest


Guest
Edit: Very Happy

Code:


.pun .main .main-content.message {
    background-color: transparent;
    }
.pun .main .main-content p.message {
   margin: 1.7em;
   padding: 1em;
   background-color: transparent;
   border: 0px solid #dddddd;
   }

5Posted Message info Empty Re: Posted Message info Wed Oct 20, 2010 9:55 pm

Emilio

Emilio
Registered Member
Registered Member
Nothing ;s

http://www.graphilicious.forumotion.Com

6Posted Message info Empty Re: Posted Message info Wed Oct 20, 2010 9:57 pm

Guest


Guest
I edited my post (: search in your CSS for

Code:
.pun .main .main-content.message

7Posted Message info Empty Re: Posted Message info Wed Oct 20, 2010 10:02 pm

Emilio

Emilio
Registered Member
Registered Member
Thanks ;-)

http://www.graphilicious.forumotion.Com

8Posted Message info Empty Re: Posted Message info Wed Oct 20, 2010 10:04 pm

Guest


Guest
Wink
Glad i could help
btw, looks better now Razz

9Posted Message info Empty Re: Posted Message info Wed Oct 20, 2010 11:01 pm

ankillien

ankillien
Administrator
Administrator
.pun .main .main-content.message
Its an invalid selector Neutral I doubt if it really worked. Its something else that did the trick, I think Razz

Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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