Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
IE transparentnost & FF centriranje

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
Nemesis



Joined: 01 Oct 2005
Posts: 732

PostPosted: 15.08.2007 15:35    Post subject: IE transparentnost & FF centriranje Add user to your forum ignore list Reply with quote

Radim na jednom wordpress projektu. I na ovaj kod:

Code:
/* this is for whole theme */
body {
   background: url('images/body_background.jpg') repeat;
   text-align: center;
   padding-top: 5px;
   color: #000000;
   }
   
#all {
   text-align: left;
   width: 890px;
   height: 100%;
   }
   
/* header */
#header {
   width: 890px;
   height: 165px;
   background: transparent;
   }
#header_left {
   float: left;
   width: 20px;
   height: 165px;
   background: url('images/header_left.png') no-repeat;
   }
#header_center {
   float: left;
   width: 840px;
   height: 165px;
   }
#header_right {
   float: right;
   width: 30px;
   height: 165px;
   background: url('images/header_right.png') no-repeat;
   }
#header_top {
   float: left;
   width: 840px;
   height: 46px;
   background: url('images/header_top.png') no-repeat;
   }
#header_main {
   float: left;
   height: 119px;
   width: 840px;
   bottom: 0px;
   padding-left: 15px;
   background: url('images/header.jpg') no-repeat;
   }


...mi izlista ovo u firefoxu. Problem je u tome što layout nije centriran...


...te ovo u IE. Tu je problem u ovom zadnjem <div>-u koji je dolje te u ovim .png backgroundima koji nisu transparentni.


Ne obraćajte pozornost na title i description, nisam ih još kodirao. A molim vas da ne savjetujete transparentni .gif jer mi je potreban shadow te zato koristim .png

10x...

EDIT: E da, skoro zaboravih, probao sam koristiti ovaj tutorijal, no bezuspješno

_________________
Webastično.com | Last.fm | Twitter
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
Nemesis



Joined: 01 Oct 2005
Posts: 732

PostPosted: 15.08.2007 15:49    Post subject: Add user to your forum ignore list Reply with quote

E ovo sa FF sam rješio, kod je:

Code:
    margin-left: auto;
    margin-right: auto;

_________________
Webastično.com | Last.fm | Twitter
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group