hi,
i want to use the tabs and i need to change the background-image for each tab by css
i use b. e. this css, but nothing change
.tabcontainer .tab_counter_0 {
background-image: url(xxx.gif);
}
how it is possible to change the background-image for each tab?
Thanks
Hey!
You want to apply a background image to the tab title or to the tab content?
Best regards,
Josue
i want to change the background-image for each tab-titel.
best regards
Guido
Hey!
The tab_counter rule should work, try adding !important:
.tab_counter_0 {
background-image: url(xxx.gif) !important;
}
Regards,
Josue
hi Josue,
thanks, that functioned.
regards
Guido