开发者

How to prevent iframes from overlapping with fixed content?

开发者 https://www.devze.com 2023-03-24 16:43 出处:网络
I have a fixed bar on the top of my site, when I scroll all \"like\" buttons and similar overlap with it.

I have a fixed bar on the top of my site, when I scroll all "like" buttons and similar overlap with it.

How can I prevent it from happening?

You can see what my problem 开发者_JAVA百科is here:

http://chusmix.com/chusmix/?ciudad=Buenos%20Aires


I'm assuming the fixed bar is floated, have you tried changing the z-index of the bar to something like 9999?

0

精彩评论

暂无评论...
验证码 换一张
取 消