Announcement

Collapse
No announcement yet.

image rollover

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    image rollover

    Hi,

    Does anyone know were I can find a javascript which will give me a little textbox when the mouse is over a section image.

    I have done a google search, but the scripts I have found are not quite what Im looking for. I can remember see a similar thread on this forum, but seem so find it either

    An example of what Im trying to achieve can be seen here

    Thanks in advance
    Naveed

    #2
    One way was discussed in http://community.actinic.com/showthread.php?t=4576
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      I knew I had seen it somewere on this community. Cheers

      Naveed

      Comment


        #4
        Got that working a treat now. But how do I get rid of the default actinic section text name when placing the mouse over a section image?

        Naveed

        Comment


          #5
          Not sure. Try editing Act_SectionNavImage.html to be
          Code:
          <!-- SectionNavImage HTML begin -->
          <IMG SRC="NETQUOTEVAR:IMAGEFILE"
          	  BORDER=0
          	  NETQUOTEVAR:IMAGEHEIGHT
          	  NETQUOTEVAR:IMAGEWIDTH
          	  NETQUOTEVAR:OTHERIMAGEMARKUP
          	  ALIGN="ABSMIDDLE">
          <!--NETQUOTEVAR:ALTERNATETEXT-->
          <!-- SectionNavImage HTML end -->
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            did'nt work..

            Comment


              #7
              Was looking at the wronf template. Just need to remove ALT="NETQUOTEVAR:ALTERNATETEXT" from Act_SectionHeadImage.html.

              Problem solved.

              Naveed.

              Comment


                #8
                Apologies it did'nt solve it.

                Comment


                  #9
                  The aromatherapy site is using ALT="" so try editing Act_SectionNavImage.html to be
                  Code:
                  <!-- SectionNavImage HTML begin -->
                  <IMG SRC="NETQUOTEVAR:IMAGEFILE"
                  	  ALT=""
                  	  BORDER=0
                  	  NETQUOTEVAR:IMAGEHEIGHT
                  	  NETQUOTEVAR:IMAGEWIDTH
                  	  NETQUOTEVAR:OTHERIMAGEMARKUP
                  	  ALIGN="ABSMIDDLE">
                  <!--NETQUOTEVAR:ALTERNATETEXT-->
                  <!-- SectionNavImage HTML end -->
                  Norman - www.drillpine.biz
                  Edinburgh, U K / Bitez, Turkey

                  Comment

                  Working...
                  X