HELP...Combo Page Viewer Not functioning in SAFARI

6 posts by 2 authors in: Forums > CMS Builder
Last Post: March 19, 2013   (RSS)

By mnoyes - March 19, 2013

if you select a persona name on the left, the link takes you to the Homepage of the site. Sometimes it takes you to the detail page. Works fine in other browsers.

here is the link.....

http://mahalasdayspa.com/Staff.php

By dwellingproductions - March 19, 2013

Hello!

It looks like you made this image (images/bkgds/home.png) into a link which is covering over the text links below it.  This is the problematic line of code:

<a href="beta.php"><img src="images/bkgds/home.png" alt="Mahalas Day Spa" width="1000" height="600" style="; display:block;" /></a>

Simply remove this link and the text links will be clickable again.  If you really need the image to be a link, I'd look into using an image map so that only the non-white portion of it is a link, so that it does not interfere with the text links around it.

Hope that helps!  :-)

- Jeremy

---------------------------

Dwelling Productions

www.dwellingproductions.com

By mnoyes - March 19, 2013

Thanks...looked like that might work....I did the image map, but it is still blocking the links underneath. Even have the z-index of the image at 100 and the Content at 1000....

Guess need to keep trying.

By mnoyes - March 19, 2013

had to add "position:relative;"

By mnoyes - March 19, 2013

thanks. I think i might do that....