Getting back into the document flow after using Positioning Absolute.
I'm trying to add a form after my css image for a school assignment and I can't figure out how to make it show under my img-container. https://codepen.io/tehlefty/pen/YzdaPPM?editors=1100 Any thoughts?
6 Replies
@Leftydo you want to make your form inside the image or below it?
like this?
just add this to your Css
@ABK | Muneer Thank you, my aim is for the forum to be below
ok buddy just add this to ur css then
the reason why it didn't work is because the art that's mad is almost like a absolute positions so the form always was behind the art so to fix it we can declare that the ark is taking the whole screen and what ever next go below it and not inside it to the back
Ohh that makes sense I’ll try it thank you
Got it, this worked perfectly!