Link to home
Start Free TrialLog in
Avatar of egoselfaxis
egoselfaxis

asked on

How can I hyperlink my DIV ? (neither href and onclick are working)

For some reason, I don't seem to be able to hyperlink the banner image that I have in my righthand column (which is a DIV with text in it -- NOT an image):

http://www.testmdg.com.php5-21.websitetestlink.com/portfolio/arts-entertainment/

The DIV that I'm trying to link / make clickable is called "#banner_image"

I've tried using regular HREF tags as well as onclick="location.href=" ... but it seems that no matter what I try, .. I can't make the DIV clickable.  Why?  How can I achieve this?

Thanks,
- Yvan



ASKER CERTIFIED SOLUTION
Avatar of zappafan2k2
zappafan2k2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zappafan2k2
zappafan2k2

Oh, by the way, your page loads 17 external Javascript scripts and 7 external stylesheets.  That, plus 11 images make for a lot of HTTP requests for one page.  You may want to try to combine some if you can.
Avatar of egoselfaxis

ASKER

You are correct -- your suggestion worked.

Thanks so much!
- Yvan
Hmmm .. I just noticed that my "Industries" and "Mediums"  dropdown menus are now appearing underneath the banner image on mouseover.  Any suggestion as to how I can fix that?

- yg
Nevermind - I figured it out.  I had to reduce teh width of my porfolio DIV to 580px.

Thanks!
- yg