Hi
I'm trying to set up one simple page with jQuery Tool overlay effect.
I'm using the most basic one, the minimal setup just like the demo.
Everything works as shown in the standalone demo.
( which means that I've done everything right )
.................................................
Later on...
I found out that the page won't pass the xhtml validation
because in xhtml strict, the rel attribute is not allow in img tag.
So I searched the forum
I've learned that it's okay to use an a tag with rel attribute
and have the original img wrapped inside the a tag.
.................................................
Now the comes the strange problem.
The overlay didn't work with a[rel]
I switched back and forth between using img[rel] and a[rel]
( of course - each with matching call in xhtml )
The result shown that it only works when using img[rel]
and it won't work when using a[rel]
.................................................
I was hoping someone who've experienced this before, or
someone with advance skill can shed some light on this.
( I called this bug because it's really bugging me )
Please Help If You Could.
Thank You Very Much
^_^
I'm trying to set up one simple page with jQuery Tool overlay effect.
I'm using the most basic one, the minimal setup just like the demo.
Everything works as shown in the standalone demo.
( which means that I've done everything right )
.................................................
Later on...
I found out that the page won't pass the xhtml validation
because in xhtml strict, the rel attribute is not allow in img tag.
So I searched the forum
I've learned that it's okay to use an a tag with rel attribute
and have the original img wrapped inside the a tag.
.................................................
Now the comes the strange problem.
The overlay didn't work with a[rel]
I switched back and forth between using img[rel] and a[rel]
( of course - each with matching call in xhtml )
The result shown that it only works when using img[rel]
and it won't work when using a[rel]
.................................................
I was hoping someone who've experienced this before, or
someone with advance skill can shed some light on this.
( I called this bug because it's really bugging me )
Please Help If You Could.
Thank You Very Much
^_^
