Always shrinking the header

Started by nexus4, November 14, 2005, 03:46:34 PM

Previous topic - Next topic

nexus4

For anyone who wants to simply remove the header (as in, what the default upshrink button does), the default template code is nicely written to make this easy.  I'm posting this because the in searching the forum, the only suggestion I found was to modify the code, which is a waste, because you can do it easily in your css.

Just add

#upshrinkHeader, #upshrink {
  display: none;
}


to you css, and poof, no more header or upshrink button.

Keywords: upshrink, upshrinkHeader, display, remove, header

GM


John


Advertisement: