Announcement

Collapse
No announcement yet.

Extended info pop ups won't work.

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

    Extended info pop ups won't work.

    For some reason the extended information popups that we have had for years no longer work.
    Can anyone help please.

    THe More details button would normally allow you to see a bigger picture & more info.

    http://www.freeyourmobile.biz/acatal...le_phones.html

    #2
    Here's the problem:
    Code:
    	<style type="text/css">
    	/* Here are some styles to override the default styles that are in the Actinic StyleSheet layout */
    		p, table, td, th {
    			line-height: 150%;
    		}
    		<script language="javascript" type="text/javascript" src="acatalog/actiniccore.js"></script>
       <script language="javascript" type="text/javascript" src="acatalog/actinicextras.js"></script>
    
    	</style>
    Move </style> to above <script language="javascript" type=....

    Comment


      #3
      LOL the "for years" argument is always quite comical. Why do most people seemingly forget the codges they've recently been involved with, surely it's not that hard to make the connection?

      Comment


        #4
        Unfortunatly it still wont work it comes up woth code error in internet explorer & firefox.
        I click on the more info button in firefox it opens a new window that is blank.

        eg http:// www.freeyourmobile.biz/ acatalog/ dual_sim_mobile_phones. html

        Do you think I may have a corrupt javascript file, I have refreshed the site.


        Thanks for the tip drounding it makes sense now I see it.
        That's the good thing with this forum surrounded by helpful people that are good at code which unfortunatly I am not.

        Comment


          #5
          Your Javascript files are incorrectly linked and the page cannot find them.
          Peblaco

          Comment


            #6
            You are a star thank you very much works a dream now.

            Comment

            Working...
            X