• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Adobe Dreamweaver CS6 Property Inspector Panel drop down panel is empty

Participant ,
Apr 09, 2021 Apr 09, 2021

Copy link to clipboard

Copied

Hi there,

 

Working on my first website with Dreamweaver CS6 and wish to create an image map with hotspots. I'm in Design mode and yet when I highlight an image to draw a hotspot area with the polygon tool I'm confronted with an empty grey box.

PI_1.jpg

 Presumably the above with polygon and other tools bottom left is what I should see however all that I see is this >

PI_2.jpg

 Any help would be greatly appreciated.

 

Kind regards, Garry.

Views

265

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 09, 2021 Apr 09, 2021

Copy link to clipboard

Copied

First, image maps are not natively responsive so it's really not recommended to use them.  There is a reference to options for this using javascript or svg images as a replacement that can be found here: https://stackoverflow.com/questions/7844399/responsive-image-map .

 

To your specific images though, the second shows the image map option that you should see in your version of DW.  The first image shows the image map options that you should see. The second shows that you are pointed at a div and not at your image. This could be due to the code of your site and how your page is setup that is causing the div to be selected and not the image. If you are having trouble selecting the image no matter how you click, you may need to validate your code for errors ( https://validator.w3.org ).

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 11, 2021 Apr 11, 2021

Copy link to clipboard

Copied

Your first website, that's very exciting!  Unfortunately, outdated web authoring software won't help you much.  CS6 hasn't been updated since 2012.  Meanwhile, the web has changed a lot in 9 years. 😉

 

Put your best foot forward.  Start with HTML5, CSS and JavaScript code.  And don't use old fashioned images maps for  navigation.  It will never work right on mobile devices which is what most people use now.

 

Read chapters, do code exercises and take quizzes at the end.
- https://www.w3schools.com/html/
- https://www.w3schools.com/css/
- https://www.w3schools.com/js/
- https://www.w3schools.com/bootstrap4/

You can try DW CC 2021 free for 7 days.

Adobe Dreamweaver CC - https://www.adobe.com/products/dreamweaver.html

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 12, 2021 Apr 12, 2021

Copy link to clipboard

Copied

Image Maps can't be added to background images of a <div> tag. Even if your <div> has an image background, whether in css or html, you won't be presented with the Image Map options in the Properties window.

As Ben mentioned, you must have an <img> selected.

I'll add a +1 for avoiding their use all together.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 12, 2021 Apr 12, 2021

Copy link to clipboard

Copied

I agree with everything that has been said about the relationship between image map and background image, however thanks to css you can get around this problem ... look at this example, well the example is from a decade ago, but it shows the idea ...
by hovering over the regions there is a first visual interaction, and by hovering over the small dots that appear (and that materialize the capital) a second interaction occurs

 

https://www.puce-et-media.com/wp-content/uploads/utilisation-de-base-des-sprites-css/sprites/carte.h...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Apr 14, 2021 Apr 14, 2021

Copy link to clipboard

Copied

LATEST

Many thanks to all who have responded - your help and support is greatly appreciated. Regards, Garry.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines