Please take a look at this first: This is my JSFiddle to edit
I need to put two div
one to the left, one to the right, they will hold arrows (like this ones: imageRight, imageLeft), so when I click on one div
left or right, it navigates through the ul
accordingly.
Please take in consideration that they could be more than two list elements.
Seems easy, but I haven't been able to do it, nor find the right example.
.click
but not sure... – Grieful
for the arrows? – Ramul
should be used only when displaying list-data. You don't need a list, you need somecontainer
with properties, and someid
s. current fiddle Working on centering theiframe
element. – Ram