gesandte
User-
Posts
400 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Store
Everything posted by gesandte
-
Красота..... #nav_border_left_top_g { position: absolute; top: -1px; left: -1px; width: 7px; height: 21px; background: url(/image/nav_border_left_top.gif) no-repeat; } #nav_border_right_top { position: absolute; top: -3px; right: -3px; width: 7px; height: 21px; background: url(/image/nav_border_right_top.gif) no-repeat; } #nav_border_right_top_g { position: absolute; top: -1px; right: -3px; width: 7px; height: 21px; background: url(/image/nav_border_right_top.gif) no-repeat; } При таком коде нет ничего удивительного, что все отображается неправильно. Как написано криво, так и работает... Тут позиционировать вообще не к месту, используй флоат
-
Ururu, значит не совсем понял что тебе надо. Вроде как обычно пишут margin: 0 auto; Контейнер в моем примере уже отрозициониоравн, и все нормально отображается в 4 арбузерах протестил еще
-
поиши на форумах, типа visavi.net , где чайников полно ну чтобы сделать хорший дизайн, не всегда обязательно использовать море навороченной графики.....)
-
ну фразу "разных сайтов", я приравнял к "других сайтов" а вот руку надо набивать одновременно с фантазией)) , т.е нарисовать диз, а потом все это дело верстать
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>Reasonable Code</title> <style type="text/css"> body { background: #FFF5EE; width: 100%; min-width: 1000px; font: normal 0.9em Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; } .container { width: 1000px; overflow: auto; margin: 0 auto; } .left { background: #FFE4C4; width: 200px; height: 50px; float: left; text-align: center; } .center { background: #0FF; width: 600px; height: 50px; float: left; text-align: center; } .right { background: #FF0; width: 200px; height: 50px; float: left; text-align: center; } </style> </head> <body> <div class="container"> <div class="left"></div> <div class="center"></div> <div class="right"></div> </div> </body> </html>
-
а по моему переверстывать макеты других сайтов глупо не и интересно... Что касается портфолии. Сайт для портфолио на мой взгляд для начала и на статике можно сделать, и этот сайт уже будет говорить о твоем умении или не умении создавать сайты, ну и разместить там пару дизов для бесплатной скачки для ознакомления можно.... вот)))
-
мой косяк был(( , совсем забыл, что индекс сам вставляется в другой файл
-
вчера не работало, может день плохой для пыха был, щас снова поробую
-
Уважаемые господа, моя проблема такова (снова рифма =) ) Вобщем есть файл, находящийся в modules/guestbook/index.php от начального каталогаю В него надо вставить файл, находящийся в папке include/page.php Ну ни как не удается правильно указать путь, как только не пробовал, вот из последнего #if (!defined("PATH_SEPARATOR")) # define("PATH_SEPARATOR", getenv("COMSPEC")? ";" : ":"); #ini_set("include_path",ini_get("include_path").PATH_SEPARATOR.dirname(__FILE__)); if (!defined("PATH_SEPARATOR")) define("PATH_SEPARATOR", getenv("COMSPEC") ? ";" : ":"); $path = dirname(__FILE__).‘modules/guestbook’; ini_set("include_path", ini_get("include_path").PATH_SEPARATOR.$path) #define("PATH_MODULES", $_SERVER['DOCUMENT_ROOT']."/modules/guestbook"); require_once (include_path."/functions/page.php"); Выдает Parse error: syntax error, unexpected T_REQUIRE_ONCE in C:\xampp\htdocs\modules\guestbook\index.php on line 27
-
видимо, мне без заказов еще дольше сидеть....... пока двиг допишу)))))
-
цвета поддерживает экран, а не хтмл
-
Товарищ, из эпохи социализма, когда создаете тему, думайте что вам конкретно надо Ну это все зависит от вставляемой графики. П.С при использовании 1х1 получится однородный фон =)
-
посмотри старые шаблоны)
-
а может попроовать записать наоборот: .news a:hover { }
-
Чтобы этого добиться, надо много вам учиться... с утра на рифму пробрало))) учи php
-
да любой встроенный арбузер телефона с интернетом понимает хтмл, на нем то и стоит вап, а вмл, это прошлый век
-
Ну и как, заказы были?)
-
И вправду переборщил =)
-
а я в начале подумал, что там талицами сделано...)) уж больно диз старого типа.... фиксированная ширина просто убила
-
Вначале разбрись с головой..... ну а потом переверстай всю эту солянку по нормальному
-
если решиш писать сам, то советую брать готовую ф-ию постраничного вывода из бд, в том случае если хочеш чтобы выводилось фиксированное кол-во страниц, а не все сразу. А то при составлении условий мозг может подвиснуть....
-
ну и еще в добавок))) Validation Output: 14 Errors Line 16, Column 60: required attribute "ALT" not specified <a id="header_logo" href="#"><img src="images/logo.gif"></a> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. Line 17, Column 52: required attribute "ALT" not specified <img id="header_photo" src="images/h_photo.jpg"> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. Line 23, Column 46: required attribute "ALT" not specified <a href="#"><img src="images/m_main.jpg"></a> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. Line 24, Column 48: required attribute "ALT" not specified <a href="#"><img src="images/m_qa_act.jpg"></a> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. Line 25, Column 46: required attribute "ALT" not specified <a href="#"><img src="images/m_cont.jpg"></a> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. Line 29, Column 35: required attribute "ALT" not specified <img src="images/mu_left.jpg"> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. Line 30, Column 47: required attribute "ALT" not specified <a href="#"><img src="images/mu_urid.jpg"></a> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. Line 31, Column 50: required attribute "ALT" not specified <a href="#"><img src="images/mu_regfirm.jpg"></a> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. Line 32, Column 38: required attribute "ALT" not specified <img src="images/mu_buh_act.jpg"> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. Line 33, Column 47: required attribute "ALT" not specified <a href="#"><img src="images/mu_nedv.jpg"></a> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. Line 34, Column 36: required attribute "ALT" not specified <img src="images/mu_right.jpg"> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. Line 80, Column 4: end tag for element "P" which is not open </p> ✉ The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occurred in a script section of your document, you should probably read this FAQ entry. Line 89, Column 4: end tag for element "P" which is not open </p> ✉ The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occurred in a script section of your document, you should probably read this FAQ entry. Line 103, Column 57: required attribute "ALT" not specified <div id="footer_specinfo"><img src="images/rambler.jpg"></div> ✉ The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
-
Граница вокруг текста в фотошопе stroke а с css можно сделать подобное
gesandte replied to bgraf's question in HTML Coding
можно что то похожее попытаться сделать...... тень по крайней мере я так делал. Делаеш в двух слоях, при этом регулируеш цвета, размер шрифта, отступы. Ну и накладываеш эти слои друга. Если нечем больше заняться или не хочеш картинкой делать, то можеш поиграть с наложением, может что и выйдет -
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <style> html{height:100%;} body{margin:0px; height:100%;} ...... #footer{width:100%; height:70px; background:green; position:relative;} </style> <html> <head> <title>макет пробный</title> </head> <body> <div id="main"> где вы так научились расставлять теги?
-
смотри тут .menu { background: url('../img/header/menu_left.gif') top left no-repeat; padding-left: 1px; height:28px; } .menu a { display: block; float: left; color: #0076B5; border: 0px; background: url('../img/header/a_menu.gif') repeat-x top left; padding: 5px 8px 3px 8px; margin-left: 1px; } .menu a:hover { background-position: 0 -50px; color: #b0e1ff; } .menu a#current { background-color: #fff; background-position: 0 -100px; font-weight: 700; color: #1984b1; border-bottom: 2px #fff solid; } .menu .first { margin-left: 0; } .clear_menu { clear: both; font-size: 1px; height: 7px; } .menu_in { background: url('../img/header/menu_right.gif') repeat-x top right; padding-right: 1px; } /* end menu */ /* submenu */ .submenu_bord { border-bottom: 1px solid #96E036; } .submenu { padding: 5px 9px 5px 9px; word-spacing: 10px; } .submenu a { word-spacing: 0; } .submenu a:hover { color: #0195d3; } .submenu a#submenu_current { color: #007ba8; font-weight: 700; } /* end submenu */ <!-- menu --> <div class="fl menu"><div class="fl menu_in"><a href="http://goroskop.bigmir.net/" title="Главная"class="first"id="current" >Главная</a><a href="http://goroskop.bigmir.net/bm_zodiac/" title="Зодиакальный">Зодиакальный</a><a href="http://goroskop.bigmir.net/personal/" title="Персональный">Персональный</a><a href="http://goroskop.bigmir.net/bm_china/" title="Китайский">Китайский</a><a href="http://goroskop.bigmir.net/bm_moon/" title="Лунный">Лунный</a><a href="http://goroskop.bigmir.net/bm_compatibility/" title="На совместимость">На совместимость</a><a href="http://goroskop.bigmir.net/bm_sonnik/" title="Сонник">Сонник</a></div></div> <div class="clear2"></div> <!-- end menu -->