Visceral Posted May 14, 2003 Share Posted May 14, 2003 I'm almost embarresed to admit it, but for some reason this is stumping me. I need to add a background image to the header so that the space that isn't covered by my logo image tiles a small gif file. The part I'm talking about is way over to the left where the My account, cart contents, checkout icons appear. I'm having real trouble getting this image to even appear. Any thoughts? I've tried the following in the style-sheet TR.header { background-image: url('/images/tile2.gif'); but with no luck. Link to comment Share on other sites More sharing options...
Brenden Posted May 14, 2003 Share Posted May 14, 2003 I'm almost embarresed to admit it, but for some reason this is stumping me. I need to add a background image to the header so that the space that isn't covered by my logo image tiles a small gif file. The part I'm talking about is way over to the left where the My account, cart contents, checkout icons appear. I'm having real trouble getting this image to even appear. Any thoughts? I've tried the following in the style-sheet TR.header { background-image: url('/images/tile2.gif'); but with no luck. This should work: move the class="header" from the <tr> to the <td> td.header {background-image: url(images/tile2.gif);} dont have a site to look at but that should work. Perdure - Transparent Object Relational Persistence Link to comment Share on other sites More sharing options...
Visceral Posted May 14, 2003 Author Share Posted May 14, 2003 I owe you one, my thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.