margin-right在IE中不起作用

时间:2013-05-28 20:17:42

标签: html css

所以问题是导航栏在Internet Explorer中没有向右延伸得足够远。它需要从pagewrapper出来.5 em。这在chrome中完美运行(就像一切一样)。但IE左边缘的作品可能会从左边开始.5em但是边缘右边没有任何作用......如果我需要添加或删除任何内容,请告诉我。

<body style="background-image: url(../images/backgroundImage.jpg)">
    <div id="pageWrapper">
        <div id="header">
            <center>
                <img id="logo" src="../images/oliverLogo.png" alt="" />
            </center>
        </div>

        <div id="navbar">
            <div id="navbarLinks">
                <center>
                    <a href="index.html" style="color: #44BD45">Home</a>
                    <a href="farmhouseb&amp;b.html">Farmhouse B&amp;B</a>
                    <a href="barnlodge.html">Barn Lodge</a>
                    <a href="activities.html">Activities</a>
                    <a href="location.html">Location</a>
                    <a href="contact.php">Contact Us</a>
                </center>
            </div>
        </div>

#navbar
{
    height: 100%;
    margin-left: -.5em;
    margin-right: -.5em;
}

0 个答案:

没有答案