开发者

How to create transparent navigation bar like in new twitter?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