problem with css

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
 
B

brucie

But some browsers(for example Opera 6 under linux)
don't understand the command 'right:30px'. ^^^^^ property
this code is accepted:
<div style="position:absolute; left:30px;">....</div>
this one not:
<div style="position:absolute; right:30px;">...</div>

upgrade to 7 or use left:100%;margin-left:-xxx;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,079
Messages
2,570,575
Members
47,207
Latest member
HelenaCani

Latest Threads

Top