Log In · Register

 
what's with the different browsers?
OCSpersonel
post Apr 20 2009, 12:16 AM
Post #1


Senior Member
***

Group: Member
Posts: 52
Joined: Mar 2009
Member No: 720,238



How do you code a layout to look the same in all Internet browsers??? I built a myspace that looks fine in firefox, but nothing else. How do I fix that?
 
 
Start new topic
Replies
fixtatik
post Apr 21 2009, 01:37 AM
Post #2


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



this is making the slideshows not show up:
CODE
embed{position:absolute;top:0px;left:0px;display:block;width:0px; height:0;}

everything else is messed up because you're using relative positioning. relative positioning is fine on a regular website, but on myspace your HTML is nested within a table, so it's relative to the position of those tables.

instead, position your divs as such:
CODE
.divname { left:50%; margin-left:##px; position:absolute; top:##px; }
where margin-left:##px; is the negative of half the width of your div, if you want it in the exact center of the page.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: