|
You need ap to place those buttons on top of head_GreatLobsterResturants.jpg unless you want to make that image a background of <header>
If your buttons are moving around when you resize your browser, you don't have the right element relative. Look in my example how I've set <header> to be position: relative;
That makes child ap elements take their position relative to <header> instead of the body of the document.
|