05.05.2014, 20:17
wersja skryptu MyBB: 1.6.11
adres forum: wl-hb.xaa.pl
na czym polega problem (screen, opis, komunikaty):
Witajcie, zrobiłem dziś na forum taka strone startową (wpiszcie wl-hb.xaa.pl i wam wyskoczy) wszystko jest ładnie pięknie no ale obrazek nie powieksza się razem ze wzrostem rozdzielczosci. Pomożecie mi to wszystko ustawić aby było poprawnie? Podrzucam wszystko co potrzebne:
intro.css
intro.html
adres forum: wl-hb.xaa.pl
na czym polega problem (screen, opis, komunikaty):
Witajcie, zrobiłem dziś na forum taka strone startową (wpiszcie wl-hb.xaa.pl i wam wyskoczy) wszystko jest ładnie pięknie no ale obrazek nie powieksza się razem ze wzrostem rozdzielczosci. Pomożecie mi to wszystko ustawić aby było poprawnie? Podrzucam wszystko co potrzebne:
intro.css
Kod:
body {
background-image:url(tlo.jpg);
background-repeat:no-repeat;
background-position:top center;
}
#margines {
width:1003px;
height:auto;
position:relative;
margin:0 auto;
}
.forum {
position:absolute;
top:122px;
right:25px;
width:956px;
height:377px;
}
.youtube {
position:absolute;
top:520px;
left:33px;
width:216px;
height:228px;
}
.film {
position:absolute;
top:520px;
left:280px;
width:216px;
height:228px;
}
.grafika {
position:absolute;
top:520px;
right:262px;
width:216px;
height:228px;
}
.wkrotce {
position:absolute;
top:520px;
right:16px;
width:216px;
height:228px;
}
intro.html
Kod:
<body>
<div id="margines">
<a href="/index.php" class="forum"></a>
<a href="https://www.youtube.com/user/welovehaxball" class="youtube"></a>
<a href="/newthread.php?fid=79" class="film"></a>
<a href="/newthread.php?fid=84" class="grafika"></a>
<a href="#" class="brak"></a>
<div class="stopka">
</div>
</div>
</body>