I created a new widget area to store a Lijit search widget. I then moved the widget to the right side of my page menu bar using CSS. Everything looks perfect in all browsers except I.E.
Site: http://bit.ly/aT8IKt
How would you change my CSS insert so the site in I.E. doesn't have all that extra space?
Relevant CSS:
Code:
/* Used to create the space for the 2 ad spaces */ div#menu1 { margin-bottom: 30px; } /* Used to move the search widget to the right side of the page menu bar */ div#lijitsearch.bfa_widget_area{ margin-top: -161px; margin-left: 820px; z-index: 51; margin-bottom:95px; }