• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

What is the App/code that does this

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

    What is the App/code that does this

    Click the link and then click on one of the images

    http://www.reptileclassifieds.co.uk/

    I want to know how to open images in this way.

    Ta
    Throw them to the lions - WC2 5.4

    #2
    JavaScript and CSS.

    Code:
    <script type="text/javascript" src="/js/mootools.js"></script>
    <script type="text/javascript" src="/js/slimbox.js"></script>
    <link rel="stylesheet" type="text/css" href="css/classifieds.css" />
    <link rel="stylesheet" href="/js/slimbox.css" type="text/css" media="screen" />
    http://www.digitalia.be/software/slimbox

    HTH

    Comment


      #3
      Originally posted by DimPrawn View Post
      JavaScript and CSS.

      Code:
      <script type="text/javascript" src="/js/mootools.js"></script>
      <script type="text/javascript" src="/js/slimbox.js"></script>
      <link rel="stylesheet" type="text/css" href="css/classifieds.css" />
      <link rel="stylesheet" href="/js/slimbox.css" type="text/css" media="screen" />
      http://www.digitalia.be/software/slimbox

      HTH
      Cheers DP.
      Throw them to the lions - WC2 5.4

      Comment

      Working...
      X