Log In · Register

 
Does my site look misaligned?
SharperMyspace
post 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.
 
 
Start new topic
Replies
SharperMyspace
post 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....
 

Posts in this topic


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