Hey!
I always use chrome browser when im surfing the web.
And i have put a Facebook icon under the "Home" button in the menu on the first page.
But when i surf the page in internet explorer the facebook icon is positioned behind the hole menu.
See pic. Where the red circle is, thats where i want to have it placed, and thats also were it is in chrome.
The code i use is:
<div id="main_navigation" class="jqueryslidemenu">
-
<li <?php if (is_front_page()){echo 'class="current_page_item"';} ?>
>">Start
<?php
wp_list_pages("sort_column=menu_order&exclude=$page_exclusions&title_li=");
?>
-
<ahref="http://www.facebook.com/lysegardensgk" target="_blank"><img
src="http://wordpress.lysegardensgk.se/wp-content/themes/infocus/images/icons/fbicon1b.png">
</div><!-- main_navigation -->
</div><!-- inner -->
</div><!-- header -->













