Forums

Pointer to click on a link is one dot

gwadawone 11 Apr, 2012
Hi,

I have a strange behaviour describe here.

I write a tag
<tr><td>
       <a href="index.php?option=com_chronoforms&chronoform=FormDocListMajSup">
          <img src="OurFamscript/images/voir.gif"  width="33"  height="35" >
       </a>
    </td>
     <td>
         Plus de documents
    </td>
</tr>


I have the 'select hand' only on a dot in the center of the image.
The link work perfectly if you have chance to get the dot.

Does someone meet this problem?

Regards
gwadawone 11 Apr, 2012
I forgot to say the this happen in the code (advanced mode) of the form

Regards
bambid 11 Apr, 2012
Hello gwadawone

Please place a screenshot so that we can see where the problem happend.

Thanks
bambid
GreyHead 12 Apr, 2012
Hi gwadawone,

Or better, a link to the form. I can't think of any reason why an image link would be smaller than the image.

Bob
gwadawone 12 Apr, 2012
The site is under developement just now and ids not online.
I put a screenshot where you can see the pointer is ok just on an horizontal line , (more then a ot) i dont have the arrow (pointer).

Note that ther are two calc (DIV tags absolute one for the photo, one for the links)
#box_photo 
{
        position: absolute;
	width: 200px;
	height : 200px;
	padding: 1px;
	margin-left: 45%;
        margin-right: 30%;
	margin-top: 50px;
	font-size: 11px;
        font-family: Verdana, Helvetica;
        text-decoration: none;
}
#box_docs 
{
	
        position: absolute;
	width: 400px;
	height : 300px;
	padding: 1px;
	margin-left: 45%;
        margin-right: 10%;
	margin-top: 252px;
	font-size: 11px;
        font-family: Verdana, Helvetica;
        text-decoration: none;
}


here is the screenshot
http://www.ourfamily.fr/ourfamily/ChronoPersonne2.JPG

The frame araound the div is done manualy with paint to show the 2 DIV

Thank you for your interest
Thans also to Greyhead (Tête grise)😉

Regards
gwadawone 17 Apr, 2012
Thanks to everyone.

No way to solve this problem. It appear that in the absolute DIV ther are somme trouble. I have change my design and everything is allwright.

I did a bypass.


Thanks
This topic is locked and no more replies can be posted.