@Форум Фантазий

Объявление

На форуме много интересных, невидимых для гостей тем (и конкурсы)! сразу после регистрации они будут вам доступны. Смотрите правила форума и раздел ЧАВО. Присоединяйтесь: у нас тепло в любое время года :)
Закрытые темы: сундучок с секретами, конкурсы, web-дизайн, красивые картинки, творчество, полезные ссылки и др.



Esme Esme Mr.Foxxy Mr.Foxxy Esme cherrybomb Dori-Dori

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » @Форум Фантазий » Ваши вопросы » Вопросы по сайтостроению-3


Вопросы по сайтостроению-3

Сообщений 71 страница 80 из 367

71

как сделать адрес песни?дайте сылку сайта, на котором модно песню переделать на сілку!

-1

72

У меня такая проблема, делаю сайт на народе, по готовому шаблону ( не спрашивайте почему, желание заказчика). Когда открываешь страницу с загруженным шаблоном, рекламный баннер растягивается во все окно, как это исправить.Нужно что бы баннер народа был как обычно. Нашла причину-что-то с Css, но что именно не пойму(
Код

Код:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Faulkner</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" title="faulkner (style)" />
</head>
<body>
<div id="wrap">
  <div id="header">
    <h1><img src="title_left.gif" alt="" />Faulkner<img src="title_right.gif" alt="" /></h1>
    <h2>Because Arial Is Overrated</h2>
    <div id="nav">
      <ul>
        <li><a href="http://www.free-css.com/">Home</a></li>
        <li><a href="styles.php">Styles</a></li>
        <li><a href="http://www.free-css.com/">About</a></li>
        <li><a href="http://www.free-css.com/">Blog</a></li>
        <li><a href="http://www.free-css.com/">Contact</a></li>
      </ul>
    </div>
  </div>
  <div id="side">
    <div class="right">
      <ul>
        <li>
          <h4>Links</h4>
        </li>
        <li><a href="http://www.free-css.com/">DemusDesign</a></li>
        <li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS Check</a></li>
        <li><a href="http://validator.w3.org/check?uri=referer">XHTML 1.0 Strict</a></li>
        <li><a href="http://www.free-css.com/">Open Designs</a></li>
      </ul>
    </div>
    <div class="right">
      <ul>
        <li>
          <h4>Recent Posts</h4>
        </li>
        <li><a href="http://www.free-css.com/">A Recent Post</a></li>
        <li><a href="http://www.free-css.com/">Yoknapatawpha County</a></li>
        <li><a href="http://www.free-css.com/">Open Designs</a></li>
        <li><a href="http://www.free-css.com/">DemusDesign</a></li>
      </ul>
    </div>
  </div>
  <div id="content">
    <h1>Welcome</h1>
    <p><img src="drink.jpg" alt="" />Faulkner is the latest template from DemusDesign. It's a throwback with a little sophistication. I release it to the public but I ask that you keep the credit to my site on the page somewhere. I have included a full styles page with style tags for blog posts, headings, ordered and unordered lists, tables, and forms.</p>
    <p>Sed dictum vestibulum dolor. Nulla egestas, nulla vel consectetuer bibendum, enim lorem ornare mi, a dignissim nisl ipsum euismod neque. In dolor nisi, interdum semper, cursus at, semper sit amet, libero. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Nulla scelerisque tempus massa. Nulla facilisi. Integer sodales semper risus. Vestibulum id dolor vel quam dictum consectetuer. Nullam lacus est, sagittis vitae, mattis id, blandit non, nulla. Praesent sollicitudin fringilla lectus. Vivamus in magna porta arcu porttitor malesuada. Suspendisse posuere sodales dui. Phasellus in ante. Pellentesque consequat. Aenean ac enim quis justo semper hendrerit. Etiam tincidunt odio eget sem. Sed nibh enim, pharetra at, consectetuer ac, blandit quis, quam. Cras molestie feugiat dolor. Donec tincidunt facilisis lectus. Quisque adipiscing lobortis mi.</p>
  </div>
</div>
<div id="footer">
  <p>&copy; Your Site 2007 | Template by <a href="http://demusdesign.com">DemusDesign</a></p>
</div>
</body>
</html>

Css

Код:
body {
margin: 0 auto;
padding: 0;
font: 100% times, 'times new romans', serif;
background: #300 url(bg.jpg) no-repeat top center;
}

#wrap {
color: #505050;
margin: 0 auto;
width: 682px;
background: url('parchment.jpg') repeat-y top center;
}

