[Plugin: Meteor Slides] slides moved up in IE and positionning
-
Hello everybody!
First of all thank you Josh for the great work and all the documentation and support that comes with your plugin.
I have two problems with the meteor slideshow:
https://i50.tinypic.com/i5xh0z.jpg
The above picture should be quite explicit.
1) My text displays on 1 line only, which is not very readable as you can see ??
2) In IE, the slides are slightly moved up. The DIV I have created to wrap the slides’ title and description fits perfectly though. The gap is shown in red on the picture.Here is the CSS part:
/* =Slide title and description
————————————————————– */.meteor-slides .slide-txt {
background-color: #F3F3F3;
bottom: 0;
left: 0;
margin: 0;
position: absolute;
height:100%;
width: 314px;
}.meteor-slides .slide-txt h2 {
margin:0;
padding:15px;
color: #666;
font-family: ‘Open sans’, sans-serif;
font-size:20px;
font-weight:300;
}.meteor-slides .slide-txt p {
color: #666;
text-align: left;
padding: 15px;
}***
The h2 and p are wrapped in the div.slide-txt, and the borders are applied on a DIV that wraps the slider’s shortcode.
Does anyone know how to fix those problems? Thanking you in advance,
Matt.
- The topic ‘[Plugin: Meteor Slides] slides moved up in IE and positionning’ is closed to new replies.