PDA

View Full Version : Moving a jquery code somewhere else



JamesBrady
22 Feb 2011, 05:47 PM
I have been trying for ages on this jquery picture slider, I want it to be placed in the top white space of my site, just below the nav bar, i am going to make the slider smaller so it fits, but when i place the code in there is just all messes up and doesn't work ect. HELP my site is http://www.xbox-gamereviews.com for you to see

knorthfield
23 Feb 2011, 01:45 AM
It's because your slider <div class="slider"> is the first thing in your page. Things get placed as they are ordered in your HTML code. You need to copy and paste it into your table below, specifically the 4th <tr> down, first <td> should do it.