IE8 issue with sidebar badges

Ideal solution for your fashion website. Well-designed and responsive Joomla template.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed May 15, 2013 6:02 pm
Reply with quote
Report this post
Hi all!

i have found a problem in the "Fashion" template. In IE8 the suffix (hot,top,new) is not displayed well. The badges are behind the boxes in the sidebar.

You can see this issue in your demo template

> http://demo.gavick.com/joomla25/fashion ... variations

using IE8. I found no solution (using z-index, etc in ie8.css) Any ideas?

Thanks in advance for a solution and best regards ...

Steve
User avatar
Fresh Boarder

teitbite
Thu May 16, 2013 9:47 am
Reply with quote
Report this post
Hi

Reported to programmers.
User avatar
Moderator

GK User
Thu May 16, 2013 11:29 am
Reply with quote
Report this post
Please try to add this code to css/ie/ie8.css file and let me know about results

Code: Select all
.box.top,
.box.top > div,
.box.hot,
.box.hot > div,
.box.new,
.box.new > div {
   position: relative; z-index: -100;
}

.box.top:before,
.box.hot:before,
.box.new:before {
   position: absolute; z-index: 9999;content:  ""; display:  block;
   
}
User avatar
Platinum Boarder


cron