CSS float with dynamic content
March 4, 2007 10:01 AM
Subscribe
Dynamic content in the Savings Account table on
this page refuses to wrap, and forces the Interest Accounts table beyond the horizontal bounds of the page at 800*600 resolution. Request a resolution-independent solution that does not rely on an encasing table. Further caveats within.
Development platform is Mozilla Firefox 2.0.0.2, and JavaScript code does not yet function in Internet Explorer 7... but that's O.K. with me. This is a hobbyist's site, after all.
onmouseover/out is admittedly annoying, and used only for testing the layout; final version will use onclick.
Containing div for Savings Accounts table prevents the caption background-color from bleeding to the right, beyond the bounds of the table.
Resolution-independent means no artificial constraints on the maximum width of the Savings Account table.
Solution should preferably not use JavaScript; if I'm forced to hack my way through this, I'll do it the tabular way.
I'm still a bit of a newbie at HTML/CSS design, so responders are encouraged to examine the assumptions underlying my question as well.
posted by The Confessor to computers & internet (6 comments total)
1 user marked this as a favorite
posted by smackfu at 10:13 AM on March 4, 2007