Jump to content

Poistion for each computer screen??


Guest

Recommended Posts

I have this website, and when I view a picture, it's positioned perfectly, but when my friend views the same picture it is poistioned much differently, how do I fix this?

 

Here's the code i used.

 

 

#gaara{
position:absolute;
padding-right: 1px;
width: -20px;
top: 454px;
height: 202px;
left: 815px;

}

Link to comment
https://forums.phpfreaks.com/topic/216506-poistion-for-each-computer-screen/
Share on other sites

I have found that using the position: relative code works better than using the absolute one. You might try that as well. I was having the same problem, also as the browser is resized it was changing position on the page, which is what I didn't want. Don't know if that helps, but though I'd offer my solution to the same type of problem. :-)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.