07-07-2012, 18:44
Hej mam problemik z wyswiatlaniem mojej strony na roznych przegladarkach a dokladniej na ie7, poniewaz juz na ie8 dziala.
tutaj link do strony
www.merid.cba.pl
gdyby ktos nie wiedzial jeszcze prosze tutaj screen
![[Obrazek: hw0psp.jpg]](http://i48.tinypic.com/hw0psp.jpg)
i na koniec kod
tutaj link do strony
www.merid.cba.pl
gdyby ktos nie wiedzial jeszcze prosze tutaj screen
![[Obrazek: hw0psp.jpg]](http://i48.tinypic.com/hw0psp.jpg)
i na koniec kod
Kod:
body {
background-color: #040a5e;
margin: 0 auto;
}
a:link {
color: white;
text-decoration:none;
}
a:visited {
color: white;
text-decoration:none;
}
a:hover {
color: #F00;
text-decoration:none;
}
a:active {
color: #F00;
text-decoration: none;
}
h1, p, li, ul {
color: white;
font-style: italic;
font-family: 'Comic Sans MS','TSCu_Comic','Comic Sans',cursive;
word-spacing: 2pt;
}
#tlogora {
background: url('zdjecia/tlo_gora.jpg') repeat-x;
}
#gora {
width: 1050px;
height: 364px;
margin: 0 auto;
margin-bottom: 30px;
}
#logo {
width: 1050px;
height: 364px;
margin: 0 auto;
background: url('zdjecia/logo.jpg') no-repeat;
}
.logomenu {
float: right;
width: 250px;
height: 340px;
margin-right: 100px;
}
.logomenu #omnie {
list-style-type: none;
float: right;
text-indent: -200em;
width: 170px;
height: 50px;
position: relative;
left: 13px;
}
.logomenu #omnie a {
display: block;
position: absolute;
width: 170px;
height: 50px;
background: url('zdjecia/kontakt.jpg') no-repeat;
top: 0;
}
.logomenu #omnie a:hover {
background: url('zdjecia/kontakt.jpg') no-repeat 0 -50px;
}
.logomenu #oferta {
list-style-type: none;
float: right;
text-indent: -200em;
width: 170px;
height: 50px;
position: relative;
left: 13px;
}
.logomenu #oferta a {
display: block;
position: absolute;
width: 170px;
height: 50px;
background: url('zdjecia/kontakt.jpg') no-repeat;
top: 0;
}
.logomenu #oferta a:hover {
background: url('zdjecia/kontakt.jpg') no-repeat 0 -50px;
}
.logomenu #projekty {
list-style-type: none;
float: right;
text-indent: -200em;
width: 170px;
height: 50px;
position: relative;
left: 13px;
}
.logomenu #projekty a {
display: block;
position: absolute;
width: 170px;
height: 50px;
background: url('zdjecia/kontakt.jpg') no-repeat;
top: 0;
}
.logomenu #projekty a:hover {
background: url('zdjecia/kontakt.jpg') no-repeat 0 -50px;
}
.logomenu #kontakt {
list-style-type: none;
float: right;
text-indent: -200em;
width: 170px;
height: 50px;
position: relative;
left: 13px;
}
.logomenu #kontakt a {
display: block;
position: absolute;
width: 170px;
height: 50px;
background: url('zdjecia/kontakt.jpg') no-repeat;
top: 0;
}
.logomenu #kontakt a:hover {
background: url('zdjecia/kontakt.jpg') no-repeat 0 -50px;
}
#linia {
width: auto;
margin: 0 ;
border-top: 2px solid white;
border-bottom: 2px solid white;
}
#linia p{
background-color: #040a5e;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
text-align: center;
}
#tlosrodka {
background: url('zdjecia/tlo_srodek.jpg') ;
}
#srodek {
width: 1050px;
height: 450px;
margin: 0 auto;
background: url('zdjecia/srodek.jpg');
}
#ocen {
float: left;
margin: 0 60px 0 40px;
padding-top: 20px;
width: 150px;
height: 450px;
text-align: center;
}
#ocen table {
margin-left: 40px;
}
#ocen table tr td p {
margin: 0 auto;
padding: 0;
color: white;
font-size: 26px;
}
#text{
margin: 0 40px 0 0;
float: right;
width: 760px;
height: 450px;
text-indent: 12pt;
}
#text p {
padding: 50px;
}
#text span {
color: white;
font-style: italic;
font-family: 'Comic Sans MS','TSCu_Comic','Comic Sans',cursive;
word-spacing: 2pt;
display: block;
margin-left: 20px;
padding-top: 10px;
}
#text2 p {
padding: 0px;
}
#clear {
clear: both;
margin: 0;
}
#stopka{
margin: 0 auto;
width: auto;
border-top: 2px solid white;
border-bottom: 2px solid white;
text-align: center;
}
#stopka p{
background-color: #040a5e;
margin: 0 auto;
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
}
#stopka a:link {
color: white;
text-decoration:none;
text-align: center;
margin: 0 auto;
}
#stopka a:visited {
color: white;
text-decoration:none;
text-align: center;
margin: 0 auto;
}
#stopka a:hover {
color: #F00;
text-decoration:none;
text-align: center;
margin: 0 auto;
}