can someone help me how to overlap a picture with a text? and how to make a scrolling albums? i want the menu to be place on the back line..
Printable View
can someone help me how to overlap a picture with a text? and how to make a scrolling albums? i want the menu to be place on the back line..
Is that picture just a IMG tag? If so you can change it to a DIV and have the image as the background-image, dont forget to set the height and width of the DIV too. Then to move the text about you can use the padding properties of the DIV.
Alternatively do the same kind thing but break the image up into sections then place them as background-image on cells of a table.
ill try that one. tnx for the idea. yes i am using img tag but i am not using tables, i just use div.