
chcialbym aby niezaleznie od przegladarki przyciemnienei za strona byla na calym obszarze a zdjecie wysrodkowane...
mozlwie ze moj css ale od strony cos namieszal...
daje css:
Kod
body { background-image: url(images/tlo.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top;
background-color: #464548;
width: 944px;
margin: 0 auto;
margin-top: 50px;
padding: 0;
overflow-x: hidden;
}
#container {
margin: 0 auto;
width: 944px; /* LC width */ /* RC width */
overflow: hidden;
}
body>#container {
background: transparent url(images/container.png);
}
* html #container {
background-color: transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/container.png', sizingMethod='scale');
}
#container .column {
position: relative;
float: left;
padding-bottom: 200px;
margin-bottom: -200px;
}
#left {
min-height: 700px;
color: white;
width: 354px;
}
#right {
color: white;
width: 590px;
margin-right: -100px;
right: 0px;
}
#header {
margin-left: 0px;
width: 944px;
height: 290px;
}
#footer {
margin: 0 auto;
width: 944px;
clear: both;
}
#projekt { text-align: center;
font-family: arial;
font-size: 9pt;
color: white;
}
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top;
background-color: #464548;
width: 944px;
margin: 0 auto;
margin-top: 50px;
padding: 0;
overflow-x: hidden;
}
#container {
margin: 0 auto;
width: 944px; /* LC width */ /* RC width */
overflow: hidden;
}
body>#container {
background: transparent url(images/container.png);
}
* html #container {
background-color: transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/container.png', sizingMethod='scale');
}
#container .column {
position: relative;
float: left;
padding-bottom: 200px;
margin-bottom: -200px;
}
#left {
min-height: 700px;
color: white;
width: 354px;
}
#right {
color: white;
width: 590px;
margin-right: -100px;
right: 0px;
}
#header {
margin-left: 0px;
width: 944px;
height: 290px;
}
#footer {
margin: 0 auto;
width: 944px;
clear: both;
}
#projekt { text-align: center;
font-family: arial;
font-size: 9pt;
color: white;
}
metoda prob i bledow sam rozwiazalem problem;) dla zainteresowanych: usunalem w css stronki ze znacznika body wlasciwosc width (po jej usunieciu zdjecie jest wysrodkowane oraz przyciemneinei jest na calej stronie) ....width ustawilem odpowiednio w kazdym divie gdzie bylo to niezbedne wraz z margin: 0 auto.
pozdrawiam
