how do i make my layout for every screen resolution |
how do i make my layout for every screen resolution |
![]()
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 |
|
|
![]() |
![]()
Post
#2
|
|
![]() asdfghjkl; ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,121 Joined: Jul 2008 Member No: 665,416 ![]() |
If that's how you do it, it shouldn't be. If you do it correctly. Why don't you post up your codes?
|
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 170 Joined: Aug 2008 Member No: 675,679 ![]() |
If that's how you do it, it shouldn't be. If you do it correctly. Why don't you post up your codes? ok well heres part of my code CODE .37182{background settings}
body{ background-color: 000; background-image: url('IMAGE_URL_HERE'); background-repeat: no-repeat; background-attachment: scroll; background-position: center 150px; } .37182{the first div} .divOne{position: absolute; left: 50%; overflow: auto; top: 160px; margin-left: -300px; width: 400px; height: 400px; background-color: fff; z-index: 1; padding: 3px; border: 2px solid; border-color: 00aaff; }
Reason for edit: please put codes in codeboxes. thanks :) -natalia
|
|
|
![]() ![]() |