English 中文(简体)
二、背景图
原标题:Background image not repeating vertically

如果你向这一页底部——。 - 你们看到,白人背景和影子在接近尾声。

This is the image file that I want to repeat vertically: http://dev.socialadr.com/mod/theme_simplebluewhite/graphics/theme_contentback.gif

The CSS file being used is: http://dev.socialadr.com/_css/css.php

我认为,这页是需要修改的:

#page_wrapper {
    width:1014px;
    margin:0 auto;
    padding:0;
    min-height: 300px;
    background: url(http://dev.socialadr.com/mod/theme_simplebluewhite/graphics/theme_contentback.gif) repeat-y center top;
    height:100%;
}

我尝试了几吨不同的物品,阅读了其他斯纳克冲奥维尔站,了解类似问题,但对于我来说,我无法工作。

任何想法?

Thanks! Kane

最佳回答

Try quotes around the URL:

background: url( http://dev.socialadr.com/mod/theme_simplebluewhite/graphics/theme_contentback.gif ) repeat-y center top;
问题回答

你们的住家社会保障局并不包括你过去法典中提供的重复财产。

此外,你的形象档案非常庞大。 由于图象是设计的,图像高应是一个高潮。

你们还应把图像分成两部分,并把它们作为两个不同内容的背景。 抹去目前的形象将包含与玉米的箱顶部分,这不是你想要的东西。 只把玉米作为一个因素的背景,然后是另一个重复因素的无能形象。





相关问题
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!

热门标签