This commit is contained in:
Christian Paminger
2007-07-08 17:26:55 +00:00
parent 70f30a5d49
commit 370ad521b3
+16 -3
View File
@@ -7,9 +7,10 @@ body
/*IE hack*/
voice-family: "\"}\"";
voice-family: inherit;
font-size: small;
font-size: small;
/*IE hack end*/
}
iframe
{
margin:0px;
@@ -17,20 +18,32 @@ iframe
border-style:none;
padding:0px;
}
#menue
{
position:absolute;
top:8%;
width:19%;
height:90%;
}
#content
/* IE < 7 */
html>body #menue
{
position:absolute;
}
#content
{
width:80%;
height:90%;
left:20%;
}
/* IE < 7 */
html>body #content
{
position:absolute;
}
input.TextBox
{
background-color: White;