Elxis CMS Forum

Extensions => Modules => Topic started by: datahell on February 27, 2010, 20:49:45

Title: Tab slider
Post by: datahell on February 27, 2010, 20:49:45
Module Tab Slider just released. The module slides 3 tabs.

(http://wiki.elxis.org/images/8/8b/Tab_slider_module.jpg)

Download Tab slider (http://www.elxis-downloads.com/com_downloads/sliders-scrollers-tabs/237.html)
Tab slider user manual (http://wiki.elxis.org/wiki/Tabslider)
Title: Re: Tab slider
Post by: de-active on March 16, 2010, 21:42:02
This looks pretty useful but I do have a question, is it not possible to change the three default tab colours of black, red and blue? These colours do not match the rest of my site.

Thanks and again looks great, useful too.
Title: Re: Tab slider
Post by: datahell on March 16, 2010, 23:46:36
Of course it is. Just play with the module's css/images.

modules/mod_tabslider/tabslider.css

example:
ul#tabslider_tabs_black li a.current {
     text-decoration: none; background: transparent url(tab-black.png) 100% 50% no-repeat;
}