wersja skryptu MyBB: 1.8.7
adres forum: Link
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Wstawiłem obrazek na forum, ale niestety źle mi się wyświetla, jakich wartości i w którym miejscu użyć ?
KOD
Chciałbym alby ten obrazek obejmował całe tło, z góry dzięki
Fajnie by było gdyby też wyglądało to podobnie do tego
z tym, że z moim obrazkiem.
Konto testowe:
Nick: PanTester
Hasło: testerforum
adres forum: Link
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Wstawiłem obrazek na forum, ale niestety źle mi się wyświetla, jakich wartości i w którym miejscu użyć ?
KOD
body {
background-image: url(images/tlo.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
color: #333;
text-align: center;
line-height: 1.4;
margin: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
overflow-y: scroll;
}
a:link {
color: #0072BC;
text-decoration: none;
}
a:visited {
color: #0072BC;
text-decoration: none;
}
a:hover,
a:active {
color: #0072BC;
text-decoration: underline;
}
#container {
color: #333;
text-align: left;
line-height: 1.4;
margin: 0;
min-width: 990px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
}
.wrapper {
width: 85%;
min-width: 970px;
max-width: 1500px;
margin: auto auto;
}
#logo {
background-image: url(images/tlo.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
padding: 10px 0;
border-bottom: 1px solid #263c30;
}
#content {
background-image: url(images/tlo.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
width: auto !important;
padding: 20px 10px;
overflow: hidden;
Chciałbym alby ten obrazek obejmował całe tło, z góry dzięki
Fajnie by było gdyby też wyglądało to podobnie do tego
z tym, że z moim obrazkiem.
Konto testowe:
Nick: PanTester
Hasło: testerforum