I have another question.
I want to change where the "next" and "previous" graphics are located... Right now, they are on the upper right and left of the photo, but I want to put them in the bottom border (on the white part) so it's easier to see them, and also if possible I just want it to stay there... right now it only appears when you put your mouse over it.
I know that I have to change this in CSS, but I'm not an expert on this.
Here's what the code says now:
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
Please let me know the correct way to change the code so the prev and next are at the bottom.
Thank you!
Bookmarks