Freeman
08-10-2006, 05:17 AM
<style type="text/css">
body {
cursor: Default;
{
background: url('http://www.enzedblue.com/Fractals/Images/BlackAndWhite7.jpg') no-repeat fixed left;
}
background-color:FFFFFF;
}
table, tr, td {background:transparent; border:0px;}
table table table {
border-width:0px;
border-color:FFFFFF;
border-style:solid;
}
table table table table {border:0px;}
input {background-color:transparent !important;}
td, span, div, input, a, table td div div font,
body div table tbody tr td font {
color:000000 !important; font-family: "Verdana" !important; }
td, span, div, input, table td div div font,
body div table tbody tr td font {
color:000000 !important; }
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited, .btext, .redbtext, .nametext {
color:000000 !important; }
a {
cursor: Default !important; color:000000 !important; }
a:hover {
cursor: Default ; color:CCCCFF !important; }
img {border:0px;}
.r{}
Table, Td{
background-color:transparent;
}
table table table{
width:100%;
background-color:FFFFFF;
}
.contactTable { width:300px; height:150px; padding:0px; background-image:url('http://www.jctimagehosting.com/tfmsc2/C1154415881.gif'); background-repeat:no-repeat; border:0px;} .contactTable table, table.contactTable td { padding:0px; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text {font-size:0px;} .contactTable .text, .contactTable a, .contactTable img {filter:none;} .tfms {position:absolute; left:50%; top:151px; display:block; width:10em; height:10em; margin:0 -5em; font-size: 2em; text-align:center; }
</style>
I would like to have the background image actually display. Right now all it does is not display. I can't figure out how to make it come up with the picture that I want it to. Also, is there a way that I can reduce the script that is here. It seems like there is alot more then I should need for it to work.
body {
cursor: Default;
{
background: url('http://www.enzedblue.com/Fractals/Images/BlackAndWhite7.jpg') no-repeat fixed left;
}
background-color:FFFFFF;
}
table, tr, td {background:transparent; border:0px;}
table table table {
border-width:0px;
border-color:FFFFFF;
border-style:solid;
}
table table table table {border:0px;}
input {background-color:transparent !important;}
td, span, div, input, a, table td div div font,
body div table tbody tr td font {
color:000000 !important; font-family: "Verdana" !important; }
td, span, div, input, table td div div font,
body div table tbody tr td font {
color:000000 !important; }
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited, .btext, .redbtext, .nametext {
color:000000 !important; }
a {
cursor: Default !important; color:000000 !important; }
a:hover {
cursor: Default ; color:CCCCFF !important; }
img {border:0px;}
.r{}
Table, Td{
background-color:transparent;
}
table table table{
width:100%;
background-color:FFFFFF;
}
.contactTable { width:300px; height:150px; padding:0px; background-image:url('http://www.jctimagehosting.com/tfmsc2/C1154415881.gif'); background-repeat:no-repeat; border:0px;} .contactTable table, table.contactTable td { padding:0px; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text {font-size:0px;} .contactTable .text, .contactTable a, .contactTable img {filter:none;} .tfms {position:absolute; left:50%; top:151px; display:block; width:10em; height:10em; margin:0 -5em; font-size: 2em; text-align:center; }
</style>
I would like to have the background image actually display. Right now all it does is not display. I can't figure out how to make it come up with the picture that I want it to. Also, is there a way that I can reduce the script that is here. It seems like there is alot more then I should need for it to work.