English 中文(简体)
IE 7 Debug Issue - mystery <li> indent on first line
原标题:IE 7 Debug Issue - mystery <li> indent on first line

我正在建立一个网站:www.vitaminj Design.com。

在IE7中,你将注意到,在脚步中,第1行清单项目被压缩了一点。 是否有任何人知道安保部确定我需要什么? THanks

最佳回答

选编<条码>代号:外在<条码>上 只用一种有条件的风格,因此只见E7。

BTW,在你整个网站的复印件中有许多打字,如果人们要严肃对待你的话,你就希望清除这些伤痕。

问题回答

您可以创建IE ha。 创建一种新风格(例如,ie子,cs),其内容如下(使用模类,使用你想要的东西):

.ie-hack ul {
margin-left: -5px;
}

You may need to change the value of the margin-left in the style. And in the footer, update the following code:

<ul id="info" class="ie-hack">

        <li class="header">Vitamin J Design</li>
        <li>a web & graphic design studio</li>
        <li><a href="mailto:info@vitaminjdesign.com">info@vitaminJ.com</a></li>
        <li>(609) 238-4513</li>
    </ul>

    <ul id="rfi" class="ie-hack">

        <li class="header" class="ie-hack">Ready To Get Started?</li>
        <li>Fill out our <a href="rfp.html">Request for Proposal</a> form and tell us a little bit about your proejct</li>
        <li style="margin-top:4px"><a href="cost.html">How Much Will My Site Cost?</a></li>

    </ul>

     <ul id="navigate" class="ie-hack">      
        <li class="header">Navigate</li>

        <li><a href="index.html">Home</a></li>
        <li><a href="about.html">About</a></li>
        <li><a href="work.html">Work</a></li>
        <li><a href="contact.html">Contact</a></li>
        <li><a href="blog">Blog</a></li>
    </ul>

在你标记的“头”部分,你需要添加以下内容:

<!--[if IE 7]> <link href="path/to/above/stylesheet.css" rel="stylesheet" type="text/css"> <![endif] -->

你们有不同的E7号文件。 当我装上IE的网页时,情况栏下有一个警告。 它抱怨没有在第55行第3行定义的<代码>cs_ims。 核对E类疾病的具体档案(我指的是MS认为 s合物错误的内容)。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签