How to wrap image around image with css ??

Status
Not open for further replies.

sandip1110

Active Member
327
2011
39
35
hi,

how to wrap small image around big image

see this

0fWy8.png


Big image has wrap small image of BLOGGER ?

how to do that via css ??
 
1 comment
You can't "wrap" an image - you stack the one image over the other.

Give the background image "z-index: 0;"

and the overlaying "z-index:1; position:absolute;" and then align it with margin.
 
Status
Not open for further replies.
Back
Top