zle zobrazovanie obrazkov cez CSS

From: scooti (scooti@stonline.sk)
Date: 16. 06. 2003, 19:32 CEST


pozrite na www.brodeur.wz.cz/index.php 

Vcera som vdaka vasim navrhom prvy krat zasal s CSS a vytvoril tu stranku! Problem je v tom ze ked si zapnete napr. obrazky a zacnete zmensovat/zvacsovat okno prehliadaca, tak mi to rozrezavana dizajn stranky. Proste vrch sa zastavi ale stred sa pohybuje dalej cim vlastne narusuje celu grafiku stranky. Ako to mam vyriesit?

________________________________________________________
S pozdravom
scooti




================= zdrojak css===========



body {
 margin: 0px; 
 padding: 0px;
 font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
 font-size: 11px;
 color: #1A1A1A;
 background-color: #FFFFFF;
 } 

.odkazy {
 
 position: relative;
 padding: px;
 width: 100%;
 height: 15px;
 left: 0px;
 top: 0px;
 background-color: #C0C0C0;
 text-align: center;
 } 



.menu_obr1 {
 position: absolute;
 width: 130px;
 height: 102px;
 left: 0px;
 }
.menu_obr2 {
 position: relative;
 width: auto;
 height: 102px;
 margin-left: 130px;
 margin-right: 196px;
 }
.menu_obr3 {
 position: absolute;
 width: 196px;
 height: 102px;
 right: 0px;
 }


 
 

.left {
 position: absolute;
 left: 0px;
 width: 130px;
 height: 100%;
 background-image: url(hlavicka/stred_05.gif);
 }
.center {
 position: relative;
 padding: 15px;
 width: auto;
 height: 100%;
 margin-left: 130px;
 margin-right: 196px;
 background-image: url(hlavicka/stred_03.jpg);
 text-align: center;
 }
.center_text {
 float: left;
 padding: 15px;
 width: 90%;
 height: 100%;
 background-image: url(hlavicka/stred_03.jpg);
 }


.right {
 position: absolute;
 right: 0px;
 width: 196px;
 height: 100%;
 background-image: url(hlavicka/stred_04.jpg);
 }


 
.dole_obr1 {
 position: absolute;
 left: 0px;
 width: 130px;
 height: 31px;
 }
.dole_obr2 {
 position: absolute;
 right: 0px;
 width: 54px;
 height: 31px;
 }
.dole_obr3 {
 position: relative;
 right: 0px;
 width: auto;
 height: 31px;
 }
 
 


.menu {
 position: relative;
 width: 100%;
 height: 102px;
 background-image: url(hlavicka/03.gif);
 text-align: center;
 }
.dole {
 position: relative;
 width: 100%;
 height: 31px;
 text-align: center;
 bottom: 0px;
 background-image: url(hlavicka/dole_02.gif);
 }
.vsetky_tri {
 position: relative;
 width: 100%;
 height: 550px;
 } 



This archive was generated by hypermail 2.1.3 : 16. 06. 2003, 19:33 CEST