2011-04-10 11 views
0

はい、もう少し質問があります。私はどこでも同じ質問を見つけることができないのでユニークです。私はウェブサイトを作ろうとしていますが、これまでのところ、FFやChromeでは素晴らしいようですが、IE8ではうんざりのように見えます。私はそれを修正する方法を知っていない彼らは私のようなものかどうかを確認するために他の人を見ていたが、そうではありません。 サイトはfunspot.zxq.netええ、私はそれがちょうど私のスタートですが、これはコードCSSはFFとChromeではうまく見えますが、IE8では表示されません

<html> 
<head> 
<title>The Fun Spot </title> 
<link rel="stylesheet" type="text/css" href="style.css" /> 
</head> 
<body> 
<div id="container"> 

<div id="header"> 

</div> 

<div id="horizontalnav"> 
    <div class="navlinks "> 
     <ul> 
     <li><a href="http://www.Facebook.com" target="_blank">Facebook</a></li> 
     <li><a href="http://www.gaiaonline.com" target="_blank">Gaia</a></li> 
     <li><a href="http://www.roblox.com" target="_blank">Roblox</a></li> 
     <li><a href="http://www.adventurequest.com" target="_blank">Adventure Quest</a>  </li> 
     <li><a href="http://www.animefreak.tv" target="_blank">Anime Freak</a></li> 
     <li><a href="http://www.youtube.com" target="_blank">Youtube</a></li> 
     </ul> 
    </div> 
</div> 

<div id="leftnav"> 
    <p>Info: Love the Knicks as you can see so when I post some stuff here about this. This site would be about me and get better as I become a better developer. </p> 
</div> 


<div id="theMeat" > 
    <p><img src="AmareStoudemireNY.jpg" alt="Amare Stoudemire" > This is my favorite Knicks Player right now. Even though Carmelo Anthony is awesome, Stoudemire started the road to the playoffs not really 100% by himself but by himself. </p> 

    <p> <img src="ewing_knicks.jpg" alt="Patrick Ewing" > This is the man and my favorite player of all times! He was great and I wish that they never traded him his final year because that was an a injustice. He gave them all he ever had and they dissed him, if you agree send me a email. <a href="mailto:[email protected]">Daddy</a></p> 

    <p><img src="favoriteKnicksTeam.jpg" alt="1994 Team" > Now this here is the team you dont forget about. I think the Knicks put together alot of awesome teams but this one was my Favorite. The starters were Patrick Ewing, Anthony Mason, Derek Harper, John Starks, and Charles Oakley. Oh and Pat Riley as the coach. Yeah baby.</p> 

</div> 

<div id="rightnav"> 

    <p>There will be site's that helped me create this site OOH Rah </p> 

</div> 

<div id="footer"> 
<p align="center">Date Edited 20110408</p> 
</div> 


</div> 
</body> 
</html> 

とあなたがQuirksモードであるCSS

#container { 
width: 100%; 
} 

#header{ 
width: 89%; 
height: 15%; 
position: relative; 
background-image: url(Header.jpg); 
border-bottom: 2px solid #000000; 

} 

#horizontalnav { 
width: 89%; 
height: 30px; 
position: relative; 
background-color: #00008B; 
border-bottom: 2px solid #000000; 
} 
.navlinks { 
position: absolute; top: 4px; left:240px; 
} 
.navlinks ul { 
margin: auto; 
} 
.navlinks li { 
margin: 0px 18px 0px 0px; 
list-style-type: none; 
display: inline; 
} 
.navlinks li a { 
color: #FF8C00; 
padding: 5px 12px 7px; 
text-decoration: none; 
font-size: 16px; 
font-family: Courier New; 
} 
.navlinks li a:hover{ 
color: #ffffff; 
text-decoration: underline; 
} 
#header p { 
color: #000000; 
font-family: Courier New; 
font-weight: bold; 
} 
#leftnav { 
float: left; 
width: 10%; 
height: 70%; 
background-color: #00008B; 
border-right: 1px dashed #694717; 
} 
#leftnav p{ 
color : #FF8C00 ; 
font-family : Courier New ; 
font-size : 16px ; 
}  

