Mam taki arkusz:
Kod
html, body {
background-color: #000000;
color: #18ff00;
margin: 0;
padding: 0;
font-family: System, Terminal;
}
#top {
width: 1007px;
}
#top1 {
position: relative;
float: left;
background: url(images/1.gif);
width: 194px;
height: 216px;
overflow: hidden;
}
#top2 {
position: relative;
background: url(images/2.gif);
width: 588px;
height: 216px;
overflow: hidden;
}
#top3 {
position: relative;
background: url(images/3.gif);
width: 225px;
height: 716px;
overflow: hidden;
}
#mid1 {
position: relative;
float: left;
background: url(images/4.gif);
width: 194px;
height: 500px;
overflow: hidden;
}
#mid2 {
position: relative;
background: url(images/5.gif);
width: 588px;
height: 500px;
overflow: hidden;
}
#stopka {
position: relative;
background: url(images/6.gif);
width: 1007px;
height: 39px;
overflow: hidden;
}
background-color: #000000;
color: #18ff00;
margin: 0;
padding: 0;
font-family: System, Terminal;
}
#top {
width: 1007px;
}
#top1 {
position: relative;
float: left;
background: url(images/1.gif);
width: 194px;
height: 216px;
overflow: hidden;
}
#top2 {
position: relative;
background: url(images/2.gif);
width: 588px;
height: 216px;
overflow: hidden;
}
#top3 {
position: relative;
background: url(images/3.gif);
width: 225px;
height: 716px;
overflow: hidden;
}
#mid1 {
position: relative;
float: left;
background: url(images/4.gif);
width: 194px;
height: 500px;
overflow: hidden;
}
#mid2 {
position: relative;
background: url(images/5.gif);
width: 588px;
height: 500px;
overflow: hidden;
}
#stopka {
position: relative;
background: url(images/6.gif);
width: 1007px;
height: 39px;
overflow: hidden;
}
I chciałbym żeby wyglądało to mniej więcej tak:
top1 top2 top3
mid1 mid2 top3
stopka stopka
przy czym te podwójne top3 i stopki mają być pojedynczymi divami.
I nie mam pojęcia jak te divy poukładać w HTML'u i co im w stylu wpisać żeby się tak ułożyło.
Męczę to od wczoraj ale samemu mi się to chyba nie uda.
