Viewing 4 posts - 1 through 4 (of 4 total)
  • Web site help needed
  • sharkbait
    Free Member

    I'm doing a small web site for a friend which contains a number of images. How can I get a larger version of the image to appear on a semi-transparent background – such as used on the On One website Like this – when they click on an image.

    I'd also really like to have just a single version of each image on the website which is reduced in size for the main page but shown full size (as above) when clicked on – is this possible without specifying image sizes for every image?

    I'm using Dreamweaver if it makes a difference.

    simonfbarnes
    Free Member

    well the greyed out background is a div with style:
    #TB_overlay {
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:5555;
    }
    thickbox.css (line 28)
    .TB_overlayBG {
    background-color:#000000;
    opacity:0.75;
    }

    you can specify an image tag with width=50% height=50% to make it smaller

    I've not yet worked out how the image is centred – that may be the default for auto

    jimmers
    Free Member

    There you go…

    Lightbox

    sharkbait
    Free Member

    Jimmers……. well found – slick 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Web site help needed’ is closed to new replies.