Jacqueline
Forum Replies Created
-
Forum: Plugins
In reply to: [Easing Slider] Images not showing in ChromeHi Matthew,
Thanks for staying with me there, I have found a solution but it’s not pretty.
<div align=”right” id=”slider”>[easingsliderlite]</div>
#slider {
float: right;
width: 50%;
}This seems to solve all my problems. I am about to start another eCommerce site soon so I will be using your premium one for that as I am impressed with the backup service, thanks again. 🙂
Forum: Plugins
In reply to: [Easing Slider] Images not showing in ChromeYeah I have tried with the clearfix too which does make any difference. My first attempt works but the images don’t show in safari and chrome, even with the clear fix.
<div id=”slider”>[easingsliderlite]</div>
#slider {
float: right;
}If I use:-
<div align=”right”>[easingsliderlite]</div>
This aligns the slider to the right on all browsers but there is no wrap around of the text and I can’t get the clearfix to make any difference by inserting it into the div tag above.
What am I doing wrong? I really can’t see it, sorry but I just can’t see how you can style the slider to float right with text wrapping to the left in all browsers? So grateful if you could help me on this one. 🙂
Forum: Plugins
In reply to: [Easing Slider] Images not showing in ChromeHi Matthew,
Thanks for coming back to me, I really would like to get to the bottom of this as I really do like using your slider. My website is on local server at the moment but I think it has to do with the styling of the slider as I originally had:-
<div id=”slider”>[easingsliderlite]</div>
#slider {
float: right;
}If I remove this styling the slider works in all browsers but is stuck to the left and text is placed at the bottom of the image (not wrapped around image). I want to style the slider so it floats to the right and text wraps around the image on all browsers. I have tried your centred example:-
<div align=”right”>[easingsliderlite]</div>
This just makes the slider disappear. I have tried other ways to style the slider but none seem to work, can you please help. Thank you for your time on this. I believe a lot of other people have had the same trouble.