Browse Source

Fixes for IE6-9

pull/21/head
Viljami S 13 years ago
parent
commit
8d7d352ece
  1. 13
      demo/themes/css/styles.css

13
demo/themes/css/styles.css

@ -70,13 +70,14 @@ h1 {
-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: rgba(0,0,0,0);
top: 0; top: 0;
left: 0; left: 0;
background: transparent; display: block;
text-decoration: none; background: #fff; /* Fix for IE6-9 */
opacity: 0;
filter: alpha(opacity=1);
width: 48%; width: 48%;
text-indent: -9999px; text-indent: -9999px;
overflow: hidden; overflow: hidden;
height: 91%; height: 91%;
color: #fff;
} }
.rslides2_nav.next { .rslides2_nav.next {
@ -122,19 +123,21 @@ h1 {
display: inline; display: inline;
float: none; float: none;
_float: left; _float: left;
*float: left;
margin-right: 5px; margin-right: 5px;
} }
.rslides_tabs a { .rslides_tabs a {
text-indent: -9999px; text-indent: -9999px;
overflow: hidden; overflow: hidden;
-webkit-radius: 15px; -webkit-border-radius: 15px;
-moz-radius: 15px; -moz-border-radius: 15px;
border-radius: 15px; border-radius: 15px;
background: #ccc; background: #ccc;
background: rgba(0,0,0, .2); background: rgba(0,0,0, .2);
display: inline-block; display: inline-block;
_display: block; _display: block;
*display: block;
-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); -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); -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); box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);

Loading…
Cancel
Save