Jump to content

Positioning Problem In Firefox


cmgweb

Recommended Posts

in all other browsers my positioning is fine but in firefox it is not working properly.

 

http://respiratoryscholar.com/

 

that is the site. it is the 2 elements in the top banner for facebook/twitter. If you can lend me some help that would be awesome.

 

Why do you have 49234792346923 stylesheets?

  • 4 weeks later...

Find:

<table cellspacing="1" cellpadding="0" align="center">
<tr>
<td rowspan="2" class="move3"><a target="_blank" href="http://www.linkedin.com/groups?gid=3822802&goback=%2Eanp_3822802_1349390210881_1"><br />
       <img src="http://respiratoryscholar.com/wp-content/uploads/2012/10/banner.jpg" style="border-width: 0px" /></a></td>
</tr>
<tr>
<td class="move1">
       <a href="http://www.facebook.com/pages/Respiratory-Scholar/176717429043118" target="_blank"><br />
       <img src="http://respiratoryscholar.com/wp-content/uploads/2012/10/Facebook-button.jpg" style="border-width: 0px" /></a></td>
<td class="move2">
       <a href="http://twitter.com/RespiroScholar" target="_blank"><br />
       <img src="http://respiratoryscholar.com/wp-content/uploads/2012/10/twitter_button.jpg" style="border-width: 0px" /></a></td>
</tr>
</table>

 

And replace it with:

<table cellspacing="1" cellpadding="0" align="center">
<tr>
<td rowspan="2"><a target="_blank" href="http://www.linkedin.com/groups?gid=3822802&goback=%2Eanp_3822802_1349390210881_1"><br />
 <img src="http://respiratoryscholar.com/wp-content/uploads/2012/10/banner.jpg" style="border-width: 0px" /></a></td>
<td>
 <a href="http://www.facebook.com/pages/Respiratory-Scholar/176717429043118" target="_blank">
 <img src="http://respiratoryscholar.com/wp-content/uploads/2012/10/Facebook-button.jpg" style="border-width: 0px" /></a></td>
</tr>
<tr>
<td>
 <a href="http://twitter.com/RespiroScholar" target="_blank">
 <img src="http://respiratoryscholar.com/wp-content/uploads/2012/10/twitter_button.jpg" style="border-width: 0px" /></a></td>
</tr>
</table>

 

I did remove the classes you had - you can add them back if you would like, but that might move them again.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.