Loading an Image from URL String Variable?
Hi everybody,
I have a situation where I have a gallery that we show internally with our work peeps. We want to be able to see this gallery with a particular tag showing before we post to the client. However, we don't want the client to see it.
So rather than adding and image tag for 7+ images then removing it everytime, I thought it'd be great if I could somehow access CSS to show and image from the URL string by adding a variable reference. Like...
www.mygallery.com/gallery.html&showIMGtagClass=true
Is that possible somehow if I have a CSS class referring to a <div><img></img></div> ??
