Distorted Navigation in IE7

  • Unknown's avatar

    On the home page of http://cascadecommunitywind.org/ , the menu seems constrained to the right hand margin, but only in IE7!

    Furthermore, it’s only doing this on my index page. This is because on the index page, the menu is defined as .Home in the style.css file, while the navigation on all other pages is listed as .Nav (and it is displayed fine on those pages). Entries for both Home and Nav are identical ( as far as I can see ). I tried removing the Home attributes to see what happened and it removes most of the the page formatting, but brings back the menu to its original size. So logic tells me that the problem might lie within the .Home attributes in style.css.

    Any help is greatly appreciated!

    Here is the menu call in home.php

    <div id="navigation"><ul class="menu" id="nav">
    
                <?php wp_list_pages('hide_empty=0&title_li='); ?>
    
            </ul>
           </div>

    I will post the Header.php code relating to the Nav later today

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I’m sorry but that blog is not a free blog from and being free hosted by wordpress.COM so we cannot help you with it here. The correct support forum to get support for that blog is where the support bot points to. > http://wordpress.ORG/support

  • The topic ‘Distorted Navigation in IE7’ is closed to new replies.