Jump to content

HTML TD tag not taking a background image


d22552000

Recommended Posts

I cannot find a background tag for TD or table anymore, so I switched to css.

 

 

<BR/>Retrieving Download From Server... <TABLE height="20" width="300"><TR><TD class="bar" ID="bar" name="bar" title="bar">*%</TD><TD WIDTH="*"></TD></TR></TABLE>

 

 

I removed the PHP bits that echo percentage and replaced them with *.

 

My css is:

 

body,td,th {
font-family: Geneva, Arial, Helvetica, sans-serif;
text-align:center;
font-size: 14px;
color: #CCCCCC;
       border: thin;
}
th {
       border: 0;
}
table {
       border: 0;
}
.bar,#bar,bar {
       background-image:
       url('BG.gif');

       background-repeat: repeat-x;
}

 

Please tell me why the bar does not take the background image...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.