I understand what you are saying, but I wanted to keep this on the client side and neither did I want to complicate things with cookies. If things get out of hand, which is an eventual possibility, I...
Type: Posts; User: maskull; Keyword(s):
I understand what you are saying, but I wanted to keep this on the client side and neither did I want to complicate things with cookies. If things get out of hand, which is an eventual possibility, I...
Try adding
z-index:100;
to your thumbnail class. As far as positioning it, use or study the balloontip script or
margin:auto;
in CSS (which may not be ideal).
I tried this and it worked. I just iterated through all the links on the page when a background image is selected and added ?imagename to the end of each href and that worked. When a page is loaded I...
Look, I'm not trying to bypass any kind of security or do something strange and funny to the browser or whatever. All I want to do is add to the querystring before it loads the target page. My pages...
I'm new to Javascript and need some help. I have many pages with lots of links on them. I want to be able to change the destination url in Javascript after a link is clicked. Where is that...