Jump to content

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.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.