Log In · Register

 
position problems, absolute or relative?
AndiCandi
post Jan 25 2007, 08:23 PM
Post #1


Member
**

Group: Member
Posts: 19
Joined: Jan 2007
Member No: 492,887



I'm working on a laptop with a wide screen. Normally, my IE window wouldn't be able to expand as much as it does with this laptop so my position settings are a bit off. Basically, I figured out how to get the divs on my myspace to stay where I want them no matter how big the screen is but for some reason, my comment display won't follow the same rules. I set its position for absolute (like the other divs) but it keeps moving when I contract and expand the IE window. Can anyone help me? Here's the URL so you can see what I'm talking about. Try expanding it too.

My Profile
 
 
Start new topic
Replies (1 - 1)
*WHIMSICAL 0NE*
post Jan 25 2007, 09:42 PM
Post #2





Guest






Well, next time I suggest not using a generator because it's easier to get errors and get confused about things.
If you don't want the positioning to be messed up and you want it to stay only in one spot you should go through your code and instead of:
position:absolute; z-index:2; left:420%; top:-106.6%;
margin-left:0px; margin-top:0px; text-align:left;


You might want to try:
position:absolute; z-index:2; left:420; top:106;
margin-left:0px; margin-top:0px; text-align:left;


?? I don't know if that's the issue that you're talking about.
 

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