Hallo zusammen
mein problem ist dass sich beim Verändern der Auflösung oder beim Vergrössern/Verkleinern des Browserfensters die Elemente mit verschieben statt fest an einer Position zu bleiben!!
Bitte um Hilfe!!
Hier der Code
<body width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<DIV id=logo1>
<IMG height=218px; alt="terrier" src="fileadmin/templates/img/oben_3.jpg" width=595px;>
</DIV>
<p style="width:100%; height:218px; background-color:#ee008b; margin-top:-16%"></p>
<IMG style="margin-left:33%; margin-top:3%" border=0 height=399px alt="hund"
src="fileadmin/templates/img/logo_2.gif" width=387px>
<DIV id=link_home>
<a href="index.php?id=2" class="active">Home</a>
</DIV>
<DIV id=link_uns>
<A href="index.php?id=3">Über uns</A>
</DIV>
<DIV id=link_salon>
<A href="index.php?id=4">Salon</A>
</DIV>
<DIV id=link_pflege>
<A href="index.php?id=5">Pflege</A>
</DIV>
<DIV id=link_mich>
<A href="index.php?id=10">Über mich</A>
</DIV>
<DIV id=link_presse>
<A href="index.php?id=11">Presse</A>
</DIV>
<DIV id=link_anfahrt>
<A href="index.php?id=6">Anfahrt</A>
</DIV>
<DIV id=link_impressum>
<A href="index.php?id=7">Impressum</A>
</DIV>
<DIV id=link_bilder>
<A href="index.php?id=8">Bilder</A>
</DIV>
</body>
BODY {
MARGIN: 0px; HEIGHT: 0%;leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
}
#logo1{
HEIGHT: 202px;
margin-left:25%;
}
#link_home {
FONT: 12pt arial, helvetica, sans-serif;
margin-left:2%;
margin-top:-34%;
height: 1%;
width: 10px;
}
#link_uns {
FONT: 12pt arial, helvetica, sans-serif;
margin-left:13%;
height: 1%;
width:100px;
}
#link_salon {
FONT: 12pt arial, helvetica, sans-serif;
margin-left:25%;
height: 1%;
width:10px;
}
#link_pflege {
FONT: 12pt arial, helvetica, sans-serif;
margin-left:36%;
height: 1%;
width:10px;
}
#link_mich {
FONT: 12pt arial, helvetica, sans-serif;
margin-left:48%;
height: 1%;
width:100px;
}
#link_presse {
FONT: 12pt arial, helvetica, sans-serif;
margin-left:61%;
height: 1%;
width:10px;
}
#link_anfahrt {
FONT: 12pt arial, helvetica, sans-serif;
margin-left:73%;
height: 1%;
width:10px;
}
#link_impressum {
FONT: 12pt arial, helvetica, sans-serif;
margin-left:84%;
height: 1%;
width:10px;
}
#link_bilder {
FONT: 12pt arial, helvetica, sans-serif;
margin-left:95%;
height: 1%;
width:10px;
align:left;
}
Vielen Dank für eure Bemühungen