[TYPO3-english] Problem with linked image using position "In text, right" - link not working on mouseover on all parts of the image
Thomas Russel
blueworm01 at gmx.net
Tue Oct 20 14:32:31 CEST 2009
Seems that the <p> had a z-index of 50, and therefore were OVER the image.
Although the image was not visibile covered, the <p>tags (being block
elemens) covered the whole line, form left to right. So, when moving the
mouse over the image, it actually was over the hidden part of the
paragraph. So, no clickable link-area...
I put div.csc-textpic-imagewrap z-index higher than 50, now it works..
:-)
More information about the TYPO3-english
mailing list