Hallo zusammen, ich habe das Problem, dass wenn ich meine Webseite und einer kleineren Auflösung betrachte, und dann ggf. auch noch vergrößere, dass Bild nur nach unten scrollen kann und sich das
ganze somit ziehmlich staucht, würde gerne es so haben, dass es sich auch nach rechts ausdehnt beim vergrößern.
Kann mir da wer helfen ?
[TABLE='class: outer_border, width: 800, align: center']
[tr][td][/td][/tr][td][/td]
[/TR]
[/TABLE]
[TABLE='class: outer_border, width: 800, align: center']
[tr][td]@charset "utf-8";
/* CSS Document */
@import url(Dropdown_Main_Navi.css);
html, body
{
text-align:center;
}
#webseite
{
width:90%;
margin:0 auto;
}
#kopf
{
position:fixed;
width:90%;
height:160px;
background:url(../webgallerie/header_back.jpg);
background-size:100% 100%, auto;
color:silver;
text-align:center;
top:0;
margin-bottom:10px
border-radius:30px;
-moz-border-radius:30px;
-webkit-border-radius:30px;
-o-border-radius:30px;
}
#hidden-kopf
{
width:90%;
height:160px;
border-radius:30px;
margin-bottom:10px;
-moz-border-radius:30px;
-webkit-border-radius:30px;
-o-border-radius:30px;
}
#kopf h1
{
font-size:45px;
font-weight:bold;
color:yellow;
font-family:Lucida Calligraphy;
}
#main
{
width:100%;
}
/*
#menue
{
background-color:#333;
width:15%;
float:left
}
#inhalt
{
width:65%;
float:right;
}
*/
#fussleiste
{
width:100%;
height:150px;
margin-top:30px;
border-radius:30px;
-moz-border-radius:30px;
-webkit-border-radius:30px;
-o-border-radius:30px;
}
.fussleiste
{
font-size:20px;
font-weight:bold;
color:yellow;
}
.fussleiste a
{
font-size:20px;
font-weight:bold;
text-decoration:none;
text-decoration:underline;
color:yellow;
}
.fussleiste a:hover
{
font-size:30px;
font-style:italic;
letter-spacing:2px;
}
[/TABLE]