PDA

View Full Version : div style="float: bottom right"


sabret00the
04-27-2004, 07:47 AM
what would be the code to make a div float in the bottom right of a table cell?

Zachery
04-27-2004, 01:39 PM
There is no float: bottom only right and left.

What are you tryiing to do?

sabret00the
04-27-2004, 02:14 PM
trying to get a div to sit in the bottom right of a table :o

Zachery
04-27-2004, 03:24 PM
You mean for the signautre ?

Brad released sothing that will force sigs to the bottom ;0

sabret00the
04-27-2004, 03:36 PM
nope it's for my quote buttons etc, but i'll check out brads work :)

sabret00the
04-27-2004, 04:06 PM
thank you kind sir, that will do more than perfectly :)

Natch
04-29-2004, 03:46 AM
to do what you wanted to do, the CSS is (most likely) { vertical-align:bottom; float:right; }

sabret00the
04-29-2004, 12:15 PM
didn't work, but that was due to me having the table cell as valign=top, i ended up making another cell and rowspanning the left side.