Problem polega na tym iż chccem wyśrodkować elementy strony html w - div:
html:
Kod
<div id="id1-01">
<img src="images/www/ent3r/1_01.gif" width="535" height="11" alt="" /></div>
<div id="id1-02">
<img src="images/www/ent3r/1_02.gif" width="28" height="30" alt="" /></div>
Kod
#id1-01 {
position:absolute;
left:340px;
top:200px;
width:535px;
height:11px;
}
#id1-02 {
position:absolute;
left:340px;
top:211px;
width:28px;
height:30px;
}
position:absolute;
left:340px;
top:200px;
width:535px;
height:11px;
}
#id1-02 {
position:absolute;
left:340px;
top:211px;
width:28px;
height:30px;
}
I tu jest problem bo w stylach css divy są na odpowiednich pozycjach od lewej i od góry a problem polega na tym by nie zależnie od rozmiaru okna przeglądarki zawsze były te divy na środku ...
Jak to zrobić

Pozdrawiam