position problems, absolute or relative? |
position problems, absolute or relative? |
![]()
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 |
|
|
![]() |
*WHIMSICAL 0NE* |
![]()
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. |
|
|
![]() ![]() |