Closed (outdated)
Project:
Corolla
Version:
6.x-1.17
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2010 at 07:39 UTC
Updated:
29 Feb 2016 at 00:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jarek foksa commentedAre you sure you mean Corolla version 7.x-1.7 and not 7.x-1.17?
The only issues that I can reproduce:
- the menu items are misaligned a bit,
- rounded corners are missing
Comment #2
trisz commentedThe screenshots are from your demo site for Drupal 7, date: September 16, 2010.
Have you updated your demo site?
The version number for Drupal 6 is 1.17 (1.7 is a mistake) and has been taken form my demo site.
Comment #3
jarek foksa commentedThe demo site is a bit outdated.
Comment #4
trisz commentedSee my demo site, and try other themes:
http://nemketto.neobase.hu/admin/build/block/list/corolla
Sidebar blocks and header elements are not present.
Comment #5
Morn commentedAlso http://demo.kiwi-themes.com/drupal-dev/ doesn't display correctly under IE 7 (works with IE8)
Comment #6
trisz commentedNo, see http://drupal.org/files/issues/corolla_drupal7_IE7.png.
Nothing changed.
The menu is not inline.
IE6 and 7 are buggy, IE8 is almost css compliant.
Can you check it on IE6/7?
Do you have any scheme for testing browser compatibility?
The correct code for IE7 is
(css_7-U9FD5FJxwmtRkDRdsPxd6jsHsClVqzMaIkZ5kJZz8.css)
#navigation > UL > LI {
DISPLAY: inline;
/*...*/
}
not inline-block.
Comment #7
jarek foksa commentedThe issue with header menu on IE7 should be resolved now (screenshot), though there are still some other small problems left.
Comment #8
Jeff Burnz commented