Guest Posted July 25, 2005 Share Posted July 25, 2005 Anyone know why Firefox is making the height of the tables on my site twice as thick as they should be. I know I should be using CSS but dont actuly know what I am doing, I have managed to change what I think is correct and hope for the best but cant seem to get my head arround it. I do this as a hobby and this is one of my biggest projects. Also comments on the design would be helpfull. Thanks www.toolboxmusicshop.com Quote Link to comment Share on other sites More sharing options...
convict Posted July 27, 2005 Share Posted July 27, 2005 Your page is NOT XHTML 1.0 Transitional Simple solution: Do NOT use any <p> tag inside of any table, where login and search form resides! The first one (<p align="left">) has NO EFFECT, because of default <TD> alignment. The second one <p align="right"> <img border="0" src="http://www.toolboxmusicshop.com/skins/Killer/styleImages/gradright.jpg" height="34"> REPLACE WITH <img border="0" src="http://www.toolboxmusicshop.com/skins/Killer/styleImages/gradright.jpg" height="34" align="right"> PS: I am coder olnly - not designer, but your page is "overcoded" PS2: Remember, IE is silly :o Quote Link to comment Share on other sites More sharing options...
Guest Posted July 27, 2005 Share Posted July 27, 2005 Thank you, thank you, thank you. I have been removing the <P> tag loads already, didnt think it made that much diffrence. Quote Link to comment Share on other sites More sharing options...
convict Posted July 27, 2005 Share Posted July 27, 2005 Tag <p> makes top margin, but its size is NOT equal (IE vs Firefox) :mellow: Quote Link to comment Share on other sites More sharing options...
Guest Posted July 30, 2005 Share Posted July 30, 2005 thanks - seem to have sorted it now. Ie does seem to do silly things, but firefox is not perfect :D Quote Link to comment Share on other sites More sharing options...
convict Posted August 2, 2005 Share Posted August 2, 2005 nothing is perfect because of nobody is perfect :D Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.