| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Senior Member | Mozilla Table Height! I'm having a slight dilemma while testing my online games' website on the Mozilla browser. As you can see, all is well when the website is launched in Internet Explorer. However, when accessed by a visitor using Mozilla, the two links' bars (shaded in light blue) appear to be drastically stretched. I heard correcting something relating to the table's 'line-height' could resolve this issue, but I simply lack the technical expertise to do so myself. Hence, I'm wondering if someone here could guide me through correcting this?
__________________
|
| |
| | #2 (permalink) |
| NamePros Regular | The error is the same on all browsers apart from IE. Try adding the height property to that table: Code: <table style="margin-top: 5px;" class="news" width="100%" height="10" align="center"> ... </table>
__________________ █ Want to develop your domains? Have a look at our web development services █ Taking offers on this great soccer domain name: FootballWorldCup.net █ Looking for expiring domains? |
| |
| | #3 (permalink) |
| Senior Member | It didn't quite do the trick on Mozilla, unfortunately.
__________________
|
| |
| | #4 (permalink) |
| NamePros Regular | You need to clean up your HTML... Replace first table by Code: <TABLE class="news" style="MARGIN-TOP: 5px" width="100%" align=center>
<TR>
<TD colSpan="5" align="center">
<SPAN id=subnavi8><SPAN class=navigation style="FONT-SIZE: 7pt">
<A
href="http://www.arcadetemple.com/category/all/1.html">All
Media</A> | <A
href="http://www.arcadetemple.com/category/Action/1.html">Action</A> | <A
href="http://www.arcadetemple.com/category/Arcade/1.html">Arcade</A> | <A
href="http://www.arcadetemple.com/category/Puzzle/1.html">Puzzle</A> | <A
href="http://www.arcadetemple.com/category/Shooting/1.html">Shooting</A> | <A
href="http://www.arcadetemple.com/category/Sports/1.html">Sports</A> | <A
href="http://www.arcadetemple.com/category/Other/1.html">Other
Media</A> | <A
href="http://www.arcadetemple.com/category/High%20Scores/1.html">High
Scores</A></SPAN></SPAN>
</TD>
</TR>
</TABLE>
Code: <TABLE class="news" style="MARGIN-TOP: 5px" width="100%" align="center">
<TR>
<TD colSpan="5" align="center">
<SPAN id=subnavi8><SPAN class=navigation style="FONT-SIZE: 7pt">
<A
title="Play addicting games to cure your boredom!"
href="http://www.bootyarcade.com/" target=_blank>Play
Games</A> | <A
title="A large selection of girls' dress up games!"
href="http://www.girldressupgames.net/" target="_blank">Dress Up
Games</A> | <A
title="Play thousands of free online games at this website!"
href="http://www.2grandarcade.com/" target=_blank>Online
Games</A> | <A
title="Compete for the highest scores and win cash prizes!"
href="http://www.arcadeboss.com/" target=_blank>Arcade
Games</A> | <A title="" href="http://www.gamesfreak.net/"
target=_blank>Free Games</A> | <A
title="A large collection of free online flash games!"
href="http://www.gamesplz.com/" target=_blank>Play Online
Games</A> | <A title="" href="http://www.khemer.com/"
target=_blank>Khmer</A> | <A
title="" href="http://www.gamerslevel.com/" target=_blank>Addicting
Games</A> | <A title="" href="http://www.gamersattack.com/"
target=_blank>Funny Games</A> | <A
title="Play free online games at Famous Arcade!"
href="http://www.famousarcade.com/" target=_blank>Play
Games</A></SPAN></SPAN>
</TD>
</TR>
</TABLE>
Richard
__________________ █ Want to develop your domains? Have a look at our web development services █ Taking offers on this great soccer domain name: FootballWorldCup.net █ Looking for expiring domains? |
| |
| | #5 (permalink) |
| Senior Member | Awesome! I've left reputation points for you as a token of my appreciation.
__________________
|
| |
| | #6 (permalink) |
| NamePros Regular | Thanks
__________________ █ Want to develop your domains? Have a look at our web development services █ Taking offers on this great soccer domain name: FootballWorldCup.net █ Looking for expiring domains? |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |