CSS in latest dev
joetsuihk - April 4, 2008 - 16:28
| Project: | Tabbed Block |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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!

#1
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.
#2
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.
#3
#4
Automatically closed -- issue fixed for two weeks with no activity.