how do i make my layout for every screen resolution |
how do i make my layout for every screen resolution |
Aug 26 2008, 03:36 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 170 Joined: Aug 2008 Member No: 675,679 |
my resolution is 1440by 900 px
and idk if you need any screen shots or my code but the div goes tot the left if i switch my resolution how do i fix it???? my resolution is 1440by 900 px and idk if you need any screen shots or my code but the div goes tot the left if i switch my resolution how do i fix it???? i looked all over google.can't find a way.please can yall help |
|
|
|
![]() |
Aug 26 2008, 07:22 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
^ it's because you have your left margin set at -300 pixels, but the div is 400 pixels wide. if you're using left:50%; any margin-left:##px; you add in is going to move either left or right of the center of the page.
so, if you want the div positioned exactly in the center, the margin-left:##px; should be exactly half of the width of your div. |
|
|
|
YunginBoss3 how do i make my layout for every screen resolution Aug 26 2008, 03:36 AM
schizo Don't. Double. Post. That has to be the tenth ... Aug 26 2008, 04:47 PM
YunginBoss3 QUOTE(schizo @ Aug 26 2008, 04:47 PM) Don... Aug 26 2008, 06:58 PM
xXcalebboylesXx QUOTE(schizo @ Aug 26 2008, 02:47 PM) Don... Aug 31 2008, 08:26 AM
nikx618 If that's how you do it, it shouldn't be. ... Aug 26 2008, 07:16 PM
YunginBoss3 QUOTE(nikx618 @ Aug 26 2008, 07:16 PM) If... Aug 26 2008, 07:17 PM
YunginBoss3 QUOTE(fixtatik @ Aug 26 2008, 07:22 PM) ^... Aug 26 2008, 07:29 PM
nikx618 i think it would be margin-left:-200px; on account... Aug 26 2008, 07:58 PM
YunginBoss3 OH.im dumb.but they are just random numbers for wi... Aug 26 2008, 08:00 PM
nikx618 well, you should figure out the actual pixels of t... Aug 26 2008, 08:24 PM
YunginBoss3 QUOTE(nikx618 @ Aug 26 2008, 08:24 PM) we... Aug 26 2008, 09:18 PM
nikx618 yeah, like rec box(the selection thing right?) the... Aug 31 2008, 01:52 AM
Tomates dont change the number that has the % after it
cha... Aug 31 2008, 11:29 AM![]() ![]() |