- 締切済み
HTML、css IEとFirefoxの違い
初めまして。 質問させて下さい。 HTMLは一年くらい使っているのですが、今回初めてcssに挑戦してみました。 IEで確認しながら作って完成したものを、FireFoxで見てみたら崩れていてガッカリ・・・。 ちょっと調べてみたのですがpaddingやmargin、float等がよくないとか・・・。 それらを全部消してみたのですが、やはりIEとFFで表記が違っていて困っています。 どなたか助言を下さいm(_ _)m ソースは以下の通りです。 少々表記が汚いのはご容赦下さい。 -------------------------------------------------------------------- <html> <head> <style type="text/css"> <!-- body{width:700; } li{border-bottom:solid #9475FF 1px; list-style-type:none; margin:0 0 0 0; } ul{margin:0 0 0 0;} h1{font-size:13; text-decoration:none; padding:0 0 0 0; margin:0 0 0 0; color:6000FF; } h2{font-size:16; text-decoration:none; padding:0 0 0 0; margin:0 0 0 0; color:red; } --> </style> </head> <body> <table with="464" height="140" border="0" cellpadding="0"> <tr> <td><img src="" width="140" height="140"></td> <td width="2"></td> <td width="90" valign="bottom"> oooooo <div id="rink"> <ul> <li><a href="" target="_parent"> <h1>oo</h1><h2>xxxxxxxx</h2></a></li> <li><a href="" target="_parent"> <h1>oo</h1><h2>xxxxxxxx</h2></a></li> <li><a href="" target="_parent"> <h1>oo</h1><h2>xxxxxxxxx</h2></a></li> <li><a href="" target="_parent"> <h1>oo</h1><h2>xxxxxxxxx</h2></a></li> </ul> </td> <td width="2"></td> <td><img src="" width="140" height="140"></td> <td width="2"></td> <td width="90" valign="bottom"> oooooo <div id="rink"> <ul> <li><a href="" target="_parent"> <h1>oo</h1><h2>xxxxxxxx</h2></a></li> <li><a href="" target="_parent"> <h1>oo</h1><h2>xxxxxxxx</h2></a></li> <li><a href="" target="_parent"> <h1>oo</h1><h2>xxxxxxxxx</h2></a></li> <li><a href="" target="_parent"> <h1>oo</h1><h2>xxxxxxxxx</h2></a></li> </ul> </td> </div> </tr> </table> </html> ------------------------------------------------------------ 困っている点としましては、 1. IEでは画像のすぐ横に文字が来るのにFFでは離れてしまっていること、 2. text-decoration:none;にしているのにFFでは下線が表記されてしまうことです。 どうぞ宜しくお願い致します。 初心者なのでわかりやすく説明して頂けますと助かります。
- みんなの回答 (2)
- 専門家の回答
お礼
早速のご回答ありがとうございます。こんなチェックサービスがあったのですね!!やってみたら間違いだらけでしたw 今後活用していきたいと思います