Within a table cell that is vertical-align:bottom, I have one or two divs. Each div is floated right.
Supposedly, the divs should not align to the bottom, but they do (whic
I never answered the first two questions, so feel free to give your answers below. But I did solve the last problem, of how to make it work.
I added a containing div to the two divs inside the table cells like so:
Title Text
Line 2@Then I used the following CSS
The key to it all is for a div to be position absolutely relative to it's parent the parent must be declared position:relative
- 热议问题