I am currently having a huge headache trying to get a site I'm building to work across variable resolutions. The main navigation is through an image map that needs to fill most of the viewport. I know this is totally outmoded but an image map seems the only non-Flash solution to allow polygonal area delimiting - i'd love an alternative though!
I have eventually managed to get the site to resize to allow the main image to display on smaller monitors using conditional jQuery & CSS, but that resizes the text within the slickboxes too, which looks awful!
The site (very much unfinished) is here. I know the navigation isn't entirely clear yet (hover over and click paint colours), but I want to sort this issue first.
My questions, in summary:
- Is there an alternative way to create this polygonal hotspot rollover image without using an Image Map?
- Is there otherwise a way of resizing the image map and overlaid slickboxes, while keeping text the same size?
Thanks so much - been pulling hair out over this all weekend!