Hi,
I have a strange behaviour describe here.
I write a tag
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
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
I forgot to say the this happen in the code (advanced mode) of the form
Regards
Regards
Hello gwadawone
Please place a screenshot so that we can see where the problem happend.
Thanks
bambid
Please place a screenshot so that we can see where the problem happend.
Thanks
bambid
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
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
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)
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
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
This topic is locked and no more replies can be posted.