epoy08
November 27th, 2009, 06:11 AM
How can I design in css an image of a text, then another image over, then another one with this format like this:
* border*************
* ##### ##### ##### *
* #img# #img# #img# *
* ##### ##### ##### *
* ##### ##### ##### *
* text1 text3 text4 *
* text2 text4 text5 *
*********************
I want to use a div tag. I already tried the "float:left" property of css and it's ok, the problem is that my border is not covering the floating part.
like this:
* border*************
*.##### ##### ##### *
*.#img# #img# #img# *
**##### ##### #####**
..##### ##### #####
..text1 text3 text4
..text2 text4 text5
Samples will help thanks.
* border*************
* ##### ##### ##### *
* #img# #img# #img# *
* ##### ##### ##### *
* ##### ##### ##### *
* text1 text3 text4 *
* text2 text4 text5 *
*********************
I want to use a div tag. I already tried the "float:left" property of css and it's ok, the problem is that my border is not covering the floating part.
like this:
* border*************
*.##### ##### ##### *
*.#img# #img# #img# *
**##### ##### #####**
..##### ##### #####
..text1 text3 text4
..text2 text4 text5
Samples will help thanks.