I have 2 issues with my page.
- I have dots as background in my wrapper div. Its not visible in both fF and chrome.
- I have css background gradients for navigation. It looks fine in Chrome, but not in FF.
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.
You set the background image to the dots but after that you set the gradient in the background. It overwrites the dots, maybe you could use multiple backgrounds.
Check this link for more about that (and the gradient declaration)