Jump to content

Graeme

Member
  • Posts

    286
  • Joined

  • Last visited

Posts posted by Graeme

  1. Hello All,

     

    I'm trying to learn how to make a slideshow with Adobe Premiere and was wondering how to transfer the slideshow to DVD so that I can use it on my DVD player.

     

    Are there any tutorials?

     

    Thank you as always,

     

    Best wishes

    Graemr

  2. Hello All,

     

    I inserted a background image into the body of my CSS, it looks great locally but when I upload it won't display. I uploaded the style sheet and the images as usual.

     

    I used the code in my CSS:-

     

    body {

    padding: 0;

    margin: 0;

    font-size: 12px;

    font-family: tahoma, sans-serif;

    letter-spacing: 1px;

    line-height: 160%;

    background: #000 url("../images/star.jpg.")

    }

     

    div {

    text-align: left;

    }

    #topOfPage {

    display: none; }

     

    #container {

    width: 730px;

    padding: 25px;

    margin: 0 auto;

    background: #fff url("../images/back.jpg") bottom center no-repeat; }

     

    Thank you as always,

     

    Best wishes

    Graeme

  3. Hello All,

     

    I'm still having a little bother with the positioning of the thumbnails in my gallery. I use a Div of

     

    div class=".imgholder">

     

    along with the following in my CSS

     

    .imgholder {

    padding: 5px;

    margin: 5px;

    border: 10px solid #000000;

    background-color: #FFF;

    float: left;

    }

     

    I would like a thickish black border on each thumbnail and wrap each of the thumnails in a div, and give that div a fixed height and width, with overflow:hidden.

     

    At the moment everything is good aart from the thumbnails which are in the usual blue border for images with links!

     

    Also would I be better using a table to contaon the thumbnails or use a float in Divs?

     

    Thank you as always,

     

    Best wishes

    Graeme

  4. Hello Benjamin,

     

    Thank you for the reply. I kind of like the idea of the overflow:hidden in a Div but the images are not a consistent horizontal size. I did think about having only a sample of the larger image in the thumbnail but was too inexperienced to think that was the way to go. I visited a site where the the thumbnails seemed to be the same as the larger images when opened at

     

    http://www.larosa.co.uk/gallery.html

     

    In the instance of the overflow:hidden in a Div am I on the right lines with the following code and would this do for each thumbnail in the gallery?

     

    img.left-img{ /* Float any image to the LEFT and give it some margin */

    font-size:1em;

    float:left;

    border: 6px solid #fff;

    margin-bottom:1.8em;

    margin-right:1.8em;

    margin-top:0.3em;

    }

     

    Thank you so much I really appreciate.

     

    Best wishes

    Graeme

  5. Hello All,

     

    Can I ask a couple of questions about coding Lightbox in this forum?

     

    I'm looking for some help with the coding but wasn't sure if it is allowed.

     

    Thank you,

     

    Best wishes

    Graeme

  6. Hello Eric & All,

     

    Thank you for youe help with this.

     

    The code below is for the containers for the thumbnails but I would like to add the extra code we talked about for the thumbnails to sappera all square instead of different orientation.

     

    Am I right in thinking that with the ne code added only part of the larger image appears or does it re-size to suit?

     

    img {

    border: 0}

     

    img.left-img{ /* Float any image to the LEFT and give it some margin */

    font-size:1em;

    float:left;

    border: 6px solid #fff;

    margin-bottom:1.8em;

    margin-right:1.8em;

    margin-top:0.3em;

    }

    img.camp-img{ /* Float any image to the LEFT and give it some margin */

    font-size:1em;

    float:left;

    border: 6px solid #fff;

    margin-bottom:1.6em;

    margin-right:1.6em;

    margin-top:0.1em;

    }

    img.right-img{ /* Float any image to the RIGHT and give it some margin */

    font-size:1em;

    float:right;

    border: 6px solid #fff;

    margin-bottom:1.8em;

    margin-left:1.8em;

    margin-top:0.3em;

    }

     

    Best wishes

    Graeme

  7. Helo All,

     

    I would like to use a gallery on a web site so that when you click on a thumbnail a larger image opens. I have some code (lightbox) but how do I size the thumbnails.

     

    The images I have are in different sizes and orientation, so if I re-size them they come out different. I would like to use 200 x 200 thumbnails but the portrait ones are different to the landscape ones. Should I crop them into the required size but that means I would only be able to have part of the larger image on view in the thumbnail?

     

    If this is the best way then I could do this but I just wanted to check.

     

    Best wishes

    Graeme

  8. Hello All,

     

    In the Light Box code, how can I setup the thumbnails? Some of my images are of variuos sizes and orientation etc. I noticed that on some sample pages the thumbnails are all square yet when opened some of the images are different sizes.

     

    Thank you.,

     

    best wishes

    Graeme

  9. Hello All,

     

    I've been helping a friend with a web site for a Florists. I would like to transfer some of the site onto CD or DVD so she could give it away as a gift at fayres etc. or if someone pops into her shop for information. I have noticed some hotels do this now.

     

    How can I do this so it would also autorun? Also what would be the best format to do it in or is it the same as the web page?

     

    Thank you,

     

    Best wishes

    Graeme

  10. I have this in my CSS

     

    #content {/*overflow: auto; can be used as an alternative to the "clear: both" div*/

    width: 700px;

    margin: 0 auto;

    padding-top: 10px;

    border: 10px solid #FFFFFF;

    border-top: none;

    background: #E9EAE2;

    }

     

    Any good?

     

    Best wishes

    Graeme

  11. Hello,

     

    Thanks for your help but I'm not too sure what you mean. I used the code

     

    brideindex.jpg

     

     

     

    Bridal Party Flowers

    The Greenhouse can offer advice on the perfect bouquet to compliment your dream dress and those of your Bridesmaids and Flower girls.

     

    View Gallery

     

    Thanks again.

     

    Best wishes

    Graeme

×
×
  • Create New...