Greg
|
| Posted: 11/21/2004, 1:50 AM |
|
Anybody worked with Overlib please help.
I have a link which I'd like to use Overlib on, but can just not get the dynamic assignment right.
original link code from CCS as follows:
<!-- BEGIN Row -->
<td align="center"><img src="{picture}"><br>
<strong></strong><a href="{Link1_Src}" target="_self"><strong>{Link1}</strong></a><font color="#ff0000"><strong><font color="#008080"></font></strong></font></td>
<!-- END Row -->
I would like to add the bubble to the image. The content of the bubble should be sourced from a field called "Link1" (currently displayed below the image for testing purposes) and the database colomb is called "title" which is assigned to "Link1"
I can not get this to work.
Can you help?
|
|
|
 |
Greg
|
| Posted: 11/21/2004, 5:07 AM |
|

Got it working, for interest here is the code...
<td align="center"><a href="{picture}" onmouseover="return overlib('{Link1}');" onmouseout="return nd();"><img src="{picture_Src}" border="0"></a><br>
|
|
|
 |
|