asamuel
Mar-17-2008, 12:51 AM
Is it possible to repress the words PREV and NEXT and keep only <>?
Allen
Looks like no way to single out the next and prev from the < or >. It's part
of the same text string. Maybe with js, post in hacks forum, someone there
might be able to help.
Code:
<div class="photoNav nav">
<a class="nav" onmouseout="removePreview();" onmouseover="previewImage(event,
'/photos/264654551_qQCNa-Th.jpg');"
href="http://samuelbedford.smugmug.com/gallery/2059370_9hrhY/1/264654551_qQCNa/Large">
< Prev</a>
<span class="title">2 of 16</span>
<a class="nav" onmouseout="removePreview();" onmouseover="previewImage(event,'http://samuelbedford.smugmug.com/photos/264654140_BetE6-Th.jpg');"
href="http://samuelbedford.smugmug.com/gallery/2059370_9hrhY/1/264654140_BetE6/Large">
Next ></a>
</div>
_________
Allen
Looks like no way to single out the next and prev from the < or >. It's part
of the same text string. Maybe with js, post in hacks forum, someone there
might be able to help.
Code:
<div class="photoNav nav">
<a class="nav" onmouseout="removePreview();" onmouseover="previewImage(event,
'/photos/264654551_qQCNa-Th.jpg');"
href="http://samuelbedford.smugmug.com/gallery/2059370_9hrhY/1/264654551_qQCNa/Large">
< Prev</a>
<span class="title">2 of 16</span>
<a class="nav" onmouseout="removePreview();" onmouseover="previewImage(event,'http://samuelbedford.smugmug.com/photos/264654140_BetE6-Th.jpg');"
href="http://samuelbedford.smugmug.com/gallery/2059370_9hrhY/1/264654140_BetE6/Large">
Next ></a>
</div>
_________