开发者

How to create transparent navigation bar like in new twitter?

开发者 https://www.devze.com 2023-03-01 02:53 出处:网络
I want to add navigation bar at the top side of my web site like in new twitter design. How can I add it? (p开发者_StackOverflow中文版lease see example below...)

I want to add navigation bar at the top side of my web site like in new twitter design. How can I add it? (p开发者_StackOverflow中文版lease see example below...)

How to create transparent navigation bar like in new twitter?


There is a div called top-stuff. It has the following css:

#top-stuff {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}
0

精彩评论

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