Forum Moderators: not2easy

Message Too Old, No Replies

Placing ImageReady rollover code in a table cell

Inserting Javascript into a table cell

         

quasi

3:40 pm on Mar 30, 2006 (gmt 0)

10+ Year Member



I have a rollover image that I created in ImageReady. I can copy the code into a page and it works fine. However I now need that image in a layout table cell and I'm having trouble with the syntax of placing that code into the cell. Does anyone have a small example?
I'm using ImageReady and GoLive.

travelin cat

11:44 pm on Mar 30, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



This was extracted from one of our sites which was created using the same two tools you mentioned in the original post:

<table>
<tr><td width="571" height="113" background="gfx/slices/index3_03.gif">
<div align="center">
<script type="text/javascript" language="JavaScript1.2">
</script>
</div>
</td>
</tr>
</table>

sticky mail me of you want to see the site.

quasi

7:41 pm on Apr 3, 2006 (gmt 0)

10+ Year Member



Thanks for the reply. I've actually changed the table layout to a css layout and have gotten the script to work. However I will be needing to use this technique in some tables on future pages so this should save me some frustration.
Thanks.