This is too strange.  In IE5.5, some background images that are contained in 
a div defined with direction:rtl are being inverted and in some cases even 
turned inside out.  I want to know how CSS can corrupt an actual image 
file!?!

The screen caps showing the correct and incorrect image placements are here:
http://www.ddiv.com/clients/voa/final_builds_modified_110107/screencaps.htm

The file without the weird images (where code works) is here: 
http://www.ddiv.com/clients/voa/final_builds_modified_110107/test.html
And the file with the .headlineListCalloutSide text called, where the 
problem occurs, is here: 
http://www.ddiv.com/clients/voa/final_builds_modified_110107/test_problem.html

WHen this piece of CSS code is called, the images break:
.headlineListCalloutSide {
 width: 190px;
 float: left;
 margin: 10px 2px 0 0;
 padding: 0 0px 0 0;
 direction:rtl;
}

It makes no sense!?!  Am I not seeing a typo somewhere?

Anne 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to