Ok, I noticed the "Hebrew div" text is there, hiding behind the Aqua background. Try the following:
Main Topics
Browse All TopicsWhen I view this test html in Firefox it is correct, but in IE the "Left-Middle-Right" text is missing in the Hebrew case.
I am hoping to find out if either there is a way to fix this, or a way to re-write the html using non-floated elements that achieves the same behavior. I played around with using spans a little bit, but I couldn't get it to work.
One constraint - the solution cannot require specifying a width (the html below is just a simple test that isolates the problem). I know that specifying a width makes it work, but that is not acceptable for my application since this is a shared element and the width varies depending on the amount of text inside. Firefox has the correct desired behavior.
By the way, yes, I do need to have the 3 separate elements (Left, Middle, Right). They are used for images in the real case in my app. This is just a simplified example.
Thank you in advance for your help.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
It seems like maybe you're seeing something different than what I see. The text "Hebrew div" shows up fine. It's the "Left-Middle-Right" that doesn't show up for the Hebrew case. I am testing in IE6 (I hate IE6, just have to support it for my website). Were you using IE7 or IE8? And you see the "Left-Middle-Right" text appropriately?
just to reiterate:
One constraint - the solution cannot require specifying a width (the html below is just a simple test that isolates the problem). I know that specifying a width makes it work, but that is not acceptable for my application since this is a shared element and the width varies depending on the amount of text inside. Firefox has the correct desired behavior.
Business Accounts
Answer for Membership
by: cb1393Posted on 2009-10-09 at 15:08:57ID: 25539263
Here's a fun trick: ajust the browser window size and watch the text magically appear. :-)