Jeszcze wymaga dopracowania, ale mam problem w Internet Explorer wyświetla się prawidło natomiast w innych przeglądarkach niee. Co może być tego przyczyną
CSS:
Kod:
Kod
#logo
{
margin-top: 10px;
text-align: center;
width: 850px;
height: 200px;
background-image: url("szablon/lks jedlinsk.jpg");
border-bottom: 1px; /*ramka od dou gruboci 1px*/
}
#paseczekczerwony
{
width: 850px;
height: 15px;
background-image: url("szablon/paseczekczerwony.png");
}
#nastepnymecz
{
float:left;
margin-top: 20px;
margin-left: 5px;
background-image: url("szablon/nastepnymecz.png");
width: 256px;
height: 156px;
}
#ostatnimecz
{
float;right;
margin-right: 5px;
margin-top: 20px;
background-image: url("szablon/ostatnimecz.png");
width: 256px;
height: 156px;
}
#lmenu
{
float: left;
width: 156px;
height: 600px;
background-image: url("szablon/meczuczyste.png");
margin-top:20px;
margin-left: 32px;
}
#rmenu
{
float:right;
width: 156px;
height: 600px;
background-image: url("szablon/meczuczyste.png");
margin-top: 20px;
margin-right: 32px;
}
#tresc
{
margin-left: px; /
margin-right: px;
margin-top: 20px;
text-align: center;
padding:5px;
background-image: url("szablon/tresc.png");
width: 514px;
height: 740px;
overflow: hidden;
}
#stopka
{
margin-top: 20px;
clear: both;
text-align: center;
height: 87px;
width: 850px;
background-image: url("szablon/stopka.png");
border-top: 1px;
color: white;
}
{
margin-top: 10px;
text-align: center;
width: 850px;
height: 200px;
background-image: url("szablon/lks jedlinsk.jpg");
border-bottom: 1px; /*ramka od dou gruboci 1px*/
}
#paseczekczerwony
{
width: 850px;
height: 15px;
background-image: url("szablon/paseczekczerwony.png");
}
#nastepnymecz
{
float:left;
margin-top: 20px;
margin-left: 5px;
background-image: url("szablon/nastepnymecz.png");
width: 256px;
height: 156px;
}
#ostatnimecz
{
float;right;
margin-right: 5px;
margin-top: 20px;
background-image: url("szablon/ostatnimecz.png");
width: 256px;
height: 156px;
}
#lmenu
{
float: left;
width: 156px;
height: 600px;
background-image: url("szablon/meczuczyste.png");
margin-top:20px;
margin-left: 32px;
}
#rmenu
{
float:right;
width: 156px;
height: 600px;
background-image: url("szablon/meczuczyste.png");
margin-top: 20px;
margin-right: 32px;
}
#tresc
{
margin-left: px; /
margin-right: px;
margin-top: 20px;
text-align: center;
padding:5px;
background-image: url("szablon/tresc.png");
width: 514px;
height: 740px;
overflow: hidden;
}
#stopka
{
margin-top: 20px;
clear: both;
text-align: center;
height: 87px;
width: 850px;
background-image: url("szablon/stopka.png");
border-top: 1px;
color: white;
}
Sekcja BODY
Kod:
Kod
<div id="container">
<div id="logo"> </div>
<div id="paseczekczerwony"> </div>
<div id="rmenu"></div> */PRAWE MENU SPONSORZY/
<div id="lmenu"></div> */LEWE MENU SPIS TREŚĆI
<div id="nastepnymecz"></div>
<div id="ostatnimecz"></div>
<div id="tresc"></div>
<div id="stopka"></div>
</div>
<div id="logo"> </div>
<div id="paseczekczerwony"> </div>
<div id="rmenu"></div> */PRAWE MENU SPONSORZY/
<div id="lmenu"></div> */LEWE MENU SPIS TREŚĆI
<div id="nastepnymecz"></div>
<div id="ostatnimecz"></div>
<div id="tresc"></div>
<div id="stopka"></div>
</div>