-
Script Error --Code needs correcting Dynamic-FX Slide-In Menu (v 6.5)
I corrected the code to allow the image to display in the side bar slide menu. In file ssm.js
Line 49 reads if(barText.indexOf('<IMG') >-1) {tempBar=barText}
Line 49 should read if(barText.indexOf('<IMG>')-1) {tempBar=barText}
Check out my results on www.popspictures.com and www.jennyclarkbrack.com
-
-
Without even looking at the full code, I'm sure it shouldn't: the chance of a blank <img> tag ever occurring is next to nil; you may as well just remove the line altogether.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks