mám CSS pozadí:
Kód: Vybrat vše
html
{
height: 100%;
}
body
{
background-color: #A9A9A9;
font-family: Verdana, Tahoma, sans-serif;
font-size: 11pt;
height: 100%;
}Moderátor: Mods_senior
Kód: Vybrat vše
html
{
height: 100%;
}
body
{
background-color: #A9A9A9;
font-family: Verdana, Tahoma, sans-serif;
font-size: 11pt;
height: 100%;
}Kód: Vybrat vše
html
{
height: 100%;
}
Kód: Vybrat vše
height: 100%;Kód: Vybrat vše
height: auto;Kód: Vybrat vše
#menu
{
position: relative;
float: right;
width: 160px;
text-align: right;
top: 55px;
}
Kód: Vybrat vše
#obsah
{
position: relative;
width: 690px;
float: left;
}