Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #205340

    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

    #205389

    Hey!

    You want to apply a background image to the tab title or to the tab content?

    Best regards,
    Josue

    #205535

    i want to change the background-image for each tab-titel.

    best regards
    Guido

    • This reply was modified 10 years, 2 months ago by webop_germany.
    #205650

    Hey!

    The tab_counter rule should work, try adding !important:

    .tab_counter_0  {
    background-image: url(xxx.gif) !important;
    }

    Regards,
    Josue

    #205774

    hi Josue,

    thanks, that functioned.

    regards
    Guido

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘each tab another background-images by css’ is closed to new replies.