Navigacija

Vartotojų tinkle

Prisijungusių svečių: 270
Prisijungusių narių: 0
Prisijungusių narių nėra

Registruoti nariai: 25,956
Naujausias narys: saulyzas

Naujausi straipsniai

Paskutiniai nariai

MaFetas 1 savaitė
ozzWANTED 3 savaitės
saulyzas 5 savaitės
TOMIJUS 6 savaitės
Reikalas15 savaitės
Jaunelis21 savaitės
lanis21 savaitės
And2s22 savaitės
Memento Mori27 savaitės
Quwqkibor29 savaitės
asirija33 savaitės
tomeem35 savaitės
weberiz39 savaitės
mRokass41 savaitės
kartoonas42 savaitės
grunskiz45 savaitės
Bruksnys45 savaitės
illusion45 savaitės
ordo46 savaitės
Jurgaila47 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 3.133.141.201
Naujienų: 529
Straipsnių: 235
Temų: 52,588
Postų: 522,537
Postų pask. parą: 0
Shout'ų pask. parą: 0
P.S.C. pask. parą: 0
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

ozzWANTED
2024 Lap. 30 15:11:14
Taip, vis dar up šypsosi

MaFetas
2024 Lap. 13 22:11:57
hey how, geras dar veikiantis saitas?

Jaunelis
2024 Lie. 25 11:07:43
Oho vis dar veikia svetainė akinanti šypsen Šimtas metų, matau Šaukykloje nuostalgija. Smagu panaršyt po forumą ir pažiūrėt senas temas šypsosi

And2s
2024 Lie. 17 19:07:04
2008 pirmą kart čia patekau, man buvo 10m ir čia pramokau programavimo.. smagu skaityti senas žinutes, tokia nostalgija akinanti šypsen ačiū Ozz kad saugoji šitą kultūrinį reliktą šypsosi

ozzWANTED
2024 Sau. 17 01:01:00
Desperatiškus komentarus šaukykloje su accountu po mėnesio prasibuvimo, ištryniau. Pasaulis ir taip juodas. Įjungiam šviesą, prašviesės. šypsosi

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
PHP: Pagalbos dėl css.
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Kiti PHP, HTML, MySQL klausimai

Autorius: valduxas97 Peržiūrų: 944      Spausdinti temą
2013 Bal. 27 19:04:28          1 žinutė iš 1
Spausdinti pranešimą
Sveiki, taigi iškilo problema kebli.. Turiu puslapį, kuriame turiu susikūręs homepage, tačiau žiūrint per skirtingas naršykles iškraipo kiekvienoje vis kitaip vaizdą. Pvž firefox'e rodo viską gerai, tačiau kai žiūri per IE [internet Exploer] tai viską išmėto žiauriai.. Kiek visų klausiau tai sako kad kaltas css, ieškojau kaip sutvarkyti neradau, tad nusprendžiau įdėti čia.

Vaizdai su firefox:

Su IE


Prikabinu css failiuko kodą.

/*body*/
body{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
    background: url(../css/img/bg0.jpg) top left repeat-x #bced9c;
    overflow-x:hidden;
}
*:focus{
    outline:none;
}
a{
    text-decoration: underline;
    color: black;
}
a:hover{
    text-decoration: underline;
    color: green;
}
ul, li, ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, p{
    margin: 0px;
    padding: 0px;
}

@font-face {
   font-family: alwaysforever;
   src: url('../css/fonts/alwaysforever.ttf');
}

p.stats{
   font-family: alwaysforever;
    font-weight: bold;
   font-size: 20px;
}

div.text{
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    font-size:25px;
}
#trv_wrapper{
    display: block;
    height: 100%;
    left: 50%;
    margin: 0 auto 0 -625px;
    position: absolute;
    width: 1450px;
   background-repeat: no-repeat;
}

#trv_page{
    background: url(../css/img/homepage.jpg) top left no-repeat;
    display: block;
    width: 1246px;
    height:880px;
    text-align: left;
}

#trv_header{
    width:100%;
    height:90px;
}


.trv_header_info p{
    font-weight:normal;
    font-size:13px;
    margin-right:210px;
    _margin-right:120px;
    padding-top:30px;
    float:right;
    color:#fff;
}

#headline{
    left: 335px;
    position: absolute;
    top: 137px;
}
#headline h1{
    font-family: Georgia;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
}

#headline span{
    margin-left: 67px;
}
.trv_form_part{
   width: 344px;
   left: 864px;
    position: absolute;
    top: 233px;
}