#header {
margin: 0 0 0 0;
padding: 0 0 10px 0;
text-align: center;
background: url('ornament.gif') no-repeat center bottom;
}


#header h1 {
font: 250% garamond, times, 'times new romans', serif;
color: #630;
font-weight: 600;
margin: 0 auto;
padding: 30px 0 2px 0;
}

#header h1 img {
	padding: 0 15px;
	}

#header h2 {
	font: 100% times, 'times new romans', serif;
	color: #505050;
	letter-spacing: 3px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px;
	font-variant: small-caps;
}

#nav ul {
	padding: 0 !important;
	padding: 0 0 0 5px;
	margin: 0;
	}

#nav {
	margin: 0 auto;
	padding: 13px 0 19px 0;
	list-style-type: none;
	width: 600px;
	text-align: center;
	border-top: 1px solid #600;
	}

#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li  a {
	padding: 10px 20px 10px 20px;
	font: 600 1.4em garamond,times,'times new romans',serif;
	color: #990000;
	text-align: center;
	text-decoration: none;
	}

#nav li  a:hover {
	color: #C90;
	text-decoration: none;
	background: url('menuhover.jpg') repeat-x bottom left;
	}

#content {
margin: 0 160px 0 20px;
padding: 20px;
line-height: 1.7em;
}

#content img {
	float: left;
	clear: none;
	margin: 10px 10px 10px 0;
	padding: 2px;
	border: 1px solid #600;
	}

#content a {
	color: #800;
	text-decoration: underline;
	}

#content a:hover {
	color: #C90;
	text-decoration: none;
	}

h1 {
	font: 600 1.6em garamond,times,'times new romans',serif;
	color: #600;
	margin: 0 0 10px 0;
}

h2 {
	font: 600 1.2em 'times new romans',times,serif;
	color: #740;
	margin: 3px 0;
	}

h3 {
	font: 400 0.9em garamond,times,serif;
	color: #404040;
	font-style: italic;
	margin: 0 0 10px 0;
	}
	

.right h4 {
	font: 1.1em garamond,'times new romans',serif;
	border-top: 1px solid #98615F;
	background: url('h3bg.gif') no-repeat bottom center;
	padding: 2px 0 16px 0;
	text-align:center;
	color: #a80;
	font-variant: small-caps;
	margin: 0;
	}

#side {
	width: 150px;
	float: right;
	clear: none;
	margin: 0 20px 0 0;
	}
	
.right {
float: right;
clear: right;
width: 150px;
margin: 30px 0 0 0;
}

.right ul{
list-style:none;
margin:0;
padding: 5px;
}

.right li{
margin:0;
padding:0;
}

.right li a{
display:block;
text-decoration:none;
font-size: 0.9em;
padding: 5px 5px 5px 22px;
background: url(menu.gif) left no-repeat;
color:#600;
}

.right li a:hover{
background: #ECCAA3 url(menu.gif) right no-repeat;
color: #800;
}

.entry {
	padding: 10px 10px 25px 10px;
	background: url('entrybg.gif') no-repeat bottom center;
	border-top: 1px solid #601C2A;
	line-height: 1.4em;
	}

.entry p {
	font-size: 0.8em;
	}

