Was für eine Auflösung hast du?
800 x 600, aber hatte noch nie so ein Problem. Kann es an meiner Css liegen?
h1,h2,h3,h4,h5,h6,body,table,td,tr,li,select,form
{
font-family: Bookman Old Style;
}
html
{
scrollbar-base-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-face-color:#ff0000;
scrollbar-shadow-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
}
body
{
background-image:url(../images/round_arrow.gif);
background-repeat:no-repeat;
background-position: middle;
background-position: center;
background-attachment:fixed;
font-size:10pt;
font-color:#000000;
}
a:link
{
color:#0000ff;
text-decoration:none;
}
a:visited
{
color:#0000ff;
text-decoration:none;
}
a:active
{
font-weight:bold;
color:#E00000;
text-decoration:underline;
}
a:focus
{
font-weight:bold;
color:#00E000;
text-decoration:underline;
}
form
{
margin: 0;
}
h2
{
font-size:14pt;
font-color:#000000;
}
hr
{
color: #ff0000;
}
table.main
{
font-size:10pt;
font-color:#000000;
}
table.menbar
{
font-color:#FFFFFF;
font-size:12px;
}
table.products
{
font-size:10pt;
font-color:#000000;
width: 100%;
height: 100%;
}
li
{
font-size:10pt;
font-color:#000000;
}
option.grey
{
background-color:#afafaf;
}
option.blue
{
background-color:#00afff;
}
option.red
{
background-color:#ff0000;
}
option.green
{
background-color:#00df00;
}
option.yellow
{
background-color:#ffff00;
}
#topbottom
{
border-top-width:1px;
border-bottom-width:1px;
border-bottom-style:solid;
border-top-style:solid;
border-top-color:#990000;
border-bottom-color:black;
}
#bottom
{
border-bottom-width:4px;
border-bottom-style:solid;
border-bottom-color:black;
}
#rightcellborder
{
border-right-width:1px;
border-right-style:dashed;
border-top-style:solid;
border-right-color:#ff0000;
}
select
{
width:180px;
font-size:8pt;
}
h3.katalogrubrik
{
border-top-style:dashed;
border-top-color:#e2e2e2;
border-top-width:1px;
}