Link to home
Start Free TrialLog in
Avatar of jdana
jdanaFlag for United States of America

asked on

Hyperlink fails in IE8. Why?

Take a look at my development page:

http://www.jaginc.com/dev/indexNew.php

The hyperlinks shown in the image (Denver Post - "Denver's Judge Naves comes off the bench", Law Week - "Naves To Begin Working At JAG In April", Click here to enroll.) aren't working in IE8 (and presumably IE7).  No problems w/ Firefox or Chrome.  

I've included the HTML below.  What's the issue?
<div id="apDiv0">
<p><b>JAG Welcomes Denver District Chief Judge Larry Naves</b><br /></p>
<p><a href="http://www.denverpost.com/news/ci_14386417" target="_blank" style="cursor:pointer;">
<b>Denver Post -</b> &quot;Denver's Judge Naves comes off the bench&quot;</a></p>
<p><a href="http://www.lawweekonline.com/2010/02/naves-to-begin-working-at-jag-in-april/" target="_blank" style="cursor:pointer;">
<b>Law Week -</b> &quot;Naves To Begin Working At JAG In April&quot;</a></p>
</div>

<div id="apDiv2">
<p><b>JAG 2009-2010 Education Series</b></p>
<p><a href="/education" style="cursor:pointer;">Click here to enroll.</a></p>
</div>

Open in new window

Bad-Hyperlinks-in-IE.png
Avatar of qwerty021600
qwerty021600
Flag of India image

I cross check your page by
-- coping the code snippet given in an html page and run it.. it's working fine in both IE7 and IE8.
-- And save the complete php page. then also it' working fine..
But while rendering the complete php page in IE, it is not taking <a> tag rather taking only the p element in a div.
ASKER CERTIFIED SOLUTION
Avatar of Hans Langer
Hans Langer

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
SOLUTION
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 jdana

ASKER

GERENTE, Thanks!  It worked great.