阅读背景:

背景图像在右边和左边

来源:互联网 

How do I get this to work?

我怎么让它工作呢?

<html>
<head>
<style type="text/css">
.left
{
float: left;
background-image: url('image_with_variable_width.png');
background-repeat: repeat-y;
}
.right
{
float: right;
background-image: url('image_with_variable_width_flipped.png');
background-repeat: repeat-y;
}
</style>
</head>
<body>
<div class="left"></div>
<div class="right"></div>
</body>
</html>
<html>



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: