Autor Zpráva
Vita
Profil *
Ahoj vsichni nevitak jak nastavit height u tabulky tak aby se mi prispusobila oknu? V IE mi to facha, ale ve FF to nejede. Mam kalendar, tery se mi javascriptem otevira v novem okne takze musim pouzit tabulku. Vsechny figle jako jsou na roztazeni divu po okne mi na tabulku nefungojou :-(. Nevite co stim? Kod je psany v XHTML 1.1

Tady je cast:

* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
body {
font: x-small Tahoma, Verdana, Arial, lucida, sans-serif;
background: #fff;
color: #747474;
text-align: center;
min-width: 207px;
margin: 5px;
}
html > body {
font-size: small;
}
body > table {
height: auto;
}
table {
width: 208px;
margin: 0 auto;
min-height: 100%;
height: 100%;
border: 0.2em solid #4682B4;
border-collapse: collapse;
font-size: 1em;
text-align: center;
position: relative;
}
th, td {
border: 0.1em solid #4682B4;
empty-cells: show !important;
}
th {
background: #87cefa;
color: white;
}
td a, td a:active, td a:visited {
display: block;
height: 100%;
width: 100%;
color: #4682B4;
text-decoration: none;
}
td a:hover, td.current a {
color: white;
background: #e48600;
text-decoration: none;
}

Poradte diky
Vita
Profil *
Opravdu to tady nikdo neví? Nerikejte, ze jste takovy problem jeste nikdo neresil :-(.
Vita
Profil *
Zkuste mi pls poradit nevim si rady :-(
Toto téma je uzamčeno. Odpověď nelze zaslat.

0