Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to fix the image at right side of the center page in browser,....IT fixed center in all browser except IE6.....

this is my code....
XML
<table width="100%" border="0" cellspacing="0" cellpadding="0">
                       <tr>
                           <td align="center" valign="top">

                                <div style="position: absolute; float:right; right: 0px; width: 0px;">
                                       <div class="sociallink">
                                           <a href="www.facebook.com">
                                               <img src="image/facebook.png" /></a><br />
                                           <a href="wwww.twitter.com">
                                               <img src="image/twitter.png" /></a><br />
                                           <a href="www.blog.com">
                                               <img src="image/blog.png" /></a>
                                       </div>
                                   </div>
                           </td>
                       </tr>
                   </table>



and my css code is here
CSS
.sociallink
{
    position: fixed;
    top: 200px;
    right: 0px;
    background: url('../image/social_bg.png') no-repeat;
    padding: 35px 0px 5px 12px;
    height: 175px;

}

.sociallink img
{
    padding: 5px;
    border: none;
}



Can anyone able to overcome this problem....Pls help me.....
Posted
Comments
Bojjaiah 23-Feb-12 6:13am    
click on compatibility view and checkout ur result
Ed Nutting 23-Feb-12 14:51pm    
Not only is this a repost but it is a repost with partially improved code from my solution! This question is not only poor but he has not taken any of my code and used it properly in full or in part! I would strongly advise not bothering to help the OP with this question since he seems not to take notice of any response he does get hat actually works...

try this please: <div style="position: absolute; float:right; right: 0px; width: 200px;"></div>
 
Share this answer
 
v2
Comments
vivekx2 23-Feb-12 6:25am    
thank u for your support...But it shows same problem again.
Well, Can you please post a screen shot of the ie6 screen so i can solve the problem for you

thanks
 
Share this answer
 
Comments
vivekx2 23-Feb-12 7:06am    
how to add screen shot in code project....can u help me....
WALEED SHAKER 23-Feb-12 7:10am    
it seems we can't add screen shot at code project but i can help you to send it to ...
vivekx2 23-Feb-12 7:22am    
I have send you a mail....Pls intimate it....
Thanks....
vivekx2 23-Feb-12 8:02am    
Thanks for ur support....I will contact you further for any queries....thank u...
vivekx2 24-Feb-12 4:53am    
Hello sir ....I got another chance to ask a doubt to you.....I have send a mail to you....pls notify it sir....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900