Closed (fixed)
Project:
Tabbed Block
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2008 at 16:28 UTC
Updated:
19 Apr 2008 at 04:11 UTC
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
Comment #1
joetsuihk commentedorg. 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.
Comment #2
iub98 commentedFixed. 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.
Comment #3
joetsuihk commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.