How come this won't work as a slider? Flexslider not working, just displaying as a list and bumping 'right side' down the page also.
http://www.ablazedesign.co.uk/
Search engine floated off to left and won't stay right either.
Had this issue before on a different site, and resolved with some kind help, but back here again :-(
Any ideas?...... awaits grilling.
Cheers
Newbie!
This is in the head:
<link rel="stylesheet" href="../SLIDERS/amaze/css/style.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="../SLIDERS/amaze/css/flexslider.css" type="text/css" media="screen"/>
<link href="assets/css/myCSS.css" rel="stylesheet" type="text/css" />
This is in the body:
<!-- jQuery -->
<script type="text/javascript">
$(function(){
SyntaxHighlighter.all();
});
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
</body>
</html>