HorizonForumsone horizon
Log inSign up

[ms] · Est. May 2002

Music madethis place,we just kept itgoing...

One durable person. One social graph. Many communities—and every way people speak, share, listen, write, gather and remember.

Forums / Computers / Electronics / Games

Web Page Design Questions

9 durable postsStarted 2010-03-22Latest 2010-03-26
#81652Post 1 of 9

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!

#1352662Post 2 of 9

Re: Web Page Design Questions

[QUOTE=srbbnd;846432]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![/QUOTE]

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

#1352675Post 3 of 9

Re: Web Page Design Questions

Excellent!!! Thanks!

#1352676Post 4 of 9

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

#1352701Post 5 of 9

Re: Web Page Design Questions

[B]Question #1[/B] [url]http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm[/url]

[B]Question #2[/B]

[B]Question #3[/B] Perfect answer!

#1352704Post 6 of 9

Re: Web Page Design Questions

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

#1352946Post 7 of 9

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.

#1353047Post 8 of 9

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 [URL="http://www.bestfilmsofthe20thcentury.com/"]http://www.bestfilmsofthe20thcentury.com/[/URL]

#1353659Post 9 of 9

Re: Web Page Design Questions

[QUOTE=srbbnd;846432]

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![/QUOTE]

#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" [url]http://www.w3schools.com/tags/tag_map.asp[/url]

Hope that helps!

Log in to reply