gpt4 book ai didi

asp.net - 在背景图片上写文字

转载 作者:可可西里 更新时间:2023-11-01 13:39:54 29 4
gpt4 key购买 nike

我看过类似的问题,但我还是卡住了。

我正在使用 MSVWD10 在 ASP 中编写网站。仅对于 1 页,我想要一个 960x700px 的图像,上面显示文本。此文本会经常更改。我试图在 CSS 中设置它,但图像似乎在复制自己。

这是 CSS。

#about 
{
background: url(img/about.jpg) no-repeat 0 0;
text-align: center;
background-color: #888888;
width: 960px;
min-height: 685px;
position: relative;
margin: auto;
}

我需要在内容页上设置一个div吗?

最佳答案

像这样的事情应该让你开始:

HTML

<div id="outer"><div id="inner">Some text</div></div>

CSS

#outer{background:#ff0022;Text-align:center;width:200px;min-height:200px;}
#inner{margin:auto;}

您可以在此处查看实际效果:http://jsfiddle.net/rvn5M/

关于asp.net - 在背景图片上写文字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5924667/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com