Welcome Guest, Not a member yet? Register   Sign In
How to link image with anchor function
#25

[eluser]elaniobro[/eluser]
[quote author="Eason" date="1268272828"]@elaniobro:
Putting img() function as the second parameter of anchor() function, just like what you do, is also an elegant way to create image anchor, IMO. I use my own version of anchor_img() just to avoid loading the html helper.

For incoportating the onmouseover and onmouseout attributes, I think it should be ok to put them into the options array of img(), in the same way as other attributes, e.g., img(array('src'=>'...', 'onmouseover'=>'...', 'onmouseout'=>'...')). But I never try this before because I usually use jquery to define javascript events.[/quote]

Yea, I've tried adding the 'onmouseover'=>'...', 'onmouseout'=>'...' didn't work for me. I should look back into this, I am sure it was a syntax thing, there are a lot of ",' etc.. going on.

Code:
<a>

needs to get put into the array, I'd assume something like this:
Code:
&lt;?= anchor('/thoughts/more/'.$row->id,
                                img(array(
                                          'src'=>'img/thoughts/readmore_a.jpg',
                                          'id'=>'readMore',
                                          'border'=>'0',
                                          'alt'=>'Read More'
                                          )
                                    ),
                                array(                                          
                                      'onmouseover'=>'readMore.src='.base_url().'img/thoughts/readmore_b.jpg'.';'.'"',
                                      'onmouseout'=>'readMore.src='.base_url().'img/thoughts/readmore_a.jpg'.';'.'"'
                                      )
                                );
                     ?&gt;

yet nada Sad is the above syntax correct? I think so, not getting errors


Messages In This Thread
How to link image with anchor function - by El Forum - 11-18-2008, 05:25 AM
How to link image with anchor function - by El Forum - 11-18-2008, 05:56 AM
How to link image with anchor function - by El Forum - 11-18-2008, 06:36 AM
How to link image with anchor function - by El Forum - 11-19-2008, 01:01 AM
How to link image with anchor function - by El Forum - 11-19-2008, 01:53 AM
How to link image with anchor function - by El Forum - 11-19-2008, 01:54 AM
How to link image with anchor function - by El Forum - 11-19-2008, 02:17 AM
How to link image with anchor function - by El Forum - 06-01-2009, 01:21 PM
How to link image with anchor function - by El Forum - 09-24-2009, 11:22 PM
How to link image with anchor function - by El Forum - 03-09-2010, 08:50 PM
How to link image with anchor function - by El Forum - 03-09-2010, 09:09 PM
How to link image with anchor function - by El Forum - 03-09-2010, 09:20 PM
How to link image with anchor function - by El Forum - 03-09-2010, 09:24 PM
How to link image with anchor function - by El Forum - 03-09-2010, 09:36 PM
How to link image with anchor function - by El Forum - 03-09-2010, 09:51 PM
How to link image with anchor function - by El Forum - 03-09-2010, 11:23 PM
How to link image with anchor function - by El Forum - 03-09-2010, 11:29 PM
How to link image with anchor function - by El Forum - 03-10-2010, 12:03 AM
How to link image with anchor function - by El Forum - 03-10-2010, 12:05 AM
How to link image with anchor function - by El Forum - 03-10-2010, 12:17 AM
How to link image with anchor function - by El Forum - 03-10-2010, 12:22 AM
How to link image with anchor function - by El Forum - 03-10-2010, 12:44 AM
How to link image with anchor function - by El Forum - 03-10-2010, 09:10 AM
How to link image with anchor function - by El Forum - 03-10-2010, 02:00 PM
How to link image with anchor function - by El Forum - 03-10-2010, 02:13 PM
How to link image with anchor function - by El Forum - 03-10-2010, 02:18 PM
How to link image with anchor function - by El Forum - 03-10-2010, 11:05 PM
How to link image with anchor function - by El Forum - 03-29-2010, 07:14 AM
How to link image with anchor function - by El Forum - 12-02-2010, 08:38 PM
How to link image with anchor function - by El Forum - 12-03-2010, 12:25 AM
How to link image with anchor function - by El Forum - 02-23-2011, 09:52 AM
How to link image with anchor function - by El Forum - 04-05-2011, 05:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB