| View previous topic :: View next topic |
| Author |
Message |
bigdawg25
Joined: 23 Jan 2009
Posts: 2
|
| Posted: Fri Jan 23, 2009 8:27 am Transparent Tables and visible Background |
|
|
I want to be able to use a background that is visible through the tables; here are a few sets of codes/variations I used in the customize profile --> css box ...
<STYLE>
td, table, tr, span, li, p, div, textarea, DIV
{
background-color: transparent;
}
body
{
background-image: url(http://img246.imageshack.us/img246/9665/bookmarkfm4.jpg);
background-repeat: repeat;
}
</STYLE>
td.text td.text a img {width:50px !important;}
table, td, textarea, a, body, input{background-color:transparent;border:none;border-width:0}
table table table {border:10px double; border-color: 000000; padding:1; background-color:FFFFFF; filter:alpha(opacity=95); -moz-opacity:0.7; opacity:0.90; -khtml-opacity:0.4;}
table table{border:0px}
table table table table{border:0px}
body {
background-image:url(http://img246.imageshack.us/img246/9665/bookmarkfm4.jpg);
}
<style type="text/css" >
table table table {background:transparent;}
table table table td {
background-color:transparent;
filter:alpha(opacity=80); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7;
</style>
So you get the point? Its just not working, I am wanting to have my flyer post as background and visible straight through everything...what am I doing wrong? any help would be greatly appreciated! |
|
|
PayneLess Designs
Joined: 28 Feb 2007
Posts: 3597
Location: Biloxi, MS
|
| Posted: Fri Jan 23, 2009 11:40 am |
|
|
Any reason why you have this called twice? : http://img246.imageshack.us/img246/9665/bookmarkfm4.jpg
The body is enough for the flyer background if that is the container you want in in. Otherwise, delete it and use the second one.
I hate MySpace coding, but will try to help. |
|
|
bigdawg25
Joined: 23 Jan 2009
Posts: 2
|
| Posted: Fri Jan 23, 2009 12:49 pm |
|
|
| Those were actually two different sets of coding. I was just showing both sets that way someone could possibly assist me in where I am getting confused. I too hate myspace coding, its kinda ridiculous. Especially now things are a bit different in where you put the CSS coding. |
|
|
PayneLess Designs
Joined: 28 Feb 2007
Posts: 3597
Location: Biloxi, MS
|
| Posted: Fri Jan 23, 2009 6:48 pm |
|
|
| You need to post only the code that you are actually using as it confuses the issues here when trying help. |
|
|
| |
|
|
|