#rightnav { 
float: left; 
width: 9.9%; 
height: 70%; 
background-color: #00008B; 
border-left: 1px dashed #694717; 
} 
#rightnav p{ 
color : #FF8C00 ; 
font-family : Courier New ; 
font-size : 16px ; 
} 
#theMeat { 
background-color: #FF8C00 ; 
overflow : auto ; 
float: left; 
width : 68.9% ; 
height : 70% ; 
padding: 0px 0px 0px 0px; 
} 
#theMeat p { 
color : #00008B ; 
font-family : Courier New ; 
font-size : 16px ; 
} 

#footer { 
clear: both; 
background-color: #00008B; 
width : 88.9% ; 
} 
#footer p{ 
color : #FF8C00 ; 
font-family : Courier New ; 
font-size : 16px ; 
} 
+0

です。ちょうど私たちのコードを与えた。あなたは何の問題があるか説明してください。私はマージンを追加すると思います:0 auto;いくつかのディビジョンにそれを修正する...しかし、まだ、問題を説明するだけで私たちのコードを与えていない。 – JClaspill

+0

申し訳ありません。実際のサイトをIEで見てから、ChromeやFire Foxで全体のレイアウトがIEで動作していない場合 – daddycardona

+0

スクリーンショットはどうですか? –

答えて

0

ここでは、ie8でどのように見えるかを修正しました。高さをパーセンテージからピクセルに変更していました。 これがうまくいく場合は、それを使用してください。ここ

は、それがhttp://i.stack.imgur.com/en1P0.pngenter image description here

をどのように見えるか、私はdownvoteませんでしたが、あなたが動作していないものを私たちに語っていないHTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 

<HTML><HEAD><TITLE>The Fun Spot</TITLE> 
<META content="text/html; charset=windows-1252" http-equiv=Content-Type><LINK 
rel=stylesheet type=text/css href="/style.css"> 
<META name=GENERATOR content="MSHTML 8.00.6001.19019"></HEAD> 
<BODY> 
<DIV id=container> 
<DIV id=header></DIV> 
<DIV id=horizontalnav> 
<DIV class="navlinks "> 
<UL> 
    <LI><A href="http://www.facebook.com/" target=_blank>Facebook</A> 
    <LI><A href="http://www.gaiaonline.com/" target=_blank>Gaia</A> 
    <LI><A href="http://www.roblox.com/" target=_blank>Roblox</A> 
    <LI><A href="http://www.adventurequest.com/" target=_blank>Adventure Quest</A> 

    <LI><A href="http://www.animefreak.tv/" target=_blank>Anime Freak</A> 
    <LI><A href="http://www.youtube.com/" target=_blank>Youtube</A> 
</LI></UL></DIV></DIV> 
<DIV id=leftnav> 
<P>Info: Love the Knicks as you can see so when I post some stuff here about 
this. This site would be about me and get better as I become a better developer. 
</P></DIV> 
<DIV id=theMeat> 
<P><IMG alt="Amare Stoudemire" src="stack_files/AmareStoudemireNY.jpg"> This is 
my favorite Knicks Player right now. Even though Carmelo Anthony is awesome, 
Stoudemire started the road to the playoffs not really 100% by himself but by 
himself. </P> 
<P><IMG alt="Patrick Ewing" src="stack_files/ewing_knicks.jpg"> This is the man 
and my favorite player of all times! He was great and I wish that they never 
traded him his final year because that was an a injustice. He gave them all he 
ever had and they dissed him, if you agree send me a email. <A 
href="mailto:[email protected]">Daddy</A></P> 
<P><IMG alt="1994 Team" src="stack_files/favoriteKnicksTeam.jpg"> Now this here 
is the team you dont forget about. I think the Knicks put together alot of 
awesome teams but this one was my Favorite. The starters were Patrick Ewing, 
Anthony Mason, Derek Harper, John Starks, and Charles Oakley. Oh and Pat Riley 
as the coach. Yeah baby.</P></DIV> 
<DIV id=rightnav> 
<P>There will be site's that helped me create this site OOH Rah </P></DIV> 
<DIV id=footer> 
<P align=center>Date Edited 20110408</P></DIV></DIV></BODY></HTML> 

