
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Strange Cursor Placement in Modal with Autofocus in Internet Explorer
To solve this problem, use the following:
.modal.fade { transition:opacity .3s linear; }
You can also solve it by forcing the modal to fade in without sliding.
windowClass: 'modal fade in'
Advertisements