unix_user
unix_user

Reputation: 309

Adding text on background Image and zooming the image

I am newbie to HTML, CSS & Javascript. I want to add some background image. After the image is added, can I brake that image into small divs and add text into those divs? Is it possible. As well please give me some pointers on how to proceed.

Thanks!

Upvotes: 0

Views: 116

Answers (1)

Peter
Peter

Reputation: 16923

Check this demo I made for you:

Every chunk is and absolute positioned <div> with z-index:0 with flower background. Background position is moved for every chunk.

On top you have <div> container, absolute positioned with z-index:1 (this is why is on top) with some text.

Hope this will be some kick start for you.

Upvotes: 1

Related Questions