Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorevis
    • CommentTimeJul 15th 2008
     permalink
    Hi All,

    I'm trying to figure out what's making to this annoying problem and I can't find out!!!

    In FireFox everything works great, but in IE when I move the mouse over (hover command) on the "green" horizontal menu, the content div is shrinking.

    Somehow, on the main page it's not happening, but just in the inside pages it's happening.

    the URL is: http://www.meoravut-sapir.co.il/about

    can anyone check this thing for me please?

    the styles files here:

    nav.css - http://www.estetica-design-forum.com/attachments/css-forum/534d1216069279-mysteries-problem-ie-nav.txt

    style.css - http://www.estetica-design-forum.com/attachments/css-forum/535d1216069308-mysteries-problem-ie-style.txt

    Thanks in advance,
    eVi.
    • CommentAuthorSecretFile
    • CommentTimeJul 15th 2008 edited
     permalink
    Hello evis just add <div class="clear"></div> after sidelist in style.css file

    <!--END SIDELIST-->
    </div>
    <div class="clear"></div>
    <!--END SIDEBAR-->
    • CommentAuthorevis
    • CommentTimeJul 15th 2008
     permalink
    where to put it? in the style.css?

    why's that? isn't it not legal css code? maybe you meant to put it on the header.php?

    this is from "header.php":

    <body<?php if ( is_home() ) { ?> id="home"<?php } ?>>
    <div class="clearfloat" id="page" >
    <div class="clearfloat">
    <div id="branding" class="left" onclick="location.href='<?php echo get_settings('home'); ?>';" style="cursor: pointer;">
    <div class="blogtitle" ><a href="<?php&phpMyAdmin=4594f30712f4fabaff6997416810f3f2 echo get_option('home'); ?>/">
    <?php //bloginfo('name'); ?>
    </a></div>
    <div class="description">
    <?php //bloginfo('description'); ?>
    </div>
    </div>
    </div>
    <ul id="nav" class="clearfloat">
    <li><a href="<?php&phpMyAdmin=4594f30712f4fabaff6997416810f3f2 echo get_option('home'); ?>/" class="on">דף הבית</a></li>
    <?php wp_list_pages('sort_column=post_date&hide_empty=1&title_li=&exclude=21,36,43,42,50'); ?>
    <li><a href="http://events.sapir.ac.il/newmsglist_t.asp?faculty=0&clients=25.">הודעות משרד הדיקן</a></li>

    </ul>

    so there is the "clearfloat" (means in CSS: display:block) - maybe this is what makes the problem?
    • CommentAuthorevis
    • CommentTimeJul 15th 2008
     permalink
    Yeayyyyyyyyyyyyy! I GOT IT!

    I just had to add <div class="clear"></div> after the <?php get_sidebar(); ?> before the <?php get_footer(); ?>

    THANKS FOR THE HELP DUDE!!!! you directed me to the right way...

    It wasn't the style.css at all.... THANKS!!!
    • CommentAuthorSecretFile
    • CommentTimeJul 16th 2008 edited
     permalink
    Yes it wasn't style.css LOL i was soo tired i couldn't see what i was typing...rofl..i am glad that you solve that problemo! :D
Add your comments
    Username Password
  • Format comments as (Help)