<style>
.container{
width:500px;
}
.left{
width:250px;
}
.right{
width:250px;
}
</style>
<p class="container">
<p class="left"></p>
<p class="right"></p>
</p>
如何添加一个水平拖动条,通过拖动条来控制内部两个p的宽度,恳请大神指点
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
不知道你要的是不是这种:
<!DOCTYPE html>