Does my site look misaligned? |
Does my site look misaligned? |
May 31 2008, 02:21 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 323 Joined: Dec 2007 Member No: 601,314 |
I use IE. My site looks great in IE, but someone told me that it was messed up in FF.
Could someone here who uses FF tell me if it is messed up? Maybe it is just that one guy's computer and not nessisarily my fault. Thanks! The link is in my sig. |
|
|
|
![]() |
May 31 2008, 04:28 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 323 Joined: Dec 2007 Member No: 601,314 |
So you think that is why it is not aligned? Cause I am styling in my PHP files and not in a stylesheet?
So for the PHP file, it should be like: CODE <div class="right">STUFF</div> And then in the stylesheet: CODE <style> div.left { position: absolute; left:123px; top:147px; width:151px; height:231px; overflow: none; } div.right { position: absolute; left:778px; top:147px; width:151px; height:231px; overflow: none; } div.content { position: absolute; left:300 px; top:357 px; width:447px; height:32px; overflow: none; } div.top { position: absolute; left:100 px; top:0 px; width:850px; height:380px; overflow: hidden; } </style> That doesn't really seem like it would make a difference. I know how I have stuff organized might seem messy, but I understand it and it is easy for me. So I only want to change it if I really need to. BTW, I use the same stylesheet for everypage, so I don't need to call a different one for each page. I am a paid host (so yes, I have php). EDIT: I just changed the codes to what I put above, and it is messed up in IE too.... |
|
|
|
SharperMyspace Does my site look misaligned? May 31 2008, 02:21 PM
SkyliteX I sent you a screenshot oo and the link in your si... May 31 2008, 02:23 PM
SharperMyspace Ya I saw your screenshot. I just wanted another pe... May 31 2008, 02:25 PM
fixtatik haha, i just clicked your link in a different thre... May 31 2008, 02:47 PM
SharperMyspace QUOTE(fixtatik @ May 31 2008, 02:47 PM) h... May 31 2008, 02:54 PM
fixtatik your best bet would honestly be starting from scra... May 31 2008, 03:26 PM
fixtatik oh, i misread it. i thought you meant you had two ... May 31 2008, 04:37 PM
SharperMyspace QUOTE(fixtatik @ May 31 2008, 04:37 PM) o... May 31 2008, 04:40 PM![]() ![]() |