Home › Forums › CSS › absolute position help › Re: absolute position help
May 27, 2012 at 9:58 pm
#103554
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.