Closed (fixed)
Project:
Airy Blue
Version:
6.x-1.4
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
9 Nov 2009 at 14:36 UTC
Updated:
17 Dec 2009 at 22:30 UTC
I personally consider this a low priority because I'm probably going to use Ubercart in some fashion for people to create an account after the membership is purchased (still investigating). Anyway, because there are so many poor unfortunate souls that are still using IE6, I though I'd report this.
The tabs to select "Create New Account/Log in/Request New Password" are screwed up in IE6 (see attached image). They appear fine in FF, IE7 and IE8.
--Scott
| Comment | File | Size | Author |
|---|---|---|---|
| ei6-user-account.JPG | 55.23 KB | ScottW |
Comments
Comment #1
geerlingguy commentedI'll look into this at some point, but I'm not too interested in those crazy IE6 users ;-)
Comment #2
cfmcoder commentedThe IE conditional loading statements were commented out in airyblue.info.
I fixed this problem by uncommenting them, like:
; Set the conditional stylesheets that are processed by IE.
conditional-stylesheets[if IE][all][] = css/ie.css
conditional-stylesheets[if lte IE 6][all][] = css/ie6.css
Comment #3
geerlingguy commentedI'll have to fix that in CVS. Perhaps later today!
Comment #4
geerlingguy commentedWill be fixed later today. Thanks again for finding this little bug!