English 中文(简体)
1. 头目背景
原标题:header background color and size

我的头脑是,我正在努力工作,而我只去做正确工作的菜单,但现在我无法适当工作。

头盔位于www.g-evo.com/header.php上,我想要做的是将灰色缩小到很小的轨道上,这样它就会与原木更加 flu。 然而,我仍希望将这些彩色箱留在白色。

社会保障局认为:

<style type="text/css">
#header-container {
    /* centering for IE */
    text-align: center;

}
#menu {
    width: 950px;

    /* centering for other browsers */
    margin: auto;
}
#logo {
    width: 950px;
    /* undo text-align on container */
    text-align: left;
    /* centering for other browsers */
    margin: auto;
    border-style:hidden;
    border-width: thick;
}
body {
    width: 950px;

    /* undo text-align on container */
    text-align: center;
    /* centering for other browsers */
    margin: auto;

}

#headercolor {
    background-color:#EEEEEE;
}



</style>

Thank you

最佳回答

我认为,这实际上是你们的HTML印,而不是你们的社保。 您有两条<代码>#logo divs (,作为副注,你只使用每页的每份识别资料,其中第二页是你提到的超光空间。

您应将<代码>/标题_media/GTextured.png和/header_media/shapeimage.png/code>放在同一 div中,并相互调和,以解决这个问题。

问题回答

对于开端人来说,你在同一页上对两个不同的项目重新使用“logo” ,这不正确,因为每个要素的识别特征应当是独特的。

On the other hand, I don t really understand what you want, but if it s just to get the menu a bit closer to the logo, I d add a class or change the id for the second div with the logo ID and set it a height of 20px, or so..





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...