Announcement

Collapse
No announcement yet.

Mysterious Disappearing Image Link

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

    Mysterious Disappearing Image Link

    I have spent several hours tonight trying to find the cause of a disappearing image link in the right column of my new V9 site.

    The image in question is a "Free Delivery" image positioned under the credit card logos on the right hand side.

    It is visable at all times correctly in FF2, but is sometimes visable and sometimes missing when viewed with IE7, depending on which page you are on, for example it is visable when in the "Stationery" section but disappears when in the "Homeware" section
    I have tried removing the "More info" button and found that the behaviour becomes more unpredictable.
    The same outer layout is used for all pages.

    This is my first site designed using CSS and I am far from an expert but trying to learn, so suspect I have made a fundamental error with the CSS coding.

    The site is not live, but can be found at:
    http://www.golfteewarehouse.co.uk/acatalog/test/

    Any suggestions would be very welcome.
    Darren Guppy
    Golf Tee Warehouse
    Golf Tees and Golf Accessories.

    #2
    I can't see the problem. All pages I tried have the delivery image showing.

    Is it your browser cache?

    Comment


      #3
      Thanks for the suggestion.
      I have now cleared the cache but still see the same problem on IE7. What browser did you test it in.

      I get the same result on two separate machines both Win XP, IE7.

      I have also just used http://browsershots.org and that also indicates that the image is not displayed on IE6 and IE7 but OK on IE5.5 and IE8 and also fine on Firefox, Opera and Safari.

      The following link displays the webpage screenshot procuced on IE7 by the browsershots website:
      http://browsershots.org/screenshots/...fe5fe7316da35/
      Darren Guppy
      Golf Tee Warehouse
      Golf Tees and Golf Accessories.

      Comment


        #4
        I'm seeing the problem in IE7. The 'Free Delivery' on the RHS isn't showing on the Homeware page.
        Am multi-tasking (badly) somewhat so can't look at it right now but wanted to confirm I'm seeing the same as you, Darren
        Tracey

        Comment


          #5
          Thanks Tracey,

          I can now go to bed knowing I am not "completely" mad.
          Darren Guppy
          Golf Tee Warehouse
          Golf Tees and Golf Accessories.

          Comment


            #6
            It shows for me on homeware (XP-IE7) but I see some unclosed anchor tags there. You have:
            Code:
            <div id="GTWrightColumn">
            	<div class="paymentsimage">
            		<a href="Payments.html">
            			<img src="xPaymentMethods.gif" alt="Payment Methods & Security" width="140px" height="162px" border=0 />
            	</div>
            	<div class="GTWFreeDeliveryBox">
            		<a href="Delivery.html">
            			<img src="xFreeDelivery.gif" alt="Delivery Options" width="140px" height="150px" border=0 />
            			<div class="navDeliveryInfoButton">
            				<a href="Delivery.html" target="_self" class="DeliveryInfoButton">More Info
            				</a>
            			</div>
            	</div>
            </div>
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Thanks Norman,

              That has solved the problem. I can't believe I didn't spot them.
              Darren Guppy
              Golf Tee Warehouse
              Golf Tees and Golf Accessories.

              Comment

              Working...
              X