Heisenberg submitted a new resource:
You must be registered for see links
- Banners (aka Ribbons)vB Version: 5.x.x
This is part CSS and part module hack. It produces the effect of the Ribbons mod in vB4x. I call them banners in 5x.
You must be registered for see images attach
You must be registered for see images attach
In css_additional.css
Code:/* Start Banners */ .banner-image{ display: block; float:right; position:relative; [COLOR=#008000] top:-20px; right: -25px;[/COLOR] [COLOR=#0000FF] width: 64px; height: 64px;[/COLOR] } /* End Banners */
Then edit...
You must be registered for see links
Last edited:
