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 */
}
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- jededitor@jededitor
jededitor - 0 likes
- DhrupDeScoop@Dhrup2000
DhrupDeScoop - 0 likes
You must log in to post replies.Thats the css.php file I presume?
yep.. just like the *first css for your top of page image overlap ;-)