Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Need help optimizing new widget area CSS (http://forum.bytesforall.com/showthread.php?t=7506)

Wimbledon Jun 9, 2010 06:46 PM

Need help optimizing new widget area CSS
 
Hello everyone,

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;
}



All times are GMT -6. The time now is 07:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.