First and foremost I am a beginner in coding both javascript and jquery so bear with me as I try and articulate concepts that are still alien to me.
I am trying to figure out how to place an animated gif that combines 2 gifs together to sync with a jquery text slider so that as the second part of the animated gif renders text (tips & tricks) will fade in or slide in?
How do I position the animated gif to appear left aligned to the slider?
So far I have looked at simpleslider and bxslider and well I’m probably overlooking the answer so any help would be greatly appreciated.
“How do I position the animated gif to appear left aligned to the slider?”
then in your css
setting display to inline-block will make the two elements side by side