我正在建立一个网站:www.vitaminj Design.com。
在IE7中,你将注意到,在脚步中,第1行清单项目被压缩了一点。 是否有任何人知道安保部确定我需要什么? THanks
我正在建立一个网站: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合物错误的内容)。
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....
I have a div <div id="masterdiv"> which has several child <div>s. Example: <div id="masterdiv"> <div id="childdiv1" /> <div id="childdiv2" /> <div id="...
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. ...
<form><input type="file" name="first" onchange="jsFunction(2);"> <input type="file" name="second" onchange="jsFunction(3);"</form> Possible to pass just numbers to the js ...
So I ve got a menu with a hover/selected state and it loads fine in IE6/IE7. However when I scroll down the page and put the element outside of the viewport and then back in I get a broken image! I ...
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 ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
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!