Announcement

Collapse
No announcement yet.

product group list - re rollovers

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

    product group list - re rollovers

    when my list off product groups is displayed on screen. using jpg icons. I want to change this so that they are rollover images. i have searched through this on the foums but have had no luck . I am using a custom built page and have not changed anything except act_primary page. any help would be great or a point into the right direction. thanks

    #2
    bump up, can anyone give me help?

    Comment


      #3
      Hi Taz

      Does this kb article help?
      Ben Popplestone
      Ecommerce website software

      Comment


        #4
        will look throught it, looks good tho. thanks a lot. do you know how to display the name off the group under the image as well or will i need to write this on the actual image?

        Comment


          #5
          not getting this to work. all my images are blank now. how do i assign the images for the sections now?

          Comment


            #6
            The table for placing the section image and name is held in the Act_SectionLine.html template. You can rearrange the table cells to put the section name under the image.

            The images are assigned in the Properties tab using the dropdown list to specify SECTIONIMAGE and SECTIONIMAGE2.
            Ben Popplestone
            Ecommerce website software

            Comment


              #7
              so under value, do i type in the location of the file on my hardrive?

              Comment


                #8
                right got the swap over images to work but not sure what to do bout the group name:

                this is how my act_sectionline.html looks at current.

                Code:
                <!-- SectionLine HTML begin -->
                <!-- Insert HTML for the beginning of a section title -->
                
                <DIV ALIGN="LEFT">
                
                <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">
                
                	<TR>
                
                		<TD ALIGN="LEFT" VALIGN="TOP">
                			<A HREF="NETQUOTEVAR:SECTIONLINK">
                <img src="CUSTOMVAR:SECTIONIMAGE"alt="NETQUOTEVAR:SECTIONNAME"
                onMouseOver="src='CUSTOMVAR:SECTIONIMAGE2' "
                onMouseOut="src='CUSTOMVAR:SECTIONIMAGE' "
                border="0">
                </A>
                		</TD>
                
                		<TD ALIGN="LEFT" VALIGN="MIDDLE">
                			<A HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
                			<br><span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span>
                		</TD>
                
                	</TR>
                
                </TABLE>
                
                </DIV>
                NETQUOTEVAR:NEXT
                <!-- Insert HTML for the end of a section title -->
                <!-- SectionLine HTML end -->

                Comment


                  #9
                  Yes. (Tip: it's generally better to hold all images in your site directory for back-up purposes, and also that way, you only have to enter the image names in the field.) Also, be sure to tick 'Use as Customvar' and 'Is file name' as mentioned in the kb article.
                  Ben Popplestone
                  Ecommerce website software

                  Comment


                    #10
                    It may not be exactly what you want, but very simply you could replace ...
                    Code:
                    </TD>
                    
                    		<TD ALIGN="LEFT" VALIGN="MIDDLE">
                    ... with ...
                    Code:
                    </TD>
                    	</TR>
                    	<TR>
                    		<TD ALIGN="LEFT" VALIGN="MIDDLE">
                    This will put the name and text below the image.
                    Ben Popplestone
                    Ecommerce website software

                    Comment


                      #11
                      the section name is not coming up at all. for example for monitor section, under the image off the monitor it will say "monitor" etc. i've had play round and can't seem it to display the name.

                      Comment


                        #12
                        Hi Taz

                        Check whether you have accidentally selected 'Images Only' in 'Design | Options | Sections' (or in the the 'Layout' tab of any of your sections).

                        Comment

                        Working...
                        X