
I love how this shot came out with the overgrown grass and Skye sunning himself in the far distance.
Oh, and what is a post with out the Will-boy!?! I discovered a fun effect that I showed in
this post.
Be sure to mouseover this image to see the effect:
How to:
Start with your standard image html.
< img
* src="
your image html here " border="0" alt="Photobucket" >
Between "img" and "src" you post this code:
onmouseover="this.src=''" onmouseout="this.src=''"
Between the first set of single quotations, you post the html of your primary image. Then, between
the second set of single quotations, you post the html of your secondary image.
onmouseover="this.src='1'" onmouseout="this.src='2'"
1: primary image html
2: secondary image html
Have fun with this and enjoy!!
