|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Guestbook layout changes when click pic, i want it to stop
if you click the photo in my guestbook, the layout changes. how do i get this to stop?
My Guestbook Page Thanks edit: i also notice that comments don't show in Safari. |
|
|
|
|
#2
|
|
|
Scripting dude-volunteer
|
Add this to line your Bottom Javascript to remove the clickability of that one image:
Code:
// Remove clickability on guestbook image
YE.onContentReady("image_461071267", function () {this.parent.href="javascript:void(0);"});
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#3
|
||
|
Big grins
|
Quote:
i'm using safari on a mac and the only time the comments show is after clicking the photo. i figure it must be the issue with safari not working right with some sites.
|
|
|
|
||
|
#4
|
||
|
Scripting dude-volunteer
|
Quote:
Code:
// Remove clickability on guestbook image
YE.onContentReady("image_461071267", function () {this.parentNode.href="javascript:void(0);"});
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|