September 3, 200917 yr Hey I had a problem with IE8 and 6, Don't know about 7. The problem was worse of 8. What happens is it views fine in all browsers: Firefox, safari, chrome. But not in ie. This is the code: <?php if(!function_exists('dynamic_sidebar') || !dynamic_sidebar()) : ?> <div class="widget"> <h2 class="rightheader">Search</h2> <?php get_search_form(); ?> </div> <div class="widget"> <h2 class="rightheader">Archives</h2> <?php wp_get_archives(); ?> </div> <?php endif; ?> Like I have said it works fine in the 3 browsers and if I take out this code it works in IE. If I leave it in it moves my sidebar and the footer is shifted down.
September 3, 200917 yr you need to add a ie hack, it happens on my blog too.. its called the 3 pixel hack as ie hads an extra 3 pixels to margins http://www.positioniseverything.net/articles/ie7-dehacker.html
September 3, 200917 yr Wordpress often inserts several CSS classes/ID's to the code so check there are no conflicts with your naming.
September 3, 200917 yr the code he has above is the code wp shows, .widget is the class all widgets get given
September 3, 200917 yr Author Sorted it It was a conflict with the functions.php file Thanks anyways!
Create an account or sign in to comment