Closed (fixed)
Project:
B7
Version:
5.x-1.0
Component:
Style
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
29 Jan 2007 at 02:05 UTC
Updated:
20 Jan 2021 at 17:43 UTC
Jump to comment: Most recent
Comments
Comment #1
ajayg commentedIt does not happen in IE6. But can confirm it happends in Firefox.
Comment #2
bradlis7 commentedIn the default css with drupal, it has a border on the tbody element. Firefox evidentally adds the tbody element to all tables by default, so that's why it shows up. I've noticed this before, but haven't gotten around to changing it. You could put this in base.css as a temporary fix:
Comment #3
Anonymous (not verified) commentedThanks, I tried the temp fix but still saw the same issue in both Firefox and Safari. So I dug through the modules/system .css files and found "tbody {border-top: 1px solid #ccc;}" in system.css. I commented out that piece and it works fine now. Thanks for the pointer!
Comment #4
bradlis7 commentedShould be in the 1.2 package in a little while.
Comment #5
(not verified) commented