Closed (fixed)
Project:
Zen
Version:
6.x-1.x-dev
Component:
IE Problems
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2008 at 16:41 UTC
Updated:
4 Oct 2008 at 21:12 UTC
I noticed in IE6 and IE7 that the mouse cursor showed as a text selection cursor when hovering over the tab span element. Firefox was fine.
The fix was to add a specific cursor definition in tabs.css:
ul.primary li a .tab
{
display: block;
height: 20px; /* 24px (parent) - 4px (padding) */
margin: 0;
padding: 4px 13px 0 6px;
border-width: 0;
line-height: 20px;
background: url(images/tab-right.png) no-repeat right -38px;
cursor: pointer;
}Should this live in the ie.css instead though?
Comments
Comment #1
buddaUpdate: the above fix only resolves IE7, not IE6.
Comment #2
windhamdavid commentedit fixed it in IE6 for me
Comment #3
johnalbinYeah, that fix works for me in both IE6 and IE7. Thanks, Mike! You’re been immortalized in the CHANGELOG. :-)
Fixed in DRUPAL-5: http://cvs.drupal.org/viewvc.py/drupal/contributions/themes/zen/ie.css?r...
Comment #4
johnalbinFixed.
http://drupal.org/cvs?commit=141325
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.