作业帮 > 英语 > 作业

position fixed 相对于什么定位?

来源:学生作业帮 编辑:作业帮 分类:英语作业 时间:2024/05/16 15:09:57
position fixed 相对于什么定位?
定位:固定定位本例演示如何相对于浏览器窗口来对元素进行定位.
给你个例子
p.one
{
position:fixed;
left:5px;
top:5px;
}
p.two
{
position:fixed;
top:30px;
right:5px;
}
一些文本.
更多的文本.