From 8d7d352eceb51f8ea095d6e22ebeec77a8a27c42 Mon Sep 17 00:00:00 2001 From: Viljami S Date: Wed, 21 Mar 2012 18:01:59 +0200 Subject: [PATCH] Fixes for IE6-9 --- demo/themes/css/styles.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/demo/themes/css/styles.css b/demo/themes/css/styles.css index 34103e9..74a0f44 100644 --- a/demo/themes/css/styles.css +++ b/demo/themes/css/styles.css @@ -70,13 +70,14 @@ h1 { -webkit-tap-highlight-color: rgba(0,0,0,0); top: 0; left: 0; - background: transparent; - text-decoration: none; + display: block; + background: #fff; /* Fix for IE6-9 */ + opacity: 0; + filter: alpha(opacity=1); width: 48%; text-indent: -9999px; overflow: hidden; height: 91%; - color: #fff; } .rslides2_nav.next { @@ -122,19 +123,21 @@ h1 { display: inline; float: none; _float: left; + *float: left; margin-right: 5px; } .rslides_tabs a { text-indent: -9999px; overflow: hidden; - -webkit-radius: 15px; - -moz-radius: 15px; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; border-radius: 15px; background: #ccc; background: rgba(0,0,0, .2); display: inline-block; _display: block; + *display: block; -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);