Jump to content
  • 0

Не подлючается .css через <link>


Accessdenied
 Share

Question

НЕ могу подключить файл .css к другим разделам, только к главному, я вс? правильно пишу

Я взял и просто скопировал идентично содержимое index.htm где .css отлично подключился и работает, но с с тем же файлом с другим названием не работает :D как такое может быть и почему? :)

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Это главный:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Myosotis</title>
<meta http-equiv="Content-Type" content="text/css; charset=utf-8">
<meta name="keywords" content="myosotis, kāzu kleitas, свадебные платья,свадебные платья из Франции">
</head>
<!--#include virtual="/ru/index.htm"-->
</html>

——————--

Это /ru/index.htm:

<!--RU/index.htm-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="site.css">
<body id="body">
<DIV id="general">
<div id="logo"><img src="/images/logo.gif"></div>
<div class="lang_selector">
<a href="/lv/index.htm"><img src=/images/flag_lv.gif border="0"></a> <a href="/index.htm"><img src=/images/flag_ru.gif border="0"></a>
</div>
<h1><a href="/ru/dress.htm">Платья</a> | <a href="/ru/akses.htm" target="_self">Аксессуары</a> | <a href="/ru/order.htm" target="_parent">Как купить</a></h1>
<img src="/images/hr.gif" class="hr">
<div class="main_text"><img src=/images/text1.gif></div>
</DIV>
</body>
—————-
Тоже самое и в ru/dress.htm.
—————-
CSS:
@charset "iso-8859-1";
/* CSS Document */

/* RU_index */
html,body,p,div,table,h1,img,table, hr1 {margin:0; padding:0; border-width:0;}
A:link {text-decoration:none; font-size:18px; color: #989a9d; font-family: Arial, Helvetica, sans-serif;}
A:visited {text-decoration:none; color:#989a9d; font-size:18px; font-family: Arial, Helvetica, sans-serif;}
A:active {text-decoration:none; color:#989a9d; font-size:18px; font-family: Arial, Helvetica, sans-serif;}
A:hover {color:#FF99FF;}
#general {
background-image: url(images/fanfan.jpg);
background-position:left top;
background-repeat: no-repeat;
height:994px; border:0;
overflow-x:hidden; overflow-y:auto;
}
.lang_selector {width:60px; height:35px; position:absolute; top:5px; right:0; border:0;}
.main_text {width:410px; height:410px; position:absolute; left:560px; top:70px; border:0;}

h1 {position:absolute; left:620px; top:20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:normal; width:0px; height:20px; color:#989a9d;}
.hr { position:absolute; left:450px; top:50px;}

/*RU_dress*/
#dress {
background-image: url(/images/fee.jpg);
background-position:left top;
background-repeat: no-repeat;
height:994px; border:0;
overflow-x:hidden; overflow-y:auto;
}
#buttons {width:20px; height:360px; position:relative; left:640px; border:0;}
#lang {align: right;}

.........

———--

Перепробовал и с классами, и без.. Работает CSS только в /ru/index.htm.

Link to comment
Share on other sites

  • 0

а теперь вопрос - что это значит?

и дальше - стоит после закрывающего head, а link и meta должны подключаться именно в голове. разве не так?

совет - не надо заниматься фигней с ssi-инклюдами, движками и прочими прибамбасами, если не можете сделать правильно статическую страницу. вначале выучите html+css до понимания:+)

Link to comment
Share on other sites

  • 0
можно и после head подключить, невалидно, но работает.

ну в принципе можно на улицу с топориком выйти и дать по башке первому встречному. невалидно, но работает... и с последствиями сам разбираешься. все как здесь:+)

Link to comment
Share on other sites

  • 0

Может и не применительно к этому случаю, но все же омтечу еще такой вариант, когда вроде бы все подключено правильно, но цсс не работает:

Такая ситуация может возникнуть если, к примеру, файл html в котором прилинковывается таблица стилей имеет кодировку utf-8 (не указанный чарсет в теле документа, а именно кодировка сохраненного файла), а в это же время линкуемая таблица стилей имеет кодировку ansii (глюк проявлялся вроде бы не во всех браузерах). Столкнулся с этим когда верстал один проектик, в условиях к верстке которого было жестко указано, какую кодировку должны иметь именно файлы (до этого случая даже не задумывался на эту тему). То есть, страницы я сохранял в заказанной кодировке, а вот про css забыл :D Долго пытался понять в чем глюк.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy