The theme is not compatible with any browsers on drupal 6.
It is not compatible with IE on drupal 7.
The filenames of the images reflects the drupal version and the browser.

Missing sidebars, headers and not inline menus.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jarek Foksa’s picture

FileSize
113.02 KB
81.86 KB
114.54 KB

Are 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

trisz’s picture

The 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.

Jarek Foksa’s picture

The demo site is a bit outdated.

trisz’s picture

Version: 7.x-1.7 » 6.x-1.17

See my demo site, and try other themes:

http://nemketto.neobase.hu/admin/build/block/list/corolla

Sidebar blocks and header elements are not present.

Morn’s picture

FileSize
79.52 KB

Also http://demo.kiwi-themes.com/drupal-dev/ doesn't display correctly under IE 7 (works with IE8)

trisz’s picture

No, 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.

Jarek Foksa’s picture

Title: Compatibility » IE7 Compatibility

The issue with header menu on IE7 should be resolved now (screenshot), though there are still some other small problems left.

Jeff Burnz’s picture

Issue summary: View changes
Status: Active » Closed (outdated)