Closed (fixed)
Project:
Basic
Version:
6.x-2.4
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2009 at 21:42 UTC
Updated:
27 Jun 2009 at 05:00 UTC
Jump to comment: Most recent
Hi there.
I've just grabbed the latest version for a new project and with the vanilla 6.x.2.4 in Drupal 6.12.
In Safari (v.4) and Firefox 3, the background image on ul.primary (tab-bar.png) is pushed down around 10pixels. This seems to be caused by the display:table; in in tabs.css:
ul.primary , ul.secondary{
display:table;
width:99%;
}Removing it resolves the issue in FF 3 and Safari. I've checked it in IE6, 7 & 8 and can see no issues caused by getting rid it. Although I'm sure it's there for a reason.... :)
*breaks everything*
Comments
Comment #1
Anonymous (not verified) commentedVery strange indeed, I don't even remember adding this.. I always avoid non valid css... oh well, it's fixed in DEV and will be in the soon to be 2.5
Thanks !