2 columns in sitemap does not work in IE

Tagged: , , ,

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Theme2 columns in sitemap does not work in IE

This topic has been marked as not a support question.

It seems that the following style in screen.css is disregarded by IE, resulting in only one column in Sitemap:

/****** S I T E M A P ****************************/

#sitemap .s_list_1 {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
-o-column-count: 2;
}

September 4, 2012 at 4:42 pm #13279

Hi,

Unfortunately IE doesn’t support this CSS property. Maybe IE 10 will support this property.

Here are some jquery solutions for for older IE browsers:

http://welcome.totheinter.net/2008/07/22/multi-column-layout-with-css-and-jquery/
http://codeasily.com/jquery/multi-column-list-with-jquery
http://www.vanderlee.com/martijn/?page_id=229
http://code.google.com/p/js-columns/

Best,
ThemeBurn team

September 5, 2012 at 10:18 am #13297
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.