the background of my comments is orange and i really dont like it so how do i change the color of it?
How can i change my background for my myspace COMMENTS?
1. To have the Image repeat in each box use this:
%26lt;style type="text/css"%26gt;
.friendsComments table, .friendsComments tbody, .friendsComments tr, .friendsComments td {
background-image:url(http://site.com/pic.jpg );
}
%26lt;/style%26gt;
2. To have the Image run behind everything use this:
%26lt;style type="text/css"%26gt;
.friendsComments table,.friendsComments tbody {
background-image:url(http://site.com/pic.jpg );
}
.friendsComments tr,.friendsComments td {
background-color: transparent;
}
%26lt;/style%26gt;
3. To have it the first way but just in the comment area try this:
%26lt;style type="text/css"%26gt;
.friendsComments tbody tr td table tbody tr td table tbody tr td {
background-image:url(http://site.com/pic.jpg );
}
%26lt;/style%26gt;
4. To have the second way but just in the comment area try this:
%26lt;style type="text/css"%26gt;
.friendsComments tbody tr td table tbody tr td table tbody {
background-image:url(http://site.com/pic.jpg );
}
.friendsComments tbody tr td table tbody tr td table tbody tr td {
background-color: transparent;
}
%26lt;/style%26gt;
No comments:
Post a Comment