hello on new wesbite created in artisteer have smart flash header module running. these slideshows on left , @ top of website:
http://ajmer.pl/test
when try move left slider left margin property top slider moves don't want
i have property in css responsible styling both sliders:
[id^="sfh"]
{visibility:visible!important;
float: left;
margin-bottom: -1px;
margin-left: -5px;
margin-top: 0px;
outline: medium none;}
how create separated style each of them?
so move left slider , keep top 1 steady?
http://ajmer.pl/test
when try move left slider left margin property top slider moves don't want
i have property in css responsible styling both sliders:
[id^="sfh"]
{visibility:visible!important;
float: left;
margin-bottom: -1px;
margin-left: -5px;
margin-top: 0px;
outline: medium none;}
how create separated style each of them?
so move left slider , keep top 1 steady?
probably try use module class suffix. review of document http://docs.joomla.org/module_class_suffix , links within document of help.
Comments
Post a Comment