Closed (fixed)
Project:
Toolbar
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
17 Dec 2010 at 12:48 UTC
Updated:
3 Jan 2014 at 02:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mirabuck commentedAttached a patch.
Comment #2
mirabuck commentedAlthough, I suppose with that approach you loose the persistent toolbar at top of screen. Maybe position:fixed; for all browsers and position:absolute; just for IE6 ?
Comment #3
dankh commentedHi,
I didn't jumped into this report since the beginning, because I'm not very good at CSS and also I have no means to test under IE6. The persistent toolbar feature has been taken from admin_menu CSS, I'll look again if they have the same issue (and maybe a fix).
Thank you for reporting this.
Comment #4
baff commentedsubscribe - Zen subtheme
Comment #5
baff commentedHallo dankh!
Did you check the admin_menu CSS ?
Comment #6
dankh commentedI have no means to test IE6, if you come up with solution I can test it under the other browser and commit it. Which version of admin_menu 3.x or 1.6 ?
Comment #7
dankh commentedPlease test, I haven't tested Firefox Windows and Safari. Patched version 6.x-2.x . For the different themes and admin_menu is this issue only IE6 related ? Do you have this issue on different themes with non IE browser ? Let me know.
Comment #8
dankh commentedFix committed :
http://drupalcode.org/project/toolbar.git/commit/b477c29
Comment #9
mirabuck commentedFantastic. Many thanks.