.comment a {
	font: 0.8em garamond,times,serif;
	color: #800;
	text-decoration: underline;
	padding: 4px 6px;
	}

.comment a:hover {
	color: #ECCAA3;
	text-decoration: none;
	background-color: #600;
	}
	
ol {
	color: #600;
	font: 600 1.0em garamond,times,serif;
	font-style:italic;
	}
 
ol span {
	font: 400 1.0em 'times new romans',times,serif;
	color: #505050;
	font-style: normal;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0
	}

#content ul {
	list-style-type: none;
	}
	
#content ul li {
	padding-left: 17px;
	background: url('bullet.gif') no-repeat left center;
	margin-left: 10px;
	}

table {
  width: 100%;
  margin-bottom: 20px;  
  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;

  font: 400 1.2em garamond,times,serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
  color: #740;
  border-top: 2px solid #600;
  border-bottom: 1px solid #600;
}


tbody td {
  border-bottom: 1px solid #D6B8A0;
}

tbody tr:hover {
  background-color: #EDD4AE;
}

form label{
	display:block;
	}

form input.text, form textarea{
	width:100%;
	border:1px #87764B solid;
	color:#211000;
	padding:4px 5px;
	font:12px Verdana,Arial,san-serif;
	background-color: #F6EDCB;
	}

form input.text:hover, form textarea:hover{
	border:1px #87764B solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #2D1A06 solid;
	color:#211000;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:12px Verdana,Arial,san-serif;
	}

* html form input.text,

* html form textarea{
	border-color:#533a18;
	color:#333;
	}
	
#footer {
	width: 682px;
	height: 100px;
	margin: 0 auto;
	color: #996633;
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
	background: #300 url('foot.jpg') no-repeat top center;
	}

#footer a {
	color: #963;
	text-decoration: underline;
	}

#footer a:hover {
	color: #c90;
	text-decoration: none;
	}

#footer p {
	line-height: 1.6em;
	}

Заранее спасибо за помощь. Сорри, если не в ту тему написала.

Отредактировано ekvita1 (2009-03-31 13:28:40)

0

73

rina mercury
все коды на моем сайте с повторами, можно оттуда забрать - http://fantasyflash.ru/index.php?&kontent=music

.:КиссА:. написал(а):

как сделать адрес песни

загрузи песню на свой сайт и используй любой из кодов - http://fantasyflash.ru/index.php?&kontent=music (поменяешь пусть до музыки своей только)

0

74

Пожалуйста! помогите сроочно! Как сделать чтобы было  как на этой странице
http://evgenyzagot.ru/music/
чтобы можно слушать песню сразу, нажав кнопочку черную...как это можно сделать на сайте? только не с такой клопочкой, а немного другой? очень нужно((

0

75

DafnoChKa^^, есть сайт, http://myflashfetish.com
Можно сделать проигрыватель на любой вкус

0

76

А куда и как вставлять шаблон для сайта. (вопрос тупой,но все таки..)

0

77

хочу создать сайтик !!!
в html-редактор

0

78

А как? Объясни от корки до корки. Понятным языком.Если несоложно.

0

79

можно отвечу я. можно открыть папку с шаблоном и узнать html код щёлкнув по странице правой кнопкой мыши. а потом вставить его в свой сайт. ещё нужно загрузить все картинки из шаблона. ещё можно просто загрузить распакованную папку через мастерскую.

Отредактировано Hella (2009-03-31 13:33:09)

0

80

Пытаюсь установить скрипт Enthusiast для фанлистингов. Всё загрузилось, но когда загружаю install.php, заполняю все поля и жму кнопку Install Enthusiast 3 оно выдаёт

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'username'@'localhost' (using password: YES) in /home/missclar/public_html/fanlist/enthusiast/enth3/install.php on line 122

Cannot connect to the database. Try again

Что делать?

0


Вы здесь » @Форум Фантазий » Ваши вопросы » Вопросы по сайтостроению-3