Hallöchen Ihr Profis!
Ich hoffe Ihr könnt mir helfen. Ich hab hier ne css-Datei. Ich hätte gerne die Box in der der Text auf meiner Page (Nails in Heaven) steht, etwas breiter. Ich habs schon bei "content" versucht, nur leider klappt das nicht.
Hier mal die Ddatei:
was noch zu erwähnen wäre: ich weiß, dass die Box ein Bild ist und ich das einfach breiter machen kann. Aber dann ist der Schriftblock nicht automatisch auch breiter. Der muss also auch breiter werden.
Danke
Ich hoffe Ihr könnt mir helfen. Ich hab hier ne css-Datei. Ich hätte gerne die Box in der der Text auf meiner Page (Nails in Heaven) steht, etwas breiter. Ich habs schon bei "content" versucht, nur leider klappt das nicht.
Hier mal die Ddatei:
Code:
#box1 {
background-image: url(../img/bg.gif);
height: 733px;
width: 1000px;
}
a:link{
color:#9B9B9B;
background-color:transparent;
text-decoration: none;
font-weight: normal;
}
a:visited{
color:#9B9B9B;
background-color:transparent;
text-decoration: none;
font-weight: normal;
}
a:active{
color:#000000;
background-color:transparent;
font-weight: normal;
}
a:hover{
color:#E6BEEE;
text-decoration: underline;
font-weight: normal;
}
body {
margin: 0px;
background-image: url(../img/bg2.gif);
background-repeat: x-repeat;
background-color: white;
font-size: 11px;
font-family: Arial, Verdana, Tahoma;
color: #333;
}
#navi {
position: absolute;
top: 115px;
left: 348px;
width: 480px;
}
#content {
position: absolute;
top: 220px;
left: 230px;
height: 430px;
width: 578px;
padding-left: 15px;
padding-right: 10px;
}
#footer {
position: absolute;
top: 685px;
left: 230px;
height: 20px;
width: 598px;
font-size: 10px;
color: #999;
text-align: right;
}
.navi_link a {
float: right;
text-align: center;
padding-left: 9px;
padding-right: 9px;
height: 27px;
background-image: url(../img/nav_off.gif);
text-decoration: none;
color: #000000;
margin-left: 1px;
margin-top: 1px;
padding-top: 5px;
}
.navi_link a:hover {
float: right;
text-align: center;
padding-left: 9px;
padding-right: 9px;
height: 27px;
background-image: url(../img/nav_on.gif);
text-decoration: none;
color: white;
margin-left: 1px;
margin-top: 1px;
padding-top: 5px;
}
#footer a {
color: #999;
text-decoration: none;
}
was noch zu erwähnen wäre: ich weiß, dass die Box ein Bild ist und ich das einfach breiter machen kann. Aber dann ist der Schriftblock nicht automatisch auch breiter. Der muss also auch breiter werden.
Danke
Zuletzt bearbeitet: