d22552000 Posted October 8, 2007 Share Posted October 8, 2007 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... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.