layout problems, for my site |
![]() ![]() |
layout problems, for my site |
Jan 1 2006, 11:48 PM
Post
#1
|
|
![]() N!CK ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: May 2005 Member No: 144,660 |
okay, here we go...
I made this site and coded it all by myself, but there are some problems.. First: when you open "My Favorites in IE, the content gets moved over more than the area picture, same way when its not fully maximized.. so i what to know how to fix that.. other that that if you can find anyhting else that has somehting wrong w/ it.. thanx! N!CK |
|
|
|
Jan 2 2006, 02:50 AM
Post
#2
|
|
![]() most definitely. ![]() ![]() ![]() ![]() Group: Member Posts: 284 Joined: Feb 2005 Member No: 103,416 |
Hmm..i'm not sure you can. Although you might want to try to edit it so that it's in the absolute center. You can do that with this code.
|
|
|
|
Jan 2 2006, 04:24 PM
Post
#3
|
|
![]() N!CK ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: May 2005 Member No: 144,660 |
unfortunatly, non of them worked, Mikestah: i already had those in my DIV layers. YaWeaveIzOnFiyah: It didn't have any effect on it.
But thanx anyway.. maybe its the way I coded it, i think it has to do with my layering of the divs in the code, but thanx anyway! Moderator: You can close this thread. |
|
|
|
| *Libertie* |
Jan 2 2006, 04:33 PM
Post
#4
|
|
Guest |
The problem is that the background is centered and the rest is not. I am viewing in a larger resolution than 1024x768, so everything is off to the left. To fix this, the banner and content need to be centered as well.
In my resolution, the banner and text may be 250 pixels (ish) from the left, but the banner is in the exact center, so that means it's going to be farther right. Try removing the "left: ###;" tag and replace it with "margin-left: 50%;" instead. That may not fix it right away but it should help. edit: 50% doesn't work, hold on. edit// This works: Replace your DIV tags with that. |
|
|
|
![]() ![]() |