Quote:
Originally Posted by knightrider01
ok, so I think I made the updates you both mentioned, and here's where I'm at.
The images show up side by side across to the right rather than being in the "slider" format from the demo. I don't know what else I am missing.
|
Getting closer. You're still missing some things though...
the link to btn_next.gif and btn_prev.gif come up 404 and your CSS is still not matching the one your copying.
Your missing
Code:
/* image replacement */
.graphic, #prevBtn, #nextBtn{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
/* // image replacement */
I think you need to go through that tutorial again. Just start at the beginning and go through each step again.