English 中文(简体)
重整1页上多个散射集装箱的背景图
原标题:Resize 1 background image for multiple div containers on a page

我有一个超高背景图像,需要把一个页、100%高/宽的3个箱子的背景情况加以扩大。 这是可能的吗?

NOT 1 整个网页背景。

页: 1

我愿向所有这些小区分配“后向”等级,并且有1个背景图像,根据四级的大小使用这一等级。 如果它看起来稍有扭曲,那么它就是一个广场,而它的ok则稍有扭曲。

FYI——这是一个小组页的不间断布局。

最佳回答

我不知道你们的浏览器限制,但有一个称为<条码>的CSS3地产。 您仅将这一条放在<条码>背后尺寸:100%<>>。

问题回答
.background img {
    height: 100%;
    width: auto;
}

这将使图像检索能够适应四舍五入的高度,即100%的高度和安放;自然地用宽度:auto。





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签