Actually, two questions:
- How can I create a modal popup with background color of gray?
- Also I need to create for a cover background color only to table itself. Not to overall page.
How do I do this using javascript and css?
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.
Here is the HTML, which should probably be inserted with JS, and the styles should be in an external stylesheet.
Then, you could leverage jQuery to display it.
This is only a start, you’ll want to learn from this and build upon it. For example, the script should check
is(':hidden')and show, and if not thenfadeOut(800)or similiar.