Hello All:
I am trying to get a small dotted line image in a table to repeat so that it goes all the way to the bottom of the page.
You can see what I mean, by going to this link - http://www.kardwelldev.com/wristbands/tyvek1.htm
Up until this point I have tried, every possible class for this image from repeat-y or repeat-x to repeat: repeat; height:100% but I cannot get this darn image to go all the way to the bottom of the page.
Is there something I am missing here or an attribute?
The TD has a class of menubackground
and the css file says
td.menubackground {
background-image: url(http://www.wrist-bands.com/images/vert_lineblue.gif); background-repeat:repeat-y; height:100%;
Any advice or suggestions is much appreciated....
Paul





Bookmarks