FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Rollover Effects In HTML (How To Get Them Working In Script That Features Functionality)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Rollover Effects In HTML [message #37133 is a reply to message #37082] Tue, 08 May 2007 07:25 Go to previous messageGo to previous message
Ernesto is currently offline  Ernesto   Sweden
Messages: 413
Registered: August 2005
Karma:
Senior Member
http://www.thesitewizard.com/archive/rollovers.shtml

in the post_common.tmpl -> fud_code_icons you have to add backslashes to your 's ( \' ) or else it will not work I think

IE, to use the example from the webpage I linked you to:

Their code:
<a href="index.html"
  onmouseover="buttondown('homebutton')"
  onmouseout="buttonup('homebutton')">
<img src="homebutton.gif" name="homebutton" border="0" />
</a>


How you have to do it (I think):

<a href="index.html"
  onmouseover="buttondown(\'homebutton\')"
  onmouseout="buttonup(\'homebutton\')">
<img src="homebutton.gif" name="homebutton" border="0" />
</a>


[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Probationary Membership
Next Topic: Load tables from another site
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 06:37:46 GMT 2024

Total time taken to generate the page: 0.05002 seconds