I\'m having a and I want to make it\'s position: fixed. I\'ve added CSS rule position:fixed but after adding that the
and I want to make it\'s position: fixed. I\'ve added CSS rule position:fixed but after adding that the
position: fixed
position:fixed
In that case, you should define the width of your whose position is fixed. Let's say for example: .div { width: 80%; // or whatever you want to be the size } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
whose position is fixed. Let's say for example: .div { width: 80%; // or whatever you want to be the size } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
.div { width: 80%; // or whatever you want to be the size }