Hey hab ein Problem es handelt sich um den Content dass die Breite nicht stimmt und wenn ich auf andere Menupunkte gehe wird es noch breiter und im FF nicht
hier mal der css code und die Seite würde mich freuen wenn mir wer helfen kann
html {background: #004b85;}
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin: 0px;
padding: 0px;
}
.top {
background: url('img/top.jpg');
background-repeat: no-repeat;
height: 24px;
width: 770px;
vertical-align: top;
}
.top2 {
background: url('img/top2.jpg');
background-repeat: no-repeat;
height: 29px;
width: 770px;
text-align: center;
}
.pic {
background: url('img/foto.jpg');
background-repeat: no-repeat;
height: 110px;
width: 770px;
vertical-align: top;
}
.foot {
background: url('img/foot.jpg');
background-repeat: no-repeat;
height: 28px;
width: 770px;
vertical-align: top;
color: #ffffff;
font-size: 10px;
padding-top: 0px;
}
a:link, a:visited{
color: #0A0A0A;
text-decoration: none;
font-weight: bold;
}
a:focus, a:hover, a:active{
color: #004b85;
text-decoration: none;
font-weight: bold;
}
option, input, select, file , radio{
font-family: Arial;
font-size: 8pt;
color: #000;
background-color: #fff;
border: 1px solid #000000;
padding: 0px;
}
.search_box {
text-align: left;
clear: right;
width: 700px;
height: 19px;
}
.loginmaske {
font-size: 10px;
text-align: center;
vertical-align: middle;
height:28px;
}
#mynews a { font-size:80%;}
#mynews strong {
font-size:90%;
color: #004b85;
border-left: 10px solid #9a1100;
padding-left: 3px;
margin-left: 10px;
}
#mynews table {
-moz-border-radius: 5px;
border: 1px solid #B0B0B0;
padding: 5px 20px 10px 10px;
}
#sponsor strong {
font-size:90%;
color: #004b85;
border-left: 10px solid darkred;
padding-left: 3px;
margin-left: 10px;
}
#sponsor table {
-moz-border-radius: 5px;
border: 1px solid #B0B0B0;
padding: 5px 20px 10px 10px;
}
.content {
vertical-align: top;
height: auto;
width: 630px;
background-color: #cecece;
overflow: hidden;
}
/* MENU*/
.menu {
vertical-align: top;
text-align: left;
border-right: 1px solid #000;
width: 130px;
background-color: #cecece;
}
.menu ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
.menu li { margin: 0px;}
.menu a
{
color: #000;
display: block;
text-decoration: none;
width: 130px;
height: 16px;
background: url("img/link.jpg");
background-position:center;
text-indent: 10px;
padding-top: 3px;
border-bottom: 1px solid #B0B0B0;
font-family:arial,helvetica,sans-serif;
font-size:12px;
font-size: 90%;
}
.menu a:hover
{
background: url("img/hover.jpg");
text-decoration: none;
background-position:center;
}
.menu ul ul li { margin: 0px;}
.menu ul ul a
{
color: darkblue;
display: block;
text-decoration: none;
width: 130px;
height: 15px;
background: url("img/sublink.jpg");
background-position:center;
text-indent: 15px;
padding-top: 3px;
border-bottom: 1px solid #B0B0B0;
font-family:arial,helvetica,sans-serif;
font-size:11px;
font-size: 90%;
}
.menu ul ul a:hover
{
background: url("img/hover2.jpg");
text-decoration: none;
background-position:center;
}
.menu ul ul ul li { margin: 0px;}
.menu ul ul ul a
{
color: darkred;
display: block;
text-decoration: none;
width: 130px;
height: 16px;
background: url("img/sublink.jpg");
background-position:center;
text-indent: 20px;
padding-top: 3px;
border-bottom: 1px solid #B0B0B0;
font-family:arial,helvetica,sans-serif;
font-size:11px;
font-size: 90%;
}
.menu ul ul ul a:hover
{
background: url("img/hover3.jpg");
text-decoration: none;
background-position:center;
}
/* Current page Customisations*/
.menu-current a {background: url('img/active.jpg'); color: #000;}
.menu-current a {font-weight: bold;}
hier mal der css code und die Seite würde mich freuen wenn mir wer helfen kann
html {background: #004b85;}
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin: 0px;
padding: 0px;
}
.top {
background: url('img/top.jpg');
background-repeat: no-repeat;
height: 24px;
width: 770px;
vertical-align: top;
}
.top2 {
background: url('img/top2.jpg');
background-repeat: no-repeat;
height: 29px;
width: 770px;
text-align: center;
}
.pic {
background: url('img/foto.jpg');
background-repeat: no-repeat;
height: 110px;
width: 770px;
vertical-align: top;
}
.foot {
background: url('img/foot.jpg');
background-repeat: no-repeat;
height: 28px;
width: 770px;
vertical-align: top;
color: #ffffff;
font-size: 10px;
padding-top: 0px;
}
a:link, a:visited{
color: #0A0A0A;
text-decoration: none;
font-weight: bold;
}
a:focus, a:hover, a:active{
color: #004b85;
text-decoration: none;
font-weight: bold;
}
option, input, select, file , radio{
font-family: Arial;
font-size: 8pt;
color: #000;
background-color: #fff;
border: 1px solid #000000;
padding: 0px;
}
.search_box {
text-align: left;
clear: right;
width: 700px;
height: 19px;
}
.loginmaske {
font-size: 10px;
text-align: center;
vertical-align: middle;
height:28px;
}
#mynews a { font-size:80%;}
#mynews strong {
font-size:90%;
color: #004b85;
border-left: 10px solid #9a1100;
padding-left: 3px;
margin-left: 10px;
}
#mynews table {
-moz-border-radius: 5px;
border: 1px solid #B0B0B0;
padding: 5px 20px 10px 10px;
}
#sponsor strong {
font-size:90%;
color: #004b85;
border-left: 10px solid darkred;
padding-left: 3px;
margin-left: 10px;
}
#sponsor table {
-moz-border-radius: 5px;
border: 1px solid #B0B0B0;
padding: 5px 20px 10px 10px;
}
.content {
vertical-align: top;
height: auto;
width: 630px;
background-color: #cecece;
overflow: hidden;
}
/* MENU*/
.menu {
vertical-align: top;
text-align: left;
border-right: 1px solid #000;
width: 130px;
background-color: #cecece;
}
.menu ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
.menu li { margin: 0px;}
.menu a
{
color: #000;
display: block;
text-decoration: none;
width: 130px;
height: 16px;
background: url("img/link.jpg");
background-position:center;
text-indent: 10px;
padding-top: 3px;
border-bottom: 1px solid #B0B0B0;
font-family:arial,helvetica,sans-serif;
font-size:12px;
font-size: 90%;
}
.menu a:hover
{
background: url("img/hover.jpg");
text-decoration: none;
background-position:center;
}
.menu ul ul li { margin: 0px;}
.menu ul ul a
{
color: darkblue;
display: block;
text-decoration: none;
width: 130px;
height: 15px;
background: url("img/sublink.jpg");
background-position:center;
text-indent: 15px;
padding-top: 3px;
border-bottom: 1px solid #B0B0B0;
font-family:arial,helvetica,sans-serif;
font-size:11px;
font-size: 90%;
}
.menu ul ul a:hover
{
background: url("img/hover2.jpg");
text-decoration: none;
background-position:center;
}
.menu ul ul ul li { margin: 0px;}
.menu ul ul ul a
{
color: darkred;
display: block;
text-decoration: none;
width: 130px;
height: 16px;
background: url("img/sublink.jpg");
background-position:center;
text-indent: 20px;
padding-top: 3px;
border-bottom: 1px solid #B0B0B0;
font-family:arial,helvetica,sans-serif;
font-size:11px;
font-size: 90%;
}
.menu ul ul ul a:hover
{
background: url("img/hover3.jpg");
text-decoration: none;
background-position:center;
}
/* Current page Customisations*/
.menu-current a {background: url('img/active.jpg'); color: #000;}
.menu-current a {font-weight: bold;}
Zuletzt bearbeitet: