Forums

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

Home Forums CSS absolute position help Re: absolute position help

#103554
Senff
Participant

Don’t put the div right at the top of the code (right after ). Just put it where you want it to appear.

For example, if you want it to appear right above the main menu, you need to put your div right before the line:

If you want it to appear right above the image slider, you need to place your code right before the line:

And so on.