Hi,
Ich komme einfach nicht weiter, ich habe eine Box:
#TopLinks
{
position: absolute;
margin-left: 0px;
margin-top: 0px;
height: 22px;
width: 692px;
}
Jetzt brauche ich eine 2. Box, die von Position x = 692 bis zum rechten Browser Rand geht.
#TopRechts
{
position: absolute;
padding: 0px;
height: 22px;
left: 692;
top: 0px;
right: 0px;
margin-right: 0px;
}
Opera und FireFox verstehen mein Anliegen auch, nicht aber der InternetExplorer :-/
Was mache ich denn für den?
Danke schon mal
Bye, Chris