The Joomla! Forum ™



Forum rules


Please use the mailing list here: http://groups.google.com/group/joomla-dev-general rather than this forum.



Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Thu Jun 21, 2012 3:29 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Jun 21, 2012 2:50 pm
Posts: 10
Joomla 1.5 I have a simple table, each cell contains an image, however the top row contains only one cell with a larger image. On mouseover, I would like the top (larger) image to display a larger size image of the cell that is "moused-over". This is an easy task in Dreamweaver, but I don't know how to format this in the JCE. If at all possible, is there a way to set all the images in line in the top cell to "display none" and reduce lag time? Here is the top 2 rows of code:

<tr>
<td colspan="3" height="271">
<p style="text-align: center;"><img src="images/stories/102_0004.jpg" border="0" width="400" /></p>
<br /></td>
</tr>
<tr>
<td onmouseover="MM_swapImage('main','','images/ren/102_0002.JPG',1)">
<p style="text-align: center;"><img src="images/ren/102_0002.JPG" border="0" width="120" /></p>
</td>
<td onmouseover="MM_swapImage('main','','images/stories/102_0036.jpg',1)">
<p style="text-align: center;"><img src="images/stories/102_0036.jpg" border="0" width="120" /></p>
</td>
<td onmouseover="MM_swapImage('main','','images/ren/102_0035.JPG',1)">
<p style="text-align: center;"><img src="images/ren/102_0035.JPG" border="0" width="120" /></p>
</td>
</tr>

Assistance would be greatly appreciated.

Reed


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 



Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group