Search the Community
Showing results for tags 'interner explorer'.
-
http://sitemakers.lo...l/html/comment/ зайдите на эту страницу в IE: тут-то и появились проблемы во всех остальных браузерах - нормально HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Документ без названия</title> <link href="/0.css" rel="stylesheet" type="text/css" /> <link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon" /> </head> <body> <div id="layoutblock"> <div id="headerblock"><h1 align="center">Сайт и сайтостроение</h1></div> <div id="contentblock"> Контент </div> <div id="rightblock"><?php include($_SERVER['DOCUMENT_ROOT']."/menu.php"); ?></div> <div id="footerblock">© 2013-<?php echo date('Y') ?>. Все права защищены.</div> </div> <?php include($_SERVER['DOCUMENT_ROOT']."/xdata.php") ?> </body> </html> CSS: @charset "utf-8"; /* MAIN STYLE */ body { background: url(http://sitemakers.lordhosting.ru/template/sitebg.jpg) fixed; margin: 0; } #layoutblock { background-color: #FFFFFF; width: 960px; margin: auto; border-radius: 50px; zoom: 1; } #rightblock, #contentblock {float: left;} #headerblock, #footerblock {clear: both;} #rightblock { width: 240px; background-color: #FBE8E1; zoom: 1; } #headerblock { width: 960px; background-color: #561D09; color: #FFFFFF; height: 50px; line-height: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; zoom: 1; } #headerblock h1 {margin: 0;} #contentblock { width: 704px; background-color: #FFFFFF; padding: 8px; zoom: 1; } #footerblock { width: 960px; /*background-color: #FFFFFF;*/ padding-left: 50px; padding-right: 50px; zoom: 1; } /* SITE MENU */ .sitemenu {list-style-type: none; padding: 0;} .sitemenu li.item {} .sitemenu a {color: #000000; text-decoration: none;} .sitemenu li.subitem {padding-left: 10px;} .sitemenu li.subitem2 {padding-left: 20px;} .sitemenu li.selected {} .sitemenu li.subsel {} .sitemenu li.subsel2 {} /* CODE */ .insertedcode { color: #000; background-color: #D6D6D6; font-family: "Courier New", Courier, monospace; font-size: 9pt; padding: 5px; white-space: pre-wrap; } .insertedcode span.comment { color: #999999; } .insertedcode .tag { font-weight: bold; color: #006699; } .insertedcode .doctype { color: #006699; } .insertedcode .attribute { font-weight: normal; color: #B61039; } .insertedcode .attrval { color: #39892F; font-weight: normal; } .insertedcode .live { background-color: #666666; } /* DOWNLOAD BUTTON */ .buttondownload:link, .buttondownload:visited, .buttondownload:hover { display: block; border-radius: 50px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#008000', gradientType=0); background-image: -o-linear-gradient(top, #00ff00, #008000); background-image: -moz-linear-gradient(top, #00ff00, #008000); background-image: -webkit-linear-gradient(top, #00ff00, #008000); background-image: -ms-linear-gradient(top, #00ff00, #008000); background-image: linear-gradient(top, #00ff00, #008000); text-decoration: none; color: #FFFFFF; height: 100px; line-height: 100px; text-align: center; font-size: 100px; } .buttondownload:active { display: block; border-radius: 50px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008000', endColorstr='#00ff00', gradientType=0); background-image: -o-linear-gradient(top, #008000, #00ff00); background-image: -moz-linear-gradient(top, #008000, #00ff00); background-image: -webkit-linear-gradient(top, #008000, #00ff00); background-image: -ms-linear-gradient(top, #008000, #00ff00); background-image: linear-gradient(top, #008000, #00ff00); text-decoration: none; color: #FFFFFF; height: 100px; font-size: 100px; }
- 11 replies
-
- ie
- interner explorer
-
(and 1 more)
Tagged with: