html - Cycle 2 Prev and Next -
good evening, i'm using cycle2 prev , next function, cannot centre prev , next function under images. i've looked around , know going stupid, cannot see it. frustrating. gary <script src="../../respond.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script src="http://malsup.github.com/jquery.cycle2.js"></script> <script src="http://malsup.github.io/jquery.cycle2.center.js"></script> @charset "utf-8"; /* simple fluid media note: fluid media requires remove media's height , width attributes html http://www.alistapart.com/articles/fluid-images/ */ img, object, embed, video { max-width: 100%; } /* ie 6 not support max-width default width 100% */ .ie6 img { width:100%; } /* dreamweaver fluid grid properties ---------------------------------- dw-num-cols-mobile: 4; dw-num-cols-tab...