moved issue, original issue:

I'm trying to switch to the background(tab.png) Under the line '/*use this and DO NOT USE the above css in case you use image as tabs background.*/ ' , I needed to change .block-tabbed_block .tabs-nav a to .block-tabbed_block .tabbed_block-nav a to get the background to show. The problem now is that when hovering or tabs that have been selected, the background does not change to white. Any assistance would be appreciated.

By the way, I love the effects feature...Thanks!

Comments

joetsuihk’s picture

org. link: http://drupal.org/node/233766

thanks for the appreciation~

in FF? try to use firebug to debug css.
as used theme greatly affects these css issues,
please give more information, or even the site link for better help.

iub98’s picture

Component: User interface » Code

Fixed. Again, the problem I was having related to using images as tabs for the background. When I configured the CSS(tabbed_block.css) to use images, I needed to do two things:

**Under the line '/*use this and DO NOT USE the above css in case you use image as tabs background.*/ ' , I needed to change .block-tabbed_block .tabs-nav a to .block-tabbed_block .tabbed_block-nav a to get the background to show.

** In order to get hovering and selected tabs to have an alternate background(white), I needed to remove the comment from this line: background-position: 0 -50px;

After I made those two changes, the images worked as advertised.

joetsuihk’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.