I create a site where I have three <li> , all floating to the left, and each of them has the background of a specific image. I have text in each of the <li> , and I want to move this text so that it appears under the background, and not on it. What will be the css for such a layout?
The following is an example of what the layout should be. Thanks for the help.
====== ====== ======
| | | | | |
| | | | | |
====== ====== ======
text text text
I don't have ASCII skills, but hopefully you get this idea.
source share