fixed Header
-
Hellow i have a question
i have a header on this site that is fixed. this is ok but i need it to be above the menu and first post.
here is the code
`/* begin Header */
div.art-header{
margin: 0 auto;
margin-top:-15px;
position: fixed;
top:225;
z-index: 100;
width: 1094px;
height: 225px;
overflow: hidden;
}div.art-header-png
{
position: absolute;
z-index: 100;
top: -225;
left: 0;
width: 1094px;
height: 225px;
background-image: url(‘images/header.png’);
background-repeat: no-repeat;
background-position: center center;
}/* end Header */
thanks in advance for helping me
1 reactie aan het bekijken (van in totaal 1)
1 reactie aan het bekijken (van in totaal 1)
- Het onderwerp ‘fixed Header’ is gesloten voor nieuwe reacties.