21309 Posts in 5738 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 898 Views |
-
Image Maps

28 October 2010 at 10:12am
Image Maps
Why wont my image map work in a page? The html seems OK (see below) but I will be blowed if I can get it working.
<img class="left" src="assets/Uploads/Welcome.png" alt="Course Schedule" width="300" height="300" usemap="#Welcome" Title=""/></p>
<map name="Welcome">
<area shape="rect" coords="68,5,230,54" href="http://www.redrope.org.uk" target="_blank" alt="Welcome" />
<area shape="rect" coords="65,65,233,181" href="http://www.bbc.org.uk" target="_blank" alt="Saturday" />
<area shape="rect" coords="61,196,236,295" href="http://www.riverside.org.uk" target="_blank" alt="Sunday" /></map>
</p>
-
Re: Image Maps

28 October 2010 at 11:58am
What exactly are you having problems with? Are the maps un-clickable, or does it seem off, or what?
-
Re: Image Maps

29 October 2010 at 12:04am
Hi Ryan M
When I hover the mouse over the cursor does not change and click on the map it does not work at all.
Haggis
-
Re: Image Maps

29 October 2010 at 7:13am
Your code appears to work when I pasted it into editor and viewed it. How are you adding the code to the page?
-
Re: Image Maps

29 October 2010 at 12:29pm
It could be caused by hashlink rewriting - another piece of SSViewer magic that can get in the way some times. Try adding this to _config.php:
SSViewer::setOption('rewriteHashlinks', false)
-
Re: Image Maps

2 November 2010 at 3:30am
Hi
The problems I had was when I was using the code in a site on locahost when usingthe exact same code on a site on a server on a hosting service it worked!
I did not do anything different so is it something about using it on localhost?
Mike
-
Re: Image Maps

2 November 2010 at 10:42am
Depends on how your local .htaccess file is setup, and if you're including the base href tag in your template.
For example, my local .htaccess requires an URL rewrite in the style of http://localhost:8888/ProjectName/silverstripe directory here...
| 898 Views | ||
|
Page:
1
|
Go to Top |



