Suche im Forum:
Suchen


Autor Nachricht
Beitrag31.10.2010 um 09:16 (UTC)    
Titel: Scroll ?

Hi könnt ihr mir vielleicht helfen und zwar möchte ich das die Linke & Rechte Seite von meiner Homepage scrollbar ist und das sich das Hintergrundbild nicht Wiederholt. Bei der Linkenseite ist kein Hintergrundbild daher muss einfach nur Scrollbar sein, könnte man das irgendwie so machen das der Counter an seiner Stelle fest bleibt, da er mit in der Linke Seite ist und zwar nur mit einpaar <br /> nach unten verschoben wurde.

Link: www.M-shooting.de.tl

Hier ist der Code vom Design:

td[height="102"] {
position:absolute;
left:50%;
top: 8px;
margin-left: -376px;
}
h1#header {
display: none;
}
h1#title {
display: none;
}
h2#title {
display: none;
}
#nav_container {
display: none;
}
#counter {
display: none;
}
img {
border: none;
}
body {
background-color: #000000;
}
#container {
margin: 0 auto;
width: 800px;
padding: 2px;
background-color: #fff;
}
#header {
float: left;
height: 250px;
width: 800px;
background-image: url(http://img.webme.com/pic/m/m-shooting/header2.jpg);
}
#main_nav {
float: left;
margin-top: -10px;
padding: 8px;
height: 24px;
width: 784px;
text-align: center;
background-image: url(http://img.webme.com/pic/d/demon-x-test/designoffensived2nav.jpg);
}
#main_nav a {
color: #fff;
font-size: 14px;
font-weight: bold;
font-family: veranda, sans-serif;
text-decoration: none;
}
#main_nav a:hover {
color: #cccccc;
font-size: 14px;
font-weight: bold;
font-family: veranda, sans-serif;
text-decoration: underline;
}
#sidebar_container {
float: left;
margin-top: 10px;
min-height: 400px;
padding: 10px;
width: 230px;
color: #000000;
font-size: 14px;
font-family: veranda, sans-serif;
background-color: #fff;
}
#sidebar_container a {
color: #000000;
font-size: 14px;
font-family: veranda, sans-serif;
text-decoration: none;
}
#sidear_container a:hover {
color: #353535;
font-size: 14px;
font-family: veranda, sans-serif;
text-decoration: underline;
}
#content {
float: right;
margin-top: 10px;
min-height: 400px;
padding: 10px;
width: 520px;
color: #FFFFFF;
font-size: 14px;
font-family: veranda, sans-serif;
background-image: url(http://img.webme.com/pic/m/m-shooting/bild5.png);
border-left: dotted 1px #000000; overfow: auto;
}
#content a {
color: #000000;
font-size: 14px;
font-family: veranda, sans-serif;
text-decoration: none;
}
#content a:hover {
color: #353535;
font-size: 14px;
font-family: veranda, sans-serif;
text-decoration: underline;
}
#footer {
float: left;
margin-top: 10px;
padding: 10px;
height: 20px;
width: 780px;
color: #000000;
font-size: 14px;
font-family: veranda, sans-serif;
text-align: center;
background-image: url(http://img.webme.com/pic/d/demon-x-test/designoffensived2footer.jpg);
}
#footer a {
color: #fff;
font-size: 14px;
font-family: veranda, sans-serif;
text-decoration: none;
}
#footer a:hover {
color: #cccccc;
font-size: 14px;
font-family: veranda, sans-serif;
text-decoration: underline;
}
#container_end {
clear: both;
}



Ich sag schonmal für jede Hilfe ein Dank vorraus Smile
Beitrag31.10.2010 um 09:51 (UTC)    
Titel:

Code:
td[height="102"] {
position:absolute;
left:50%;
top: 8px;
margin-left: -376px;
}
h1#header {
display: none;
}
h1#title {
display: none;
}
h2#title {
display: none;
}
#nav_container {
display: none;
}
#counter {
display: none;
}
img {
border: none;
}
body {
background-color: #000000;
background-repeat: no-repeat;
background-attachment: fixed;
}
#container {
margin: 0 auto;
width: 800px;
padding: 2px;
background-color: #fff;
}
#header {
float: left;
height: 250px;
width: 800px;
background-image: url(http://img.webme.com/pic/m/m-shooting/header2.jpg);
}
#main_nav {
float: left;
margin-top: -10px;
padding: 8px;
height: 24px;
width: 784px;
text-align: center;
background-image: url(http://img.webme.com/pic/d/demon-x-test/designoffensived2nav.jpg);
}
#main_nav a {
color: #fff;
font-size: 14px;
font-weight: bold;
font-family: veranda, sans-serif;
text-decoration: none;
}
#main_nav a:hover {
color: #cccccc;
font-size: 14px;
font-weight: bold;
font-family: veranda, sans-serif;
text-decoration: underline;
}
#sidebar_container {
float: left;
margin-top: 10px;
min-height: 400px;
padding: 10px;
width: 230px;
color: #000000;
font-size: 14px;
font-family: veranda, sans-serif;
background-color: #fff;
}
#sidebar_container a {
color: #000000;
font-size: 14px;
font-family: veranda, sans-serif;
text-decoration: none;
}
#sidear_container a:hover {
color: #353535;
font-size: 14px;
font-family: veranda, sans-serif;
text-decoration: underline;
}
#content {
float: right;
margin-top: 10px;
min-height: 400px;
padding: 10px;
width: 520px;
color: #FFFFFF;
font-size: 14px;
font-family: veranda, sans-serif;
background-image: url(http://img.webme.com/pic/m/m-shooting/bild5.png);
border-left: dotted 1px #000000; overfow: auto;
}
#content a {
color: #000000;
font-size: 14px;
font-family: veranda, sans-serif;
text-decoration: none;
}
#content a:hover {
color: #353535;
font-size: 14px;
font-family: veranda, sans-serif;
text-decoration: underline;
}
#footer {
float: left;
margin-top: 10px;
padding: 10px;
height: 20px;
width: 780px;
color: #000000;
font-size: 14px;
font-family: veranda, sans-serif;
text-align: center;
background-image: url(http://img.webme.com/pic/d/demon-x-test/designoffensived2footer.jpg);
}
#footer a {
color: #fff;
font-size: 14px;
font-family: veranda, sans-serif;
text-decoration: none;
}
#footer a:hover {
color: #cccccc;
font-size: 14px;
font-family: veranda, sans-serif;
text-decoration: underline;
}
#container_end {
clear: both;
}



Das habe ich eingebaut:
Code:
background-repeat: no-repeat;
background-attachment: fixed;


Die Scrollblaken tauchen automatik auf wenn dieSeite zulang ist


Zuletzt bearbeitet von pokemonshow am 31.10.2010, 10:53, insgesamt einmal bearbeitet
Beitrag31.10.2010 um 12:16 (UTC)    
Titel:

Sein Vorschlag funktioniert nicht siehe hier:

http://m-shooting.de.tl/Galerie/kat-2.htm
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de