Web Page Design Questions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srbbnd
    Platinum Poster
    • Jul 2005
    • 1088

    Web Page Design Questions

    Any web page designers out there who can answer some quick questions?


    Is it possible to make a drop down box on an image?

    How do I get an image to be completely centered on a web page using dreamweaver on all different types of monitor sizes?

    Is it possible to have an image have multiple links on different areas of it?

    Thanks!
    www.bestfilmsofthe20thcentury.com/

    www.forwardthinkingproduction.com/
  • Steve Graham
    DJ Jelly
    • Jun 2004
    • 12887

    #2
    Re: Web Page Design Questions

    Originally posted by srbbnd
    Any web page designers out there who can answer some quick questions?


    Is it possible to make a drop down box on an image?

    How do I get an image to be completely centered on a web page using dreamweaver on all different types of monitor sizes?

    Is it possible to have an image have multiple links on different areas of it?

    Thanks!
    question 1, not sure

    question 2 place a frame that encompasses the entire screen, 100% width, then place the image in the centre of that

    question 3, yes, use the hot spot tool in dreamweaver

    Comment

    • srbbnd
      Platinum Poster
      • Jul 2005
      • 1088

      #3
      Re: Web Page Design Questions

      Excellent!!! Thanks!
      www.bestfilmsofthe20thcentury.com/

      www.forwardthinkingproduction.com/

      Comment

      • Steve Graham
        DJ Jelly
        • Jun 2004
        • 12887

        #4
        Re: Web Page Design Questions

        you're welcome!

        do you know where the image hot spot function is?

        after you insert the image, click on it, and in the command box near the lower left you'll see three little blue shapes.. those are your hot spots.. you can use rectangle, sphere or poloygon

        Comment

        • Homskillet
          Platinum Poster
          • Jun 2004
          • 1289

          #5
          Re: Web Page Design Questions

          Question #1
          Buy the domain name DynamicDrive.com and launch your business with a premium domain and a high quality logo.


          Question #2
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
          <td align="center" valign="middle"><img src="YoourImageName.jpg" /></td>
          </tr>
          </table>

          Question #3
          Perfect answer!
          https://soundcloud.com/dahlheim/shadynasty-tres-final

          Comment

          • Steve Graham
            DJ Jelly
            • Jun 2004
            • 12887

            #6
            Re: Web Page Design Questions

            ^^^ question 2 is what I was attempting to get across, you did a much better job!

            Comment

            • srbbnd
              Platinum Poster
              • Jul 2005
              • 1088

              #7
              Re: Web Page Design Questions

              Thanks guys this helps a lot just saved me a couple of hours fiddling around with dreamweaver and watching tutorial vids on youtube.
              www.bestfilmsofthe20thcentury.com/

              www.forwardthinkingproduction.com/

              Comment

              • srbbnd
                Platinum Poster
                • Jul 2005
                • 1088

                #8
                Re: Web Page Design Questions

                Hey thanks guys I finally got the fricking drop down boxes to work if you want to check it out http://www.bestfilmsofthe20thcentury.com/
                www.bestfilmsofthe20thcentury.com/

                www.forwardthinkingproduction.com/

                Comment

                • anonin
                  Juvenile Delinquent
                  • Oct 2005
                  • 2347

                  #9
                  Re: Web Page Design Questions

                  Originally posted by srbbnd

                  How do I get an image to be completely centered on a web page using dreamweaver on all different types of monitor sizes?

                  Is it possible to have an image have multiple links on different areas of it?

                  Thanks!
                  #image {
                  display: block;
                  margin: 0 auto;
                  }

                  /* be sure to define the image height and width */

                  To create different links on different areas of an image, you want to create something called an "image map" http://www.w3schools.com/tags/tag_map.asp

                  Hope that helps!

                  Comment

                  Working...