Hello all,

I'd like to share some problem i'm facing.

I'm using facebox, inside it I display my own 'upload progress' div.
the progress div should be localized to RTL (left to right) and not
LTR, so i've added direction:rtl to the proper div.

what facebox does, is take the target div (the progressbar div), embed
it in html, then attach it to body and show it.

now the problem:
the progress div doesn't get displayed in RTL.

my troubleshooting:
- tried adding dir=rtl, direction:rtl to everything
- tried removeing with EditCSS (web developer plugin) all of the CSS
- tried looking at the mode: standard compliance mode
- the css comes as text/css
- deleted cache
- tried in IE, Safari too.
none of the above worked.

and some wierd behaviour: when i load FF webdeveloper plugin, and go
to 'edit css' suddenly everything renders correctly.

i have to conclude that the browser doesn't apply CSS to new
dynamically generated html content... is that true? and whats going on
here?



thanks.

Reply via email to