Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Trouble in IE with Alignment Re: [Solved] Trouble in IE with Alignment

#79408
Anonymous
Inactive

Hi John,

For absolute positioning to work, the parent must have position: relative on it or otherwise the positioning will be relative to the page (if that makes any sense at all :) ).

Here is the code which I added just before </head> for it to work (I was too lazy to venture through the Drupal stylesheets – and yes, I must agree with you that the Drupal styling is horrible!)

Code: