> @Сергей: it is a great idea! But i've tried it with no success. inline-block doesnt work in IE like that, float1-2 appear to be on a different lines > all the time. > > @Manny, overflow doesn't help =(. > > @Thierry: > I need to float container(.float) because there are a lot of them, here is screenshot of how it might look: http://cssing.org.ua/a/3.png > When i set overflow hidden in addition to float and white-space:nowrap (for the text inside float2), it just cuts the float2 text. > Without floated container - sure it is quite simple to acheive the thing i'm trying to acheive. Thanx for the code example! > Even without .float2{float:left} the text jumps under the number in green block. > > > I know you are extremely experienced with a complex CSS-problems. May be you've ever heard of display:table-cell emulation for IE? May be with > expressions or smth like that?
If you're willing to cheat with the markup a little (using many DLs), you can go this route (floating everything): http://tjkdesign.com/lab/inline-DLs.asp -- Regards, Thierry | http://www.TJKDesign.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
