One other thing i’ve noticed is i have not added the JQuery libary to the head. Is this basic stuff i should do? I’ve just added it my side but hasn’t helped.
And thanks for the link also, I’m reading through that now:)
And yes, sorry your right. I put in the library that came with the tut. Not sure if thats the latest version and if i need to change it?
If not, guess i must have gone wrong somewhere else. I just uploaded the script onto the server but no sliding yet. Hmm. I’m double checking things through to see if i have followed the Tut right. Maybe the <span id= part is misplaced?
after testing it turns out that you have correctly implemented the code. So forget my test recommendations.
This is not a Javascript issue but a CSS issue. You have absolutely positioned your header. This is why the controls don’t show up because they’re hidden behind your header. When you absolutely position an element you take it out of the normal flow and subsequent static positioned elements will take up that space instead.
The solution is to code your design differently. For the layout you have you don’t need to absolutely position your elements. As it’s closely approaching 3am, I need to get to bed but just a quick test (see below) will show you that, by changing your Header1’s position from absolute to relative, will make your controls appear and your slider working.
Yes i think your right. I’ve just looked through things and found a separate CSS folder, along with some images. This is what comes with version 1.7 (the latest version).
So i guess i just paste the CSS into my external style sheet. But what would be the best way to add these images for the slider?
Shame the Tut doesn’t go into any of this. Bit more involved than i thought it would be for this noob:D
Thanks for your help, I’ll have a bash at what you said.
you don’t need to make any of the tests. The jQuery version you’re using is fine and works with the plugin. Please see my last post (we cross-posted!): Change #Header1 from position:absolute to position:relative and you will see the problem.
Yeah it’s getting late - although only 2am here! Thanks so much. Good to know i have put the Script together right at least. I will crack on with it tomorrow and hopefully have it all up and running.
Ha! Ok, i’m still here. Did what you said and yes, now i can see the next/previous text showing. Like you say, it’s now a CSS issue. Will have a quick play with it…
Edit: OK, got it sliding! Not styled yet but will save that for tomorrow. Thanks very much for your help kohoutek, its been a big help.:award: