My header links work in IE9, however they don’t work in Safari or in Chrome browsers. The weird thing about this is my <?php echo $ckinOptions; ?> (highlighted on the bottom) links work in Safari & Chrome.
Here is my script....
<div style="font-size:72px; line-height:1.0em; float:left;margin:-15px;">
<blockquote>
<p><a href="http://www.myglobalpnr.com/index.php"><img src="images/mgplogo1.png" alt="Note" title="Go Back Home to My Global PNR" width="150" height="150"hspace="0" vspace="0" border="0" /></a><strong>My Global PNR</strong> </p>
</blockquote>
</div>
<div align="left">
<table width="883" align="left" cellpadding="0" cellspacing="0" >
<tr>
<td width="1" height="55" valign="top"><div align="right"></div></td>
<td width="801">
<div class="headerBtns" style="margin-top:-80px; text-align: center;">
<div align="center"><span class="center" style="text-align: right">
<a href="http://myglobalpnr.com/myworktriptopics/index.php">Work & Trip Forums</a>
<a href="http://myglobalpnr.com/tktedmembers_search.php">Search Ticketed Members</a>
<a href="http://www.myglobalpnr.com/myvcphotoalbum/index.php">My Vacation Photos</a> </span><span style="text-align: right"><span style="text-align: center"><a href="http://myglobalpnr.com/myvcpostcard.php#">Send A Vacation Postcard</a></span></span><span style="text-align: center"> </span></div>
<p align="center"><span style="text-align: center"><a href="http://myglobalpnr.com/myvcbookexchg/index.php">Traveling Book & Guide Exchange</a>
<a href="http://www.myglobalpnr.com/myvcorganizer/index.php">My Vacation Organizer</a>
<a href="http://myglobalpnr.com/myvchomeswap/testRentalListing.php?controller=Listings&action=add">Rent A Vacation Home</a></span></p>
</div>
</td>
</tr>
</table>
</div>
<div class="editmyresckairmail">
<div align="right" class="center">
<div align="center"><?php echo $ckinOptions; ?></div>
</div>
Thanks in advance,
Scotty13