The
Available flags are:
Well, in my case, when I tested my code to all browsers, there was no problem, except from Internet Explorer:-(
I had a div (class=box_details) with height 306px, which should be higher in IE. So, I wrote the following code and the problem was solved:-)
$.browser
property provides information about the web browser that is accessing the page, as reported by the browser itself. It contains flags for each of the four most prevalent browser classes (Internet Explorer, Mozilla, Webkit, and Opera) as well as version information. (http://api.jquery.com/jQuery.browser/).Available flags are:
- webkit (as of jQuery 1.4)
- safari (deprecated)
- opera
- msie
- mozilla
Well, in my case, when I tested my code to all browsers, there was no problem, except from Internet Explorer:-(
I had a div (class=box_details) with height 306px, which should be higher in IE. So, I wrote the following code and the problem was solved:-)
Δεν υπάρχουν σχόλια:
Δημοσίευση σχολίου