Damn table background
Damn table background
Out of context: Reply #23
- Started
- Last post
- 23 Responses
- Stugoo0
I wont flame you about using tables as im going to go ahead and assume that you are displaying tabular data.
I need more context to help.
you want to expand the table so that the height is 100% and the background colour stretches the whole way?
clear your floats
height :100%
set the bg colour on the tableeg
table { background-color: #ff0000;}does this help?