You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by jg...@web.de on 2008/05/25 10:31:54 UTC

T5: does actionlink work different in Firefox than in IE?

Hi,
I have an actionlink which works fine in Firefox but not in Internet Explorer (6.0).
Can anybody point me to the cause or how I could change the code that it runs fine on both browsers?
Thanks a lot!
Juliane

<t:actionlink t:context="card.position" t:id="turnCard">
	<t:if test="cardSelected">
		<span class="background24">${card.text}</span>	
	</t:if>	
	<t:unless test="cardSelected">
		<span class="background24"><img src="bilder/deckblatt24.jpg" /></span>			
	</t:unless>
</t:actionlink>		
_______________________________________________________________________
EINE FÜR ALLE: die kostenlose WEB.DE-Plattform für Freunde und Deine
Homepage mit eigenem Namen. Jetzt starten! http://unddu.de/?kid=kid@mf2


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: does actionlink work different in Firefox than in IE?

Posted by "Filip S. Adamsen" <fs...@fsadev.com>.
Hi,

What does the generated markup look like? Something's definitely not 
right here, must be an IE bug... :O

-Filip

On 2008-05-25 10:31, jg433@web.de wrote:
> Hi,
> I have an actionlink which works fine in Firefox but not in Internet Explorer (6.0).
> Can anybody point me to the cause or how I could change the code that it runs fine on both browsers?
> Thanks a lot!
> Juliane
> 
> <t:actionlink t:context="card.position" t:id="turnCard">
> 	<t:if test="cardSelected">
> 		<span class="background24">${card.text}</span>	
> 	</t:if>	
> 	<t:unless test="cardSelected">
> 		<span class="background24"><img src="bilder/deckblatt24.jpg" /></span>			
> 	</t:unless>
> </t:actionlink>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: does actionlink work different in Firefox than in IE?

Posted by "Ritesh.S" <ri...@avibha.com>.
Hello Juliane,

I have seen the page in IE 6. The link generated but only difference is the
mouse does not show the 
hand while moving on the image. You can open the link by right clicking the
image.

I think this is because of any css you are using which is overriding the
anchor tag in IE 6 but not in Firefox.
You should look for that css.

From,
Ritesh S.


jg433 wrote:
> 
> Hi,
> I have an actionlink which works fine in Firefox but not in Internet
> Explorer (6.0).
> Can anybody point me to the cause or how I could change the code that it
> runs fine on both browsers?
> Thanks a lot!
> Juliane
> 
> <t:actionlink t:context="card.position" t:id="turnCard">
> 	<t:if test="cardSelected">
> 		${card.text}	
> 	</t:if>	
> 	<t:unless test="cardSelected">
> 		 bilder/deckblatt24.jpg 			
> 	</t:unless>
> </t:actionlink>		
> _______________________________________________________________________
> EINE FÜR ALLE: die kostenlose WEB.DE-Plattform für Freunde und Deine
> Homepage mit eigenem Namen. Jetzt starten! http://unddu.de/?kid=kid@mf2
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/T5%3A-does-actionlink-work-different-in-Firefox-than-in-IE--tp17455688p17466742.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org