Share: New schema menu with .current classes and images before and after the .current links
So i just made this XSLT to use for a client website that i wanted to share with whoever might find it useful. I'm not that much into XSLT, so there might be more clever ways to do this, but it works.
Basically it consists of a stand alone "Home" link and then the other links generated through the Umbraco Backend. It has .current classes with images around those to make a nice rounding effect on the active link. Obviously this can be done with CSS 3.0, but i in this case i needed something more simple that was cross-browser compatible.
Used with Umbraco 4.7 and works with IE7 IE8 IE9 Firefox and Chrome.
Share: New schema menu with .current classes and images before and after the .current links
So i just made this XSLT to use for a client website that i wanted to share with whoever might find it useful. I'm not that much into XSLT, so there might be more clever ways to do this, but it works.
Basically it consists of a stand alone "Home" link and then the other links generated through the Umbraco Backend. It has .current classes with images around those to make a nice rounding effect on the active link. Obviously this can be done with CSS 3.0, but i in this case i needed something more simple that was cross-browser compatible.
Used with Umbraco 4.7 and works with IE7 IE8 IE9 Firefox and Chrome.
Enjoy!
XSLT:
CSS:
is working on a reply...