PDA

View Full Version : IE7 & Safari not displaying links properly


Pikesrider
06-25-2009, 05:25 PM
<a href="http://www.5280mtb/5280forums" target="_blank">www.5280mtb/5280forums</a>.

In the header a few of the navlinks across the top are not displaying properly. See attachment. They work fine in FF.

I believe it is something coded in my header below, but not sure. Or the style changes I made. Any ideas or help would be appreciated.

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output

Pikesrider
06-25-2009, 05:31 PM
Also having the same problem in footer (attached).

Thanks

mmoore5553
06-25-2009, 08:20 PM
You are having problems pulling the pictures. It is also happening on the drop down arrow of your community link. Something with the paths i would assume or you just need to remove the links itself.