• When I view my website (www.revivemi.com/v2), my search bar is all the way to the right of the page. This makes the user scroll over to side if they want to search for something. On the other hand, when I load my site up in Firefox, there is no problem at all.

    Any help on this??

Viewing 4 replies - 1 through 4 (of 4 total)
  • may be as simple as an unclosed `<div>’

    Thread Starter revive6

    (@revive6)

    It has been closed, but no changes in the layout when viewed in IE. The author of this layout (wpshoppe.com) has the same layout and when viewed in IE he doesn’t have this problem at all.

    Revive6,
    I was pulling my hair out with the same problem. Look in the ie.css file. You’ll see:

    #searchdiv {
    #margin-left: 398px; /* IE 7 hack */
    _margin-left: 365px; /* IE 6 hack */
    }

    I changed it to :

    #searchdiv {
    #margin-left: 200px; /* IE 7 hack */
    _margin-left: 365px; /* IE 6 hack */
    }

    It now looks just fine in ie7.

    I hope this helps.

    Not sure if this theme has been changed, but we’re using this as our default theme on a WPMU install, and these are the values that made for fairly consistent placement of the Search box in IE6, IE7, and Firefox 3.5.

    #searchdiv {
    	#margin-left: 635px; /* IE 7 hack */
    	_margin-left: 590px; /* IE 6 hack */
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Internet explorer viewing problem’ is closed to new replies.