Hello, I used this tutorial to make a slide gallery http://www.roxon.in/scripts/tutorials/NavGallery_jQuery_Tutorial_01/. I want my website to be fluid so I used this tutorial http://css-tricks.com/the-perfect-fluid-width-layout and I used bigger images in the slide gallery. Now my issue is with the next and previous buttons. They work very fine on my 1920X800 screen but on my laptop appeared the horizontal scrolling bar. What I want to achieve is something like this: http://www.oxygene-interactive.com/ Please, can you help me with this? Thank you very much
That's probably because your images are too large and aren't being scaled by jQuery or made responsive in your CSS.
I am new at this so I don't know how to make the Jquery I used to work for me, I tried to use max-width and min-width in css but so far didn't work.
Hello, I used this tutorial to make a slide gallery http://www.roxon.in/scripts/tutorials/NavGallery_jQuery_Tutorial_01/. I want my website to be fluid so I used this tutorial http://css-tricks.com/the-perfect-fluid-width-layout and I used bigger images in the slide gallery. Now my issue is with the next and previous buttons. They work very fine on my 1920X800 screen but on my laptop appeared the horizontal scrolling bar. What I want to achieve is something like this: http://www.oxygene-interactive.com/ Please, can you help me with this? Thank you very much
That's probably because your images are too large and aren't being scaled by jQuery or made responsive in your CSS.
I am new at this so I don't know how to make the Jquery I used to work for me, I tried to use max-width and min-width in css but so far didn't work.