All open-source web files The Modding Community is able to provide.
Want to become a part of something awesome? Help us take modding to the next level @ ModdingCommunity.com!
Files - js/fixed_navbar.js and css/fixed_navbar.css.
Credits - Christian Deacon (@gamemann)
Written in JavaScript utilizing jQuery. When the user scrolls down and past the header, it makes the navbar fixed with a non-transparent background. The defaults in this application assume you're using IPS 4, but could easily be modified to do it anywhere.
Files - js/background_slideshow.js and css/background_slideshow.css.
Credits - Christian Deacon (@gamemann)
Written in JavaScript and partially utilizing jQuery. Code was used from Christian's older project, Browser.TF. Basically applies a random background image to a divider with the ID #bgimg
. You should have <div id="bgimg"></div>
and/or <div id="bgol"></div>
(if you want to add transparently).