Speakers - rounded images, IE8

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
Mon Dec 10, 2012 11:26 am
Reply with quote
Report this post
The speakers do not fit into the circle in IE8, even on the demo page http://demo.gavick.com/index.php?month=Sep&year=2012

Can this be corrected, without updating to IE9. Not all visitors to webpage will have IE9+.
User avatar
Fresh Boarder

GK User
Mon Dec 10, 2012 11:53 am
Reply with quote
Report this post
Hi,

Unfortunately there is no way to fix this, because IE8 doesn't support border-radius property.
User avatar
Administrator

GK User
Mon Dec 10, 2012 12:28 pm
Reply with quote
Report this post
Thanks.

Is there a quick way of detecting and displaying a message to IE8 users that they should upgrade to IE9+ for best viewing or use alternative browsers?


dziudek wrote:Hi,

Unfortunately there is no way to fix this, because IE8 doesn't support border-radius property.
User avatar
Fresh Boarder

GK User
Mon Dec 10, 2012 12:39 pm
Reply with quote
Report this post
You can always use conditional comments: http://www.quirksmode.org/css/condcom.html
User avatar
Administrator

GK User
Mon Dec 10, 2012 2:12 pm
Reply with quote
Report this post
Thanks. I have added the code below to the "templates / gk_fest / layouts / default.php" file and it works

<!--[if lt IE 9]>
This website is optimised for viewing in IE 9 or higher. Please upgrade your IE or use an alternative browser e.g. Firefox, Opera, etc.<br />

<![endif]-->
dziudek wrote:You can always use conditional comments: http://www.quirksmode.org/css/condcom.html
User avatar
Fresh Boarder


cron