.trv_form_part h2{
   font-family: Georgia;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 22px;
    text-align: center;
    text-transform: uppercase;
}

.trv_form_part ul {
 margin-left: 135px;
}

#registration{
    margin-left: 33px;
}

.trv_form_part ul li{
    color: #515151;
    font-family: Arial;
    font-size: 15px;
    line-height: 25px;
    font-weight:bold;
}

.trv_form{
    width:340px;
    height:390px;
    float:right;
    margin-top:71px;
    margin-right:210px;

}
/*Slider-Bereich*/
.trv_slider_area{
    height: 250px;
    left: 58px;
    position: absolute;
    top: 592px;
    width: 100%;
}

.ie6 .trv_slider_area{
    left:-130px;
}
/*face comment*/
.trv_slider_area_comment{
    height: 250px;
    left: 58px;
    position: absolute;
    top: 592px;
    width: 100%;
}

.ie6 .trv_slider_area_comment{
    left:-130px;
}

.trv_fb_field_comment{
    border: medium none;
    float: left;
    height: 300px;
    margin-left: 100px;
    margin-top: -463px;
    overflow: hidden;
    width: 320px;
}

.ie7 .trv_fb_field_comment{
    width:190px;
    height:87px;
}

.ie6 .trv_fb_field_comment{
    width:180px;
    height:100px;
}
/*face comment end*/

.trv_slider_img a img, .trv_image_carousel img{
    border: none;
}

.trv_fb_field{
    border: medium none;
    float: right;
    height: 100px;
    margin-right: 414px;
    margin-top: 12px;
    overflow: hidden;
    width: 221px;
}

.ie7 .trv_fb_field{
    width:190px;
    height:87px;
}

.ie6 .trv_fb_field{
    width:180px;
    height:100px;
}

#trv_wrap_img {
    cursor: pointer;
    float: left;
    height: 200px;
    margin-left: 24px;
    margin-top: 10px;
    width: 740px;
}

.ie8 #trv_wrap_img {
    margin-left: 0px;
}

.ie7 #trv_wrap_img {
    margin-left: 30px;
}
#trv_wrap_img h3{
        margin-left: 43px;
}

.ie7 #trv_wrap_img h3, .ie8 #trv_wrap_img h3{
        margin-left: 70px;
}

.trv_image_carousel{
    padding-top:10px;
    position: relative;
    padding-left:40px;
}

.trv_image_carousel img {
    display: block;
    float: left;
    margin-left: 1px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 0;
}

.opera .trv_image_carousel img {
    display: inline;
    float: none;
}

a.trv_prev, a.trv_next {
    width: 45px;
    height: 170px;
    display: block;
    position: absolute;
    top: 40px;
}

a.trv_prev {
    background: url(../img/trv_left.png) top left no-repeat;
    width:21px;
    height:16px;
    left: 15px;
    margin-top:30px;
}

.ie8 a.trv_prev , .ie7 a.trv_prev{
    left: 40px;
}

.ie6 a.trv_prev{
    left: -20px;
    background: none;
    filterliežuvisrogidakinanti šypsenXImageTransform.Microsoft.AlphaImageLoader(src='../img/trv_left.html');
}

a.trv_next {
    background: url(../img/trv_right.png) top left no-repeat;
    width:21px;
    height:16px;
    right: 35px;
    margin-top:30px;
}

.ie8 a.trv_next, .ie7 a.trv_next {
    right: 11px;
}

.ie6 a.trv_next {
    right: 7px;
    background: none;
    filterliežuvisrogidakinanti šypsenXImageTransform.Microsoft.AlphaImageLoader(src='../img/trv_right.html');
}

a.trv_prev span, a.trv_next span {
    display: none;
}

.clearfix {
    float: none;
    clear: both;
}

.trv_image carousel a{
    display:block;
}

#trv_overlay{
    display: none;
    width: 100%;
    min-height: 100%;
    height: 1500px;
    position: absolute;
    z-index: 98;
    top: 0px;
    bottom:0px;
    left:0px;
    background: rgba(255, 255, 255, 0.6);
    filterliežuvisrogidakinanti šypsenXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progidakinanti šypsenXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.gecko #trv_overlay{
    display: none;
    height: 1284px;
    opacity: 0.8;
    display: none;
    background: none repeat scroll 0 0 #666666;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}

.webkit #trv_overlay{
    opacity: 0.8;
    background: none repeat scroll 0 0 #666666;
}

.trv_layer{
    display: none;
    left: 50%;
    margin-left:-274px;
    position: absolute;
    top: 300px;
    width: 548px;
    height:422px;
    z-index: 288;
    borderdrovusolid 1px #ccc;
}

