
16-08-2006, 21:09
|
|
|
|
חבר מתאריך: 25.03.05
הודעות: 381
|
|
|
בעייה באקספלורר נראה לי בגלל ה z-index
תראו איך זה אמור להיות בפיירפוקס, ותראו איך זה נראה באקספלורר
https://2006-uploaded.fresh.co.il/2...6/85870257.html
זה הקובץ CSS
קוד PHP:
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 15px; background: #fff url('images/back.gif'); direction: rtl; } div { border: 1px solid #000; } a { text-decoration: none; color: blue; } a:visited { color: green; } a:hover { color: orange; } div#body { width: 780px; height: 420px; margin-right: auto; margin-left: auto; } div#right { float: right; position: absolute; } div.side { border: 1px solid #000; background-color: #999; width: 200px; height: 200px; } div.side-top { padding-right: 10px; border-bottom: 1px solid #000; height: 40px; color: #fff; background-color: #666; font-size: 25px; } div#middel { display: table; margin-right: 151px; } div#banner { width: 560px; height: 85px; margin-right: 65px; } div#main { position: absolute; z-index: 99; background-color: #ccc; border: 1px solid #000; margin-top: 5px; width: 630px; height: 375px; overflow: auto; } div#right ul { padding-right: 15px; }
יש למישהו מושג למה זה קורה ואיך לסדר את זה?
תודה מראש
|