Jump to content
  • 0

Проблемы с подключаемыми шрифтами


Nurok
 Share

Question

Доброй ночи, товарищи верстальщики) Заниматься версткой стала недавно и занимаюсь как говориться самообучением и сталкнулась вот с какой вещью. во всех браузерах и даже ие7 шрифты подключенные с помошью Cufon работают без проблем. а вот ие6 их хоть и выводит пишет ошибку - "инструкция return вне функции". я все ломаю голову и не могу найти решение данной проблемы. все вроде слово в слово как в примере найденном. ну почти слово в слово. везде работает без проблем. а вот 6 не хочет не ругнувшись выдать текст. не исключаю того, что просто где-то в коде допущена глупая синтаксическая ошибка, но просто я ее не вижу к сожалению(( хотелось бы попросить помощи у вас, может кто знает в чем проблема.

вот отрывок кода:

<!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" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="title" content="Fresh" />
<title>Fresh</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
<!--[if IE]>
<link rel="stylesheet" href="ie.css" type="text/css" />
<![endif]-->
<!--[if IE 6.0]>
<link rel="stylesheet" href="ie6.css" type="text/css" />
<![endif]-->
<!--[if IE 8.0]>
<link rel="stylesheet" href="ie8.css" type="text/css" />
<![endif]-->
<script type="text/javascript" src="jquery-1.4.2.js"></script>
<script type="text/javascript" src="cufon-yui.js"></script>
<script type="text/javascript" src="Romeral_400-Romeral_400.font.js"></script>
<script type="text/javascript" src="Liberation_Sans_400-Liberation_Sans_700.font.js"></script>
<script type="text/javascript">
Cufon.replace('h1', {fontFamily: 'Romeral' ,textShadow: '2px 2px rgba(158, 175, 71, 10)'});
Cufon.replace('.title h3', { fontFamily: 'Romeral',textShadow: '2px 2px rgba(158, 175, 71, 10)' });
Cufon.replace('.title p', { textShadow: '2px 2px rgba(158, 175, 71, 10)'});
Cufon.replace('ul.header_menu li a', { fontFamily: 'Liberation Sans' });
Cufon.replace('.div_title h3', { fontFamily: 'Liberation Sans' });
Cufon.replace('.sub_content_title h2', { fontFamily: 'Romeral',textShadow: '1px 1px rgba(255, 255, 255, 10)' });
Cufon.replace('.list h2', { fontFamily: 'Romeral' ,textShadow: '1px 1px rgba(255, 255, 255, 10)'});
</script>
</head>
<body>
<div id="container">
<div id="header">
<div class="title">
<h1 class="h1class">Fresh</h1>
<script type="text/javascript" src="fonteffect.js"></script>
<script type="text/javascript"> textGradient('h1', 'h1class', ['FFFFFF','E9F59E']); </script>
<h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</h3>
.
.
.
.
.
.
.
..
</div>
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

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