如何制作 CSS - 角度图像 +背景?高度 - 100% 还是自动?
我已经制作了很多次CSS,但没有成功并且出现了很多故障......
我将显示图片 - 故障:
看图片 - http://beta.areku-developstudio.org.ua/ new.png
查看图片(这是必要的,因为质量更好):
参见图片2 - http://beta.areku-developstudio.org.ua/new2.png
如何制作CSS - 角度图像+背景?高度 - 100% 还是自动?
HTML 示例:
<div id="conteiner" class="main">
<div class="top_left_corner">
<div class="top_right_corner">
<div class="bottom_left_corner">
<div class="bottom_right_corner">
<div id="content">
<br/><br/>
Hello Areku<br/>
Hello Areku<br/>
</div>
<br/><br/>
</div>
</div>
</div>
</div>
</div>
选择其他方式来制作 CSS + HTML。 jQuery 可以吗?我正在等待答案...
真诚的,阿雷库!
I have already made CSS a lot of times, but did not work and a lot of glitches ...
I will show picture - glitch:
See picture - http://beta.areku-developstudio.org.ua/new.png
See picture (this is necessary, as better quality):
See picture2 - http://beta.areku-developstudio.org.ua/new2.png
How to make CSS - angles-image + background? And height - 100% or auto?
Sample HTML:
<div id="conteiner" class="main">
<div class="top_left_corner">
<div class="top_right_corner">
<div class="bottom_left_corner">
<div class="bottom_right_corner">
<div id="content">
<br/><br/>
Hello Areku<br/>
Hello Areku<br/>
</div>
<br/><br/>
</div>
</div>
</div>
</div>
</div>
Choose other ways to make CSS + HTML. Can jQuery? I am waiting for an answer ...
Sincerely, Areku!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过在各种元素上创造性地使用背景属性来实现这一点:
然后 CSS 将如下所示:
You could do that with some creative uses of the background property on your various elements:
Then the CSS would be as follows: