Ahh ok sorry. I overlooked the names. SO maybe the person who DID say it can offer an example?
I dont really think this falls under the "to 'CSS' or to 'Table'" debate though. :-) if you can do it in either... id like to see it. -----Original Message----- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 7:20 PM To: CF-Talk Subject: Re: OT - CSS Float Image Bottom Right corner of DIV I said originally it was a hack, and I wasn't the one who said "I'd use a table", that was Denny. I just provided an admittedly hack method to achieve the desired result given certain circumstances. But, I would use a table anyway. I can't be "stuffed" with css layouts most of the time. Call me when someone develops CLS (Cascading Layout Sheets) ;0) -- Josh ----- Original Message ----- From: "Bobby Hartsfield" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Wednesday, November 01, 2006 3:34 PM Subject: RE: OT - CSS Float Image Bottom Right corner of DIV >> You have to do a table within a table, and hack a little, but >> it's a lot easier than with a div. >> >> http://www.oakcitygraphics.com/image_align_right_bottom.html > > > That's a horrible hack... especially the actual placement of the bottom > right table needing to be scrupulously placed into the text at a position > that makes it look the best. How would you do that dynamically without > knowing how much text will be displayed or how big an image might be in > the > bottom right table? Counting characters is out with non-fixed fonts... not > to mention the obvious issues of having another taller column left or > right > of the main column... > > You may as well just float a background bottom right and used BR tags to > keep text off of it. It doesn't work dynamically either but it wouldn't > use > tables.... just as bad of an idea. > > Sorry, but I just assumed you had a sure fire method with tables since you > so boldly stated, "I'd use a table" and left it at that. > > I've always wished (I'm sure I'm not alone) that float had a vertical set > to > go with the horizontal (like background or background-image does) but > without it, I think you have yourself a genuine problem with dynamic data. > > I thought about using JS to position it and have the text wrap and luckily > I > found an example without having to write it :-) > > It uses another image to push the other down. You could make the 'pusher' > image a transparent pixel gif easily. > > http://www.xs4all.nl/~jer03n/sandbox/float-bottom-right.html > > .... although, it's another method I wouldn't use unless it was ok for the > image to float top right when JS is disabled. I'm not sure if that's > acceptable in your case but it is 'table-less'. > > > ..:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://acoderslife.com > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.430 / Virus Database: 268.13.21/511 - Release Date: 11/1/2006 > 9:40 AM > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258800 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

