As the title implies, is it possible to place an img tag behind a table that contains background images?
Here is an example and also the page source
The table contains background images
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
just add
position: relative;to your table and you will get the desired resultAS:
NOTE: Using Inline CSS is not a good idea try external Stylesheet