Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

CSS Header...

Status
Not open for further replies.
Something like this should work:

#TopBar {
width: 100%; < change this to whatever value you need
height: 20px; < change this to whatever value you need
position: fixed;
top: 0;
}

Google "position: fixed;" for some examples.

-Ben
 
Optionally you could also put a padding on the wrapper div or body to move the page down by the height of the fixed div to make the header flush with the bottom of the fixed div

#topBar {
width:100%;
height: 3em;
}
BODY {
padding-top: 3em
}
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

Latest Comments

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom