arcademint.com Posted March 21, 2007 Share Posted March 21, 2007 Hello Friends, my site is : http://www.sonybeat.com i have a small problem.. i just created a image tab using a code like below.. its looking ok in IE ..but..Looks with some spaces in FireFox ..Please help me to fix it PLEASE HELP ME... ITS URGENT FOR ME :-D i tried to add valign=bottom , vspace=0 for some <td> and images.. but that was not works.. i attached 2 screen shot with red outlined the error.. below.. <td align="center" style="PADDING-BOTTOM: 0px; PADDING-TOP: 0px"> <table width="750" border="0" cellspacing="1" cellpadding="0"> <tr align="center"> <td width="136px" height="32px"><a href="www.sonybeat.com/index.php"><img src="images/button1_b.png" border="0"></a></td> <td width="136px" height="32px"><a href="www.sonybeat.com/upload.php"><img src="images/button2.png" border="0"></a></td> <td width="136px" height="32px"><a href="www.sonybeat.com/video.php?next=watch"><img src="images/button3.png" border="0"></a></td> <td width="136px" height="32px"><a href="www.sonybeat.com/channels.php"><img src="images/button4.png" border="0"></a></td> <td width="136px" height="32px"><a href="www.sonybeat.com/groups.php"><img src="images/button5.png" border="0"></a></td> <td width="136px" height="32px"><a href="www.sonybeat.com/friends.php"><img src="images/button6.png" border="0"></a></td> </tr> </table> </td> ITS THE SCREENSHOT IN IE ITS THE SCREENSHOT IN FIRE FOX Link to comment https://forums.phpfreaks.com/topic/43742-solved-spaces-between-few-images-please-help-to-fix-it/ Share on other sites More sharing options...
fredb Posted March 21, 2007 Share Posted March 21, 2007 Have you tried changing <tr align="center"> with <tr align="center" valign="bottom"> ? Link to comment https://forums.phpfreaks.com/topic/43742-solved-spaces-between-few-images-please-help-to-fix-it/#findComment-212429 Share on other sites More sharing options...
arcademint.com Posted March 22, 2007 Author Share Posted March 22, 2007 i will try now...and let you know the results.. Thanks ! Link to comment https://forums.phpfreaks.com/topic/43742-solved-spaces-between-few-images-please-help-to-fix-it/#findComment-212473 Share on other sites More sharing options...
arcademint.com Posted March 22, 2007 Author Share Posted March 22, 2007 it gave me the same result.. this error making me mad ! Link to comment https://forums.phpfreaks.com/topic/43742-solved-spaces-between-few-images-please-help-to-fix-it/#findComment-212475 Share on other sites More sharing options...
arcademint.com Posted March 22, 2007 Author Share Posted March 22, 2007 any ideas please ? Link to comment https://forums.phpfreaks.com/topic/43742-solved-spaces-between-few-images-please-help-to-fix-it/#findComment-212501 Share on other sites More sharing options...
Copyright Posted March 22, 2007 Share Posted March 22, 2007 I think you should try forcing those images with negative bottom offset; .imgbutton{border:0;position relative;bottom:-3px;} * html .imgbutton{bottom:0;} // hidding the fix from IE6 ............................ cellpadding="0"> <tr align="center"> <td width="136px" height="32px"><a href="www.sonybeat.com/index.php"><img src="images/button1_b.png" class="imgbutton">[/url]</td> <td width="136px" ........................... Link to comment https://forums.phpfreaks.com/topic/43742-solved-spaces-between-few-images-please-help-to-fix-it/#findComment-212633 Share on other sites More sharing options...
arcademint.com Posted March 22, 2007 Author Share Posted March 22, 2007 WOW !!! Its Aacctualy Works ! :) :) :) :) here is the CSS i used to Switch between IE / FireFox.. .imgbutton{ border:0; position:relative; bottom:-3px; // Work With Other Browsers... #bottom:0px; // Works With IE.. } Thanks a lot !!! Link to comment https://forums.phpfreaks.com/topic/43742-solved-spaces-between-few-images-please-help-to-fix-it/#findComment-212788 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.