Small tip to fix the topbar to the top of the window.

Fix your topbar to the top of the page. (stays while scrolling).

 

Find these classes and replace with provided changes.

 

#page_container {

margin:0;

padding:0;

position: relative;

top: 18px;

}

 

#elgg_topbar {

background:#333333 url(<?php echo $vars['url']; ?>_graphics/toptoolbar_background.gif) repeat-x top left;

color:#eeeeee;

border-bottom:1px solid #000000;

min-width:998px;

position: fixed;

width:100%;

height:24px;

z-index: 9000; /* if you have multiple position:relative elements, then IE sets up separate Z layer contexts for each one, which ignore each other */

}

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking