Bezoeker
12-12-2013, 07:19 PM
1) Script Title: Ajax Tabs Content Script (v 2.2)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
3) Describe problem: Is it possible to attach several (gifs) to eich css tab? Tried to use a class:
<li><a href="#" rel="menu9" class="color">urgent</a></li>
.indentmenu ul li a.urgent {
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(urgent.gif) center center repeat-x;
}
It flashes ones with the selected gif and then it is like the default gif.
Is this possible?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
3) Describe problem: Is it possible to attach several (gifs) to eich css tab? Tried to use a class:
<li><a href="#" rel="menu9" class="color">urgent</a></li>
.indentmenu ul li a.urgent {
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(urgent.gif) center center repeat-x;
}
It flashes ones with the selected gif and then it is like the default gif.
Is this possible?