/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* fixed header */ BODY.front #twocols { margin-top: 62px; z-index: 10; } #header { position: absolute; top: 0px; left: 0px; z-index: 1000; position: fixed; background: url(images/topbg3.png) top center repeat-x; } #header-core { width: 960px; margin-left: auto; margin-right: auto; position: relative; } BODY { background-image: none; }