Jump to content

Positioning in different resolutions


wwfc_barmy_army

Recommended Posts

Hello.

I am using this bit of CSS to position a table in a certain place on my page:

[code] position: absolute;
right: 400px;
top: 300px;[/code]

Although this is spot on using my resolution when i check what it looks like with a smaller resolution it moves and goes over text etc.

How can i get it to stay still. Can i use different CSS for it?

Thanks.
Link to comment
Share on other sites

The absolute position is always going to be how many pixels you specifiy from the top/bottom/right/left of your browser window.  So, obviously 300px would look different on different screen sizes or just resizing the browser.  If you want to position absolute within another container, than you need to position that container relative, and then position the inner content absolute.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.