CSS

#container { 
    WIDTH: 100% 
} 
#header { 
    BACKGROUND-IMAGE: url(http://funspot.zxq.net/Header.jpg); BORDER-BOTTOM: #000000 2px solid; POSITION: relative; WIDTH: 89%; HEIGHT: 100px;} 
#horizontalnav { 
    BORDER-BOTTOM: #000000 2px solid; POSITION: relative; BACKGROUND-COLOR: #00008b; WIDTH: 89%; HEIGHT: 30px 
} 
.navlinks { 
    POSITION: absolute; TOP: 4px; LEFT: 240px 
} 
.navlinks UL { 
    MARGIN: auto 
} 
.navlinks LI { 
    LIST-STYLE-TYPE: none; MARGIN: 0px 18px 0px 0px; DISPLAY: inline 
} 
.navlinks LI A { 
    PADDING-BOTTOM: 7px; PADDING-LEFT: 12px; PADDING-RIGHT: 12px; FONT-FAMILY: Courier New; COLOR: #ff8c00; FONT-SIZE: 16px; TEXT-DECORATION: none; PADDING-TOP: 5px 
} 
.navlinks LI A:hover { 
    COLOR: #ffffff; TEXT-DECORATION: underline 
} 
#header P { 
    FONT-FAMILY: Courier New; COLOR: #000000; FONT-WEIGHT: bold 
} 
#leftnav { 
    BACKGROUND-COLOR: #00008b; WIDTH: 10%; FLOAT: left; HEIGHT: 400px; BORDER-RIGHT: #694717 1px dashed 
} 
#leftnav P { 
    FONT-FAMILY: Courier New; COLOR: #ff8c00; FONT-SIZE: 16px 
} 
#rightnav { 
    BORDER-LEFT: #694717 1px dashed; BACKGROUND-COLOR: #00008b; WIDTH: 9.9%; FLOAT: left; HEIGHT: 400px; 
} 
#rightnav P { 
    FONT-FAMILY: Courier New; COLOR: #ff8c00; FONT-SIZE: 16px 
} 
#theMeat { 
    PADDING-BOTTOM: 0px; BACKGROUND-COLOR: #ff8c00; PADDING-LEFT: 0px; WIDTH: 68.9%; PADDING-RIGHT: 0px; FLOAT: left; HEIGHT: 400px; OVERFLOW: auto; PADDING-TOP: 0px 
} 
#theMeat P { 
    FONT-FAMILY: Courier New; COLOR: #00008b; FONT-SIZE: 16px 
} 
#footer { 
    BACKGROUND-COLOR: #00008b; WIDTH: 88.9%; CLEAR: both 
} 
#footer P { 
    FONT-FAMILY: Courier New; COLOR: #ff8c00; FONT-SIZE: 16px 
} 
+0

人はすごいですね。私はちょうどそれがパーセント記号でうまくいかないことに来てどうか迷っています。ありがとう。この状況ではどのようにメタタグを追加しましたか? – daddycardona

+0

パーセントは、あなたが正しいことをしないと、何度か使用するのがちょっと難しいです。ピクセルははるかに望ましいです。 IE = <8のように長いを将来も含めてください。私はIEがそれを置くと思うメタタグ、私ではないと思う。がんばろう。 – andrewk

+0

この回答はupvoteの愛が必要なように見えます。 – andrewk

0

ためですあまりにもアップ変更されていますIEは他のはるかに近代的なブラウザのように実行しようとしません。これを最初の行に追加してください:<!doctype html>。それから私たちがどこに立っているかを見てください

+0

すべてが悪く見える笑 – daddycardona

+0

私はちょうど自分自身をテストのようにしました。適切なdoctypeがいったん設定されると、同じページがレンダリングされるように見えますが、IEで役立つよりもChromeのページを「壊す」ようです。 Methinks OPは彼が実現するよりも大きな問題を抱えています。 – AgentConundrum

+1

@daddyそれは彼らが悪く見えるようにしなかった、それは彼らを見て*正しい*にしました。あなたの問題は、あなたのコードが良い設計に基づいているのではなく、癖に頼っていたことです。 – AgentConundrum

関連する問題