Results 1 to 2 of 2

Thread: Need help using images.

  1. #1
    xTRiiXsT3Rr- Guest

    Need help using images.

    Hey guy's, I'm new to web designing and I seriously need help. When I add some images on top of my text boxes etc, I don't want the images to be known as images, I mean when they are right clicked on my web browser, it shows the option for downloading the image, but on some websites, it does not show this.

    Could someone please explain how to achieve this??

    Also, I need help with a banner, I want it to be exactly the width of the viewer's screen resolution. How can I do this? Can someone please help. Thanks

  2. #2
    Join Date
    Oct 2008
    Posts
    163
    When you code your site, the images will be as backgrounds within the "div", such as:

    #item1 {
    background-image="yourimage.jpg"
    }

    Right clicking on these don't do much of anything anymore.

    As for your banner, set it's width to 100% of your container and that should allow it to change sizes depending on the resolution of the viewes screen.

    Hope this helps some,
    Vance

Similar Threads

  1. Replies: 1
    Last Post: 16 Jul 2007, 02:46 PM
  2. Concept Feedback: Digg.com but for images
    By angmi90 in forum General Questions
    Replies: 1
    Last Post: 02 Aug 2006, 07:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •