Title: fixed position header?!?!
Last modified: August 19, 2016

---

# fixed position header?!?!

 *  [amaeria](https://wordpress.org/support/users/amaeria/)
 * (@amaeria)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/fixed-position-header/)
 * hey hey hey
    totally new to everything with css and wordpress and all but after
   a week of reading and studing forums here i am still stuck! how to make this 
   a menubar like this, [http://annalinnea.net/](http://annalinnea.net/)
 * i want it excatly the same, fixed at the top of the site always!
 * please please help someone would be so appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/fixed-position-header/#post-1153498)
 * Just create a standard menu in an unordered list and then either set each list
   item to `display:inline;` or `float:left;` using CSS.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/fixed-position-header/#post-1153535)
 * create in your header.php:
 *     ```
       <div id="header">
       html code and/or php for menu
       </div>
       ```
   
 * follow esmi on how to create the menu;
    then in the syle.css: `#header { position:
   fixed; top:0px; left:0px; z-index:100; }`
 *  Thread Starter [amaeria](https://wordpress.org/support/users/amaeria/)
 * (@amaeria)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/fixed-position-header/#post-1153584)
 * hey
    seems like it is working very fine now! thank you!
 * is there an extra coding to also make it work in IE?
    and is it the same code
   to also add the sidebar up there?
 *  Thread Starter [amaeria](https://wordpress.org/support/users/amaeria/)
 * (@amaeria)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/fixed-position-header/#post-1153614)
 * hm, actually seems like i do not manage to get the different widgets to be next
   to each other…
    have tried float:left or display:inline inside the css for the.
   sidebar but doesnt work…. is this where it should be added or does the display:
   inline go somewhere else?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘fixed position header?!?!’ is closed to new replies.

## Tags

 * [banner](https://wordpress.org/support/topic-tag/banner/)
 * [fixed position](https://wordpress.org/support/topic-tag/fixed-position/)
 * [header](https://wordpress.org/support/topic-tag/header/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [amaeria](https://wordpress.org/support/users/amaeria/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/fixed-position-header/#post-1153614)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
