Am building a website with a carosel slider / fader on the home page but am currently having an issue with it. The code comes with a pre set 30px margin at the top which I have removed to align the slider up underneath the nav bar, however when you hover over the slider it jumps down again and I can't figure out how to stop this. I would assume there is a margin set to the slides somewhere still but I can't figure out where even with Firebug. Can anyone help? Site: http://94.136.40.103/~flyersdelivered.co.uk/ Thanks in advance!
All fixed now. Turns out the hidden nav menu was making the slide jump down when hovered so I fixed this by changing the position of div#slideshow ul#nav from relative to absolute which fixed it.