piksele?
Posty: 2 Strona 1 z 1
piksele?
czescczemu mam takie wielkie wartosci w css?
czesc
czemu tu sa takie duze piksele?
<html>
<head>
<title>stronka</title>
</head>
<body>
</body>
<div id="box1"></div>
<div id="box2"></div>
<div id="box3">
<ul>
<li><a href="strona.html">about us</a></li>
<li><a href="strona.html">services</a></li>
<li><a href="strona.html">products</a></li>
<li><a href="strona.html">solutions</a></li>
<li><a href="strona.html">prince list</a></li>
<li><a href="strona.html">contact</a></li>
<li><a href="strona.html">faq</a></li>
</ul>
</div>
<div id="box4"><h3>PORADNIK</h3></div>
<div id="box5"></div>
<div id="box6"><h4>PORADNIK</h4></div>
<div id="box7"></div>
<div id="box8"></div>
<style>
h3{position:relative;z-index:1;bottom:860px;left:30px;font-size:40px;color:blue;text-align:left;}
h4{position:relative;z-index:1;left:80px;top:60px;}
ul{position:relative;z-index:1;bottom:1875px; l;text-align:center;font-size:20px;}
ul, ul li {display: block;list-style: none;margin: 0;padding: 0;}
ul li {display: inline;white-space: nowrap;}
#box1{background-image:url("tlo.jpg"); border:1px solid white; height:1000px; width:1000px;
background-repeat: no-repeat;}
#box2{background-image:url("logo.gif"); border:0px solid white; height:1000px; width:1000px;
background-repeat: no-repeat;position:relative;bottom:1000px;}
#box4{ border:0px solid white; height:1000px; width:1000px;
background-repeat: no-repeat;position:relative;bottom:1000px;}
#box5{background-image:url("ob3.gif"); border:0px solid white; height:1000px; width:1000px;
background-repeat: no-repeat;position:relative;bottom:2800px;left:680px;}
#box6{background-image:url("ob1.gif"); border:0px solid white; height:1000px; width:1000px;
background-repeat: no-repeat;position:relative;bottom:3450px;left:680px;}
#box7{background-image:url("ob2.gif"); border:0px solid white; height:200px; width:200px;
background-repeat: no-repeat;position:relative;bottom:4200px;left:30;}
#box8{background-image:url("ob4.gif"); border:0px solid white; height:200px; width:200px;
background-repeat: no-repeat;position:relative;bottom:4800px;left:30;}
</style>
</html>
Re: piksele?
Bo dałeś zbyt dużych wartościfont-size:40px
zmniejszyć
Strona 1 z 1