D
David Schwarz
Hi,
i try to arrange some elements in one frame by using
css.
But some browsers(for example Opera 6 under linux)
don't understand the command 'right:30px'.
this code is accepted:
<div style="position:absolute; left:30px;">....</div>
this one not:
<div style="position:absolute; right:30px;">...</div>
can anyone explain this to me?
Thanks for your help and please excuse my bad english.
David
i try to arrange some elements in one frame by using
css.
But some browsers(for example Opera 6 under linux)
don't understand the command 'right:30px'.
this code is accepted:
<div style="position:absolute; left:30px;">....</div>
this one not:
<div style="position:absolute; right:30px;">...</div>
can anyone explain this to me?
Thanks for your help and please excuse my bad english.
David