English 中文(简体)
当高点增加时,图像就消失了。 为什么?
原标题:Images disappear when the height is increased. Why?

我试图放下一页,但当我把持单人的形象改变到将要使用的一米时,新一页就消失了。

两种图像的宽度相同,其高度不同。 我是否需要改变风格或源代码?

风格代码是:

#intro .story{
    background: url (images/LAYER2 TEXT RIGHT.png) 50% -0px no-repeat fixed;
    height: 3798px;
    position: relative;
    width: 1024px;

在源代码中,它仅被置于以下位置:

</head>
<body>
<div id="intro">

因此,那里没有任何真正特殊的情况。

最佳回答

您应从图像名称中删除额外空间。

#intro .story{
    background: url("images/LAYER2-TEXT-RIGHT.png") 50% 0px no-repeat fixed;
    height: 3798px;
    position: relative;
    width: 1024px;
问题回答

这个问题可能出现在你们的安保部。 <代码>#intro .story 是该元件的选用人,其类别名称为“历史”,即该元件的“随身”儿童。

由于你没有展示 in子,我假定你打算将图像应用于 d子。

如果这不是问题,那么,如果你能直接接触这一形象,你是否能够把新形象装上你的浏览器? 换言之,你是否确保你正确描述姓名,图像出现在你指定的地点?

由于您的其他持股人的工作量,这意味着新持有人可能无法正确提及。 你可以尝试用几幅不同规模的图像来更多地了解这个问题。





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

热门标签