Jump to content

relative positioning?


michaellunsford

Recommended Posts

I have a grasp of CSS basics, but I'm still green. Just trying to migrate away from tables.

First step: 800x600 background image centered with CSS. Works great. Now, I want to position a div on top of the background image on a very specific spot. Since the background is centered, can I make something relative to center?
Link to comment
https://forums.phpfreaks.com/topic/10815-relative-positioning/
Share on other sites

Hi there,

You could do what moberemk suggested and use a div to surround everything else and use margin:auto You should also use text-align:center for it to work in IE. To make it show up 250 px right, i suppose you can set position:relative and set right:250px

The problem is the vertical-alignment. if i am not wrong, css at the moment still lacks support for vertical alignment of elements in a div. There are several workarounds for this which can be easily googled.

I have never liked these workarounds and hacks and so have, (sadly) returned to the table method once in a while.
Link to comment
https://forums.phpfreaks.com/topic/10815-relative-positioning/#findComment-41480
Share on other sites

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.