Topicstarter
hey,
i added some line of code to fix the position of the #base-mainheader
#####################
var mainheader = $("#base-mainheader-container");
var submainheader = $("#base-submainheader");
var content = $("#content");
if(mainheader.size()){
mainheader.css("position", "fixed");
}
if(submainheader.size()){
submainheader.css("top","36px");
}
if(content.size()){
content.css("top","36px");
}
####################################
BrainFooLong
Administrator
Hi!
I show this feature some people and we came to the conclusion that its more annoying than it helps.
But thanks for the request.
Greetz