BassMan
Well-known member
BassMan submitted a new resource:
QuickSearch in Header - Move QuickSearch to header and style it
Read more about this resource...
QuickSearch in Header - Move QuickSearch to header and style it
Tiny little "guide" how to move QuickSearch to header and style it.
*I wanted this for my forum and thought it might help someone. That's why I publish this.*
Put the code in EXTRA.css:
Code:/* START - QuickSearch in Header */ #QuickSearch { top: -103px !important; background-color: transparent !important; } #QuickSearch.active { background: #176093; /* Old browsers */ background: -moz-linear-gradient(top, #176093 0%, #60abf8 39%, #ffffff 80%); /* FF3.6+ */ background:...
Read more about this resource...