Can we see code? The html structure and the relevant CSS? My first thought is width of the floated object. An object that is floated always needs a width defined.
Sandra Clark ============================== http://www.shayna.com Training in Cascading Style Sheets and Accessibility CSS HANDS ON New York City, October 10-13, 2006. http://www.shayna.com/index.cfm?fuseaction=training.syllabus_display&id=1 Read an interview regarding my CSS Hands on Class at http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&id=140 -----Original Message----- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 6:10 PM To: CF-Talk Subject: To float or not, that is the question. Or more accurately, if one where to change the float state dynamically with JavaScript, would one expect the display to be redrawn? I'm playing with a concept where I have elements that initially start out un-floated. But I have a control that changes the state of the state of the float property to left with [object].style.float = 'left'. This does not seem to trigger a change in the appearance of the content in the browser. If this is not the way it is supposed to work, is there someway to work around it? -------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA --------- | 1 | | --------- Binary Soduko | | | --------- "C code. C code run. Run code run. Please!" - Cynthia Dunning Confidentiality Notice: This message including any attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender and delete any copies of this message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:250812 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

