我刚刚开始开发一个新的网站,我有一些问题。 http://web12.leankursus.dk/“rel=“nofollow”http://web12.leankursus.dk/。
But I do have some CSS questions:
(1) 为什么仅仅适用于“OMOS”和“KONSULENT”而不是其他联系。
(2) 为什么黑人“TESTIMONIALS”如此广泛?
3) “PESPOERGSEL” 这里有许多白色空间。 你们是否知道为什么?
非常感谢。
我刚刚开始开发一个新的网站,我有一些问题。 http://web12.leankursus.dk/“rel=“nofollow”http://web12.leankursus.dk/。
But I do have some CSS questions:
(1) 为什么仅仅适用于“OMOS”和“KONSULENT”而不是其他联系。
(2) 为什么黑人“TESTIMONIALS”如此广泛?
3) “PESPOERGSEL” 这里有许多白色空间。 你们是否知道为什么?
非常感谢。
(1) 一切照样:
#header #tag-cloud #community {
color: #A7A6A6;
}
此前:
#header #tag-cloud a:hover {
color: #F46446;
}
你的纽带将具有独特的颜色,但你在 h上的所有联系都将有同样的色。 这是否有意义?
2) 这里的证言如此广泛:
#header #testimonials {
width: 300px;
float: right;
}
3) 显示您的联系,作为组成部分:
#header #tag-cloud .tiny-text {
font-size: 0.6em;
display: block;
float: left;
}
我希望它能帮助!
你们两度使用id子“证言”。 参看这一点。 自己没有受到考验。 姓名必须是一页上的一个要素所独有的。
EDIT:但是,在刚刚到来之后,也许不是问题,而是仍然需要解决。
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!