fix a banner on top of my Tumblr -


i don't know html , having basic idea changing colors, place element in left or right place etc. on internet made custom tumblr code me, @ time didn't ask header/banner thing stay fixed @ top images scroll not scrolling. here code, tried changing achieve desired functionality no luck. hope can me. thank you. !!

#container {      margin: 0 auto;     width: 741px; }      small {     font-size: 12px; }      blockquote {     border-left: 3px solid #eeeeee;     margin: 0 0 0 15px;     padding-left: 10px; }   #header {      border-bottom: 1px solid #eeeeee;     margin-top: 0;     height: 100%;     width: 741px; }  .banner {      background-color: {color:banner background};     height: 100%;     padding: 10px 0;     max-width: 741px; }  .banner img {      max-width: 741px;     height: auto; } 

and page one: www.elebenty.tumblr.com

if want keep header stay in same spot (so can still see when scroll down page), changed position fixed. #header css become:

#header {     position: fixed;     border-bottom: 1px solid #eeeeee;     margin-top: 0;     height: 100%;     width: 741px; } 

i'm not hundred percent sure you're asking, hope helps.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -