Forums

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

Home Forums CSS Need some help with an image placement on my website! Re: Need some help with an image placement on my website!

#73510
cybershot
Participant

you need to always post your code. But if you position the flower, it should be fine. Have relative positioning on the parent element and then put absolute on the flower image like this

position: absolute;
top: 0;
right: 0;