Content
Content
Сайты - по стандартам, но не стандартные сайты!
Пожалуйста помогите довести следующий файл до кроссбраузерности. Как ни крути - корректно только в Опере.
Вот HTML:
А вот и CSS:
body { background-color:333333; } #top_menu { width:100%; color:grey; padding:2px; margin-left:-8px; } #head { background-color:black; width:100%; padding:6px; margin-left:-8px; } .cen { width:1015px; margin:0 auto; } #page_cont { width:100%; magrin-left:-8px; } #page { width:1010px; padding:5px; margin:10px auto; background-color:white; border-radius:5px; min-height:300px;} #left { float:left; width:300px; } #content { width:700px; margin-left:305px; } #footer { width:1005px; } .s-box { background-color:transparent; border:1px solid grey; color:grey; border-radius:3px;} .tm_link:link { color:grey; text-decoration:underline; } .tm_link:visited { color:grey; text-decoration:underline; } .tm_link:hover { color:silver; text-decoration:underline; } #l_win { position:fixed; width:200px; height:200px; background-color:white; border-radius:10px; padding:10px; top:50%-200px; left:50%-200px; } .m_link:link { color:999; text-decoration:none; } .m_link:visited { color:999; text-decoration:none; } .m_link:hover { color:blue; text-decoration:underline; }
Нет на форуме
За оформление кода в сообщении извините, как скопировалось - так и вставил
Нет на форуме