• Hy,

    there is an problem with the Internet Explorer. Directly after loading the page it says:
    unable to get value of property ‘left’

    I tracked it down to:
    daves-wordpress-live-search.js

    LiveSearch.positionResults = function() {
    
    	var topOffset;
    	var searchBox = jQuery('input:focus:first');

    To make it work it placed the following lines in:

    if(searchBox.length != 0) {
    }

    http://wordpress.org/extend/plugins/daves-wordpress-live-search/

  • The topic ‘Internet Explorer Problem with V3.0’ is closed to new replies.