html - How to add a woothemes like notification bar? -



html - How to add a woothemes like notification bar? -

i add together fixed notification bar (like yellowish 1 here) on website: http://balloonup.com. tried set followings after body:

<div id="notification-wrapper" style="border-bottom: 1px solid #c69a00; background-color: #fef28f;top:0; position: fixed;z-index: 99999;width: 100%;"> <em>hello world!</em> </div>

unfortunately, yellowish bar overlaps header.

any idea?

in woothemes illustration they've pushed downwards first content box (#top) through margin-top height of "notification bar" @rockinthesixstring wrote.

html css notifications wordpress-theming

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -