dlebowski Posted July 17, 2007 Share Posted July 17, 2007 I have an interesting situation that has come while developing mys site. I have some basic tables with columns and text in this site that I am designing that line up perfectly when I access the page in Windows using Firefox or IE7. But for some reason, when I access the same page using Firefox while using Ubuntu, the columns are off. No matter what I do to increase font size or decrease font size, they simply will not line up. Has anyone else experienced anything similar to this? It may be a setting in Firefox, but I don't know what it could possibly be. Let me know if you have come across anything like this. Thanks, Ryan edited by akitchin: moved to HTML help. Link to comment https://forums.phpfreaks.com/topic/60421-solved-firefox-in-linux-vs-firefox-in-windows-format-issues/ Share on other sites More sharing options...
soycharliente Posted July 17, 2007 Share Posted July 17, 2007 I use Ubuntu and test all my sites in Win(FF, IE6/7), Mac(FF, Safari), and Ubuntu(FF) and never have any problems. Are you using tables? Divs? Show some code and I can try to help. Link to comment https://forums.phpfreaks.com/topic/60421-solved-firefox-in-linux-vs-firefox-in-windows-format-issues/#findComment-300577 Share on other sites More sharing options...
dlebowski Posted July 17, 2007 Author Share Posted July 17, 2007 The ud_lottitle field is the one that is grossly out of proportion in my site. The other ones are off by a little bit. Let me know what you think. Thanks for getting back to me. <tr><form action="<? echo "{$_SERVER['PHP_SELF']}?page=$page&SelectLotAuctionDate=$LotAuctionDate&sortby=$sortby" ?>" method="post"> <? echo "<input type='hidden' name='ud_LotID'>";?> <? echo "<input type='hidden' name='ud_LotPaymentExempt'>";?> <TD height="29"><? echo "<input type='text' size='5' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='ud_LotNumber' value='$LotNumber'>";?></td> <TD height="29"><? echo "<input type='text' size='46' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='ud_LotTitle' >";?></td> <TD height="29" align="center"><? echo "<input type='text' size='10' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='ud_SellingPrice' >";?></td> <TD height="29" align="center"><? echo "<input type='text' size='7' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='ud_Buyer' >";?></td> <TD height="29" align="center"> <select style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black;' name="ud_OnlineOnsite"> <option value="ONLINE">ONLINE</option> <option value="ONSITE">ONSITE</option> </select></td> <TD height="29" align="center"><? echo "<input type='text' size='8' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='ud_AbsenteeBid' >";?></td> <TD height="29" align="center"><? echo "<input type='text' size='7' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='ud_SellerNumber' >";?></td> <TD height="29" align="center"><? echo "<input type='text' size='8' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='SelectLotAuctionDate' value='$LotAuctionDate'>";?></td></tr> <td><input value ="ADD LOT" name="submit3" type="Submit"></td></form><br><br> Link to comment https://forums.phpfreaks.com/topic/60421-solved-firefox-in-linux-vs-firefox-in-windows-format-issues/#findComment-300683 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.