- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHPPhysics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Menu not visible in IE8. How to make it visible with HTML?
One of the divs, when placed in another style sheet, can make menu invisible in Internet Explorer.
If opacity property is used which is not a cross-border solution, it should be like the following to display −
opaque {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; // first
filter: alpha(opacity=90); // second
}Advertisements