#trv_layer1{
    background: url("../img/img_1_big.html") left top no-repeat ;
}

#trv_layer2{
    background: url("../img/img_2_big.html") left top no-repeat ;
}

#trv_layer3{
    background: url("../img/img_3_big.html") left top no-repeat; 
}

#trv_layer4{
    background: url("../img/img_4_big.html") left top no-repeat;
}

#trv_layer5{
    background: url("../img/img_5_big.html") left top no-repeat; 
}
.trv_close{
    background: url("../img/close_button.html") no-repeat;
    width:30px;
    height:30px;
    float:right;
    margin-top:-11px;
    margin-right:-13px;
}
.ie6 .trv_close{
    margin-top:-3px;
    margin-right:-1px;
}
#trv_footer{
    display: block;
    position: absolute;
    text-align: center;
    top: 870px;
    width: 100%;
}
ul.trv_footerNavi{
    clear: both;
    display: block;
    height: 20px;
    margin: 10px auto;
    font-size: 11px;
}
ul.trv_footerNavi{
    width: 150px;
    line-height:12px;
}
.trv_footerNavi a {
    color: #315129;
    font-weight: bold;
}
ul.trv_footerNavi li {
    float:left;
}

ul.trv_footerNavi li.spacer {
    float:left;
    color:#4d7638;
    width: 20px;
}

.trv_footerNavi a{
    color:#4d7638;
    font-weight:bold;
}

.trv_footer_2{
    color:#4d7638;
    font-weight:normal;
    font-size:11px;
    line-height:12px;
}

#trv_popup {
    position: absolute;
    width: 716px;
    z-index: 102;
    left:50%;
    margin-left:-358px;
}

.trv_impressum{
    display: none;
    left: 30%;
    top: 290px;
    _top: 110px;
    visibility: visible;
    z-index: 102;
}
.trv_footerNavi .spacer {
    width: 30px;
    color:#4D7638;
}
    .trv_footerNavi {
    clear: both;
    display: inline-block;
    font-size: 11px;
    height: 15px;
    line-height: 12px;
    margin: 7px auto;
    min-width: 100px;
}
#trv_popup #trv_popup-top {
    background-image: url("../img/popup_top.html");
    float: left;
    height: 27px;
    _height: 25px;
    position: relative;
    text-align: left;
    width: 716px;
}

#trv_popup #trv_popup-content {
    background-image: url("../img/popup_bg.html");
    background-repeat: repeat-y;
    float: left;
    padding: 0 23px 15px;
    text-align: left;
    width: 670px;
    height:550px;
}

.trv_popgreen {
    color: #498843;
    margin-bottom: 18px;
}

.bold {
    font-weight: bold;
}

#trv_popup #trv_popup-bottom {
    background: url("../img/popup_bottom.html") top left no-repeat;
    float: left;
    height: 10px;
    text-align: left;
    width: 716px;
    position:relative;
}

#trv_overlaybg{
    display: block;
    height: 1284px;
    opacity: 0.7;
    display: none;
    background: none repeat scroll 0 0 #666666;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}

#trv_popup #trv_popup-top a#trv_pclose {
    background-image: url("../img/trv_close_green.html");
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 12px;
    _top: 5px;
    width: 18px;
    z-index: 102;
}

#trv_popup-top a {
    color: #99C01A;
    font-weight: bold;
    text-decoration: none;
}

a#trv_pclose:hover {
    background-image: url("../img/trv_close_gr.html");
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 12px;
    width: 18px;
}
.caroufredsel_wrapper{
   width: 641px !important;
}

.ie7 .caroufredsel_wrapper,.ie6 .caroufredsel_wrapper{
    width:650px !important;
    height:142px !important;
}

.opera .caroufredsel_wrapper{
    width:640px !important;
    height:142px !important;
}

#trv_form input {
    width: 190px;
}

.checkbox {
    border: 0 none !important;
    display: inline;
    float: left;
    width: 25px !important;   
}

#submit{
    background: url("../img/submit.html") no-repeat scroll 0 3px transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 19px;
    font-weight: bold;
    height: 50px;
    margin-bottom: 0;
    margin-top: 36px;
    padding-left: 45px;
    text-align: center;
    width: 285px !important;
}

#submit:hover{
    background: url(../img/submit.jpg) 0 -50px  no-repeat;
    color:#000;
}

#trv_form{
    position: absolute;
}

.image_carousel {
    padding: 15px 0 15px 40px;
    position: relative;
}

.image_carousel img {
    border: 1px solid #ccc;
    background-color: white;
    padding: 9px;
    margin: 7px;
    display: block;
    float: left;
}

a.prev, a.next {
    background: url(images/miscellaneous_sprite.png) no-repeat transparent;
    width: 45px;
    height: 50px;
    display: block;
    position: absolute;
    top: 85px;
}

a.prev {         
    left: -22px;
    background-position: 0 0;
}

a.prev:hover {      
    background-position: 0 -50px;
}

a.next {         
    right: -22px;
    background-position: -50px 0;
}

a.next:hover {      
    background-position: -50px -50px;
}

a.prev span, a.next span {
    display: none;
}

.clearfix {
    float: none;
    clear: both;
}

#login{
    position: absolute;
    right: 238px;
    top: 40px;
    width: 64px;
}

a#serverLogin{
    font-weight: bold;
    text-decoration: underline;
}

a#serverLogin:hover{
    text-decoration: underline;
    color:#4d7638;
}

#overlay{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #666666;
    z-index: 1100;
    display: none;
    filter: alpha(opacity=70);
    opacity: 0.7;
}#partnerMod {
        margin: 0;
        padding: 0;
        width: 180px;
        height: 50px;
        position: absolute;
        top: 35px;
        left: 550px;
        text-align:left;
}
#partnerMod img {
        margin: 0;
        padding: 0;
        border: 0px;
}



/*Player statistics*/
#statistics {
margin-top: -71px;
/* overflow-x:hidden; */
margin-left: -145px;
position: relative;
min-height: 80px;
background-image: url(../css/img/stat_bg.png);

background-repeat: repeat-y;
padding: 2px 15px 15px 25px;
color: #393939;
line-height: 18px;
margin-bottom: 12px;
}

#stat-top {
position: absolute;
left: 0;
top: -2px;
background-image: url(../css/img/stat_top.png);
z-index: 11;
width: 204px;
height: 50px;
}

#stat_bottom {
position: absolute;
left: 0;
bottom: -5px;
background-image: url(../css/img/stat_bottom.png);
z-index: 11;
width: 204px;
height: 61px;
}

#statistics .type {
min-width: 100px;
}

#statistics .value {
font-weight: bold;
}

.clear {
clear: both;
width: 0;
height: 0;
line-height: 0;
font-size: 0;
}
/*Facebook commentar black ground*/
#news-content, #fb-widget-content, #gameRatingContent {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
border-radius: 5px 5px 5px 5px;
margin-top: 39px;
margin-left: 158px;
width: 335px;
background-image: url(../css/img/wit_bg.png);
background-repeat: repeat;
padding: 150px 0px;
float: left;
}

.trv_fb_field_comment{
    border: medium none;
    float: left;
    height: 300px;
    margin-left: 100px;
    margin-top: -463px;
    overflow: hidden;
    width: 320px;
}
/*Login black ground*/
#login-black-ground {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
border-radius: 5px 5px 5px 5px;
margin-top: -226px;
margin-left: -385px;
width: 250px;
background-image: url(../css/img/wit_bg.png);
background-repeat: repeat;
padding: 150px 0px;
float: left;
}

#login-text{
color: #8ebb49;
}

#login-text-1{
color: #8ebb49;
}

#text-2{
margin-top: 10px;
color: #ffffff;
}

#text-3{
margin-top: 10px;
color: #ffffff;
}

#login-black-ground-1 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
border-radius: 5px 5px 5px 5px;
margin-top: -226px;
margin-left: -150px;
position: absolute;
width: 335px;
background-image: url(../css/img/wit_bg.png);
background-repeat: repeat;
padding: 150px 0px;
float: left;
}

#line {
margin-top: -399px;
margin-left: 205px;
}

#liner {
margin-top: -7px;
margin-right: 359px;
}

#register_text {
margin-top: 75px;
margin-left: -780px;
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
font-size: 10px;
}

.playnow-button {
  height: 45px;
  margin-left: 432px;
  margin-top: 230px;
  overflow: hidden;
  width: 400px;
}

.playnow {
  white-space: nowrap;
}

.playnow-button .playnow-start {
  background-position: left 0;
  float: left;
  max-width: 390px;
}

.playnow-button .playnow-start, .playnow-button .playnow-end {
  background-image: url("../css/img/play_now_button-ltr.png");
  height: 45px;
}

.playnow-button h1.play {

  font-size: 24px;
  height: 38px;
  margin-left: 40px;
  margin-top: 7px;
}

.play{
color: #ffffff;
}











:)
Peršokti į forumą: