it's very hard to use firefox's handy developer tools when all the css
is inline.

saving the page to my own computer and taking out a ton of extraneous
css, i ended up with the following relevant part, which works in ie,
firefox, and opera.  just add some containing code if you want that
green background to contain the floated right div.


<div style="border: 1px solid black; background: lime;">
        <div style="float: right; border: 1px solid blue; background: yellow;">
                <div style="border: 1px dotted red;"><p style="margin: 3px; 
padding:
3px;">test div floated right</p></div>
                <div style="border: 1px dotted blue; margin-bottom: 0px;"><p
style="margin: 3px; padding: 3px;">test long line - also floated
right</p></div>
        </div>
        <img src="./logo-265x41.gif" style="display: inline; width:265px;
height:41px; margin: 0px 0px;" alt="logo" />
</div>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to