Tag: html
Flickr Badges Open New Window jQuery way
I recently added a Flickr Badge to a site and really loved everything about it except that there was no way to have it open the photos in a new window when they were clicked Flickr badge looked like the following – Username – Group The following script would loop back through all of the […]
Remove border from iframe
Add the frameBorder attribute. It’s case-sensitive
How to make IE to display iframes with transparent background?
1. Add allowTransparency=”true” property to the iframe 2. Add background:transparent to it’s body tag or internal styles in the head section of an HTML page or