Единый форум поддержки

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

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


Вы здесь » Единый форум поддержки » Архив » Общие вопросы от новичков (51)


Общие вопросы от новичков (51)

Сообщений 1 страница 20 из 1000

1

Инструменты для поиска и редактирования стиля (скриптов).

Как с помощью браузера можно определить элемент дизайна.

Каталог скриптов/CSS

Полезные скрипты, необходимые темы для новичков, а также ссылки на сайты рассказывающие что такое НТМЛ и CSS.

Типовые Вопросы (ЧаВо)

Ответы на часто задаваемые вопросы.

Как задавать вопросы! Разница между стилем и скриптом. ( Советы)

Плюс к названию темы еще и Памятка.

Любой вопрос по оформлению/неполадкам сопровождайте ссылкой на форум, по которому возникли сложности.

0

2

Deff
Удалила, как Вы и сказали."Скачки" форума прекратились.

Отредактировано Edra (Вс, 15 Мар 2015 14:02:59)

0

3

ну отлично, сообщение слетело.
здравствуйте [2] можно ли сделать бегущую строку баннеров внизу форума полупрозрачной, чтобы при наведении она становилась непрозрачной: http://prostcross.f-rpg.ru/
и ещё, я так понимаю, при разных разрешениях монитора невозможно сделать, чтобы шрифт у всех отображался одинаково? разрешения разные, браузер один, хром:
http://i.imgur.com/eiqnrZu.pnghttp://i.imgur.com/kTWUWU5.png

0

4

Edra
Попробуйте этот код перенести в конец HTML низ

<div style="width:97.4%;position:absolute;top:504px;margin-right:20;">
<marquee scrollamount="3"  onmouseover="this.stop()" onmouseout="this.start()" width="99.9%">
<img src="http://forumstatic.ru/files/0012/5c/f2/31187.gif"><img src="http://forumstatic.ru/files/0012/5c/f2/58008.gif">
    Пусть Ваша жизнь расцветает с каждым новым весенним днем яркими красками и впечатлениями!

<img src="http://forumstatic.ru/files/0012/5c/f2/44344.gif"><img src="http://forumstatic.ru/files/0012/5c/f2/31187.gif">
</marquee></div>

+1

5

nenastie написал(а):

при наведении она становилась непрозрачной: http://prostcross.f-rpg.ru/и ещё, я так понимаю, при разных разрешениях монитора невозможно сделать, чтобы шрифт у всех отображался одинаково? разрешения разные, браузер один, хром:

Шрифт от разрешения не зависит, скореее всего его нет на компе у данного пользователя, поэтому кажет ближайше указанный. В качестве лекарства можно предустановить нужный шрифт на форум, спросите здесь => http://support.rusff.me/search.php?action=show_24h
Про баннеры подумаю минут 10
====================
Замените эту строку в HTML низ:
<div id="Партнеры" форума="">

На такое:

<div id="Partners">
<style>#Partners {opacity:0.55}#Partners:hover{opacity:1.0}</style>

0

6

Deff

Deff написал(а):

Попробуйте этот код перенести в конец HTML низ

Перенесла. "Скачки" форума прекратились. :flag:
Спасибо))

0

7

Deff
спасибо огромное!

0

8

Доброго времени суток.
На форуме   Участники жалуются на "скачки форума" вверх
Например:

Ситуация буквально такая: открываю поле работы с текстом, например, для редактирования, выделяю слово, которое надо дать, скажем, курсором, нажимаю на значок курсора =в результате слово выделяется курсором, но при этом поле прыгает или на самое начало или куда-то в серединку (то есть я не вижу, где и что выделилось, приходится искать).

а так же иногда выдает сообщение:  "Следующие ошибки необходимо исправить перед отправкой сообщения:
JavaScript должен быть включен. Возможно, страница с которой вы отправили сообщение не была полностью загружена или сторонние плагины блокируют JavaScript на странице. Если ошибка повторяется - обратитесь, пожалуйста, на форум технической поддержки сервиса."»
Причем последнее сообщение выскакивает как с компа, так и с телефона\планшета.
Помогите разобраться...

0

9

Вопрос, как расширить поле профиля? А то я кажется сделала слшком маленькое оформление и теперь вот так не красиво выходит( и следом еще вопрос, если расширить его, весь форум поедет и как сделать чтобы это не произошло?
http://se.uploads.ru/4DRHk.png

0

10

Gabi
Проще ограничить максимальный размер картинки, профиль у Вас достаточный!
В Конец Первого Окна

.pa-avatar img {
  max-width:170px;
  height:auto!important;
}

Поправил

0

11

Лорд Алекс написал(а):

а так же иногда выдает сообщение:  "Следующие ошибки необходимо исправить перед отправкой сообщения:

Выше есть Вариант, в версии 40 и выше Гугла траблы работы с бегущей строкой,
Переносим бегущую строку в конец HTML низ
Оставляем в Объяве или в HTML верх, где ранее размещалась строка, блок див с исходными размерами,
Затем позиционируем бегущую строку из HTML низ в этот прямоугольник, либо просто оставляем её в HTML низ, без премудростей, дабы не мучацо

0

12

Deff написал(а):

Проще ограничить максимальный размер картинки, профиль у Вас достаточный!
В Конец Первого Окна

Просто сейчас все аватары стандартного размера 180х180( и как-то не хочется у игроков эту возможность отнимать(

0

13

Gabi
Не отнимай, поставь код, увеличь до визуально приемлимого

0

14

Deff написал(а):

Оставляем в Объяве или в HTML верх, где ранее размещалась строка, блок див с исходными размерами,
Затем позиционируем бегущую строку из HTML низ в этот прямоугольник, либо просто оставляем её в HTML низ, без премудростей, дабы не мучацо

Как? Нам таблицу делали на заказ года два-три назад, отредактировать наполнение я еще могу, а вот как то поправить без ущерба, моих знаний пока не хватает....
(таблица в объяве, соответственно и бегущая там же...)

Отредактировано Лорд Алекс (Вс, 15 Мар 2015 15:35:45)

0

15

Лорд Алекс
Ну занчит ждите минут 20, мож что придумаю

0

16

Лорд Алекс
Замените Объявление:

Код:
	<!-- No объявление -->
<style type="text/css">
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
</style>
<!-- /No объявление -->
<img src="http://s3.uploads.ru/Hx3Rt.gif" align="right">
<center>
<img src="http://uploads.ru/i/H/D/a/HDanR.png" border="0" /></center>
<br><br>
<center><table rows=2 cols=3 width="90%" border="2">
<style>
.Scroll_Div {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 10px 0px 14px;
  margin: 0px 0px 0px 0px;
}
</style>
  <tr>
    <td width="29%">
<div align="center"><img src="http://forumstatic.ru/files/0009/37/88/68999.png" title="Каталоги"/></div>
<div class="Scroll_Div" align="left" style="height:170px;" >
<!-- Каталоги == Начало Заполнения пункта -->
<div style="border: 2px dotted gray; padding: 10px">
<div style="text-align: center;">
<span style="font-size: small; color: green"><b>Каталоги Слизеринского форума по НАЗВАНИЮ:</b></span>
</div>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25542">Слеш: по названию</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25518">Гет: по названию</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25520">Джен: по названию</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25522"> Смешанные: по названию</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25546">По Аниме/Манге: по фандомам</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="viewtopic.php?id=25545">Фильмы/книги/игры: по фандомам</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25549">Ориджиналы: по названию</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25528">КРОССоверы: по названию</a>
</div>
<br>
<div style="border: 2px dotted gray; padding: 10px">
<div style="text-align: center;">
<span style="font-size: small; color: green"><b>Каталоги Слизеринского форума по АВТОРУ:</b></span>
</div>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25529">Слеш: по автору</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25517">Гет: по автору</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25521">Джен: по автору</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25524"> Смешанные: по автору</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25718">Ориджиналы: по автору</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25526">Кроссоверы: по автору</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25516">Стихи форумчан</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25534">По Аниме/Манге: по автору </a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25544">Фильмы/книги/игры: по автору</a>

</div>
<br>
<div style="border: 2px dotted gray; padding: 10px">
<div style="text-align: center;">
<span style="font-size: small; color: green"><b>Каталоги Слизеринского форума по РАЗМЕРУ:</b></span>
</div>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25530">Слэш: по размеру</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25519">Гет: по размеру</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25527">Джен: по размеру</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25523">Смешанные: по размеру</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25532">Аниме/манга: по размеру</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25543">Фильмы/книги/игры: по размеру</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25525">КРОССоверы: по размеру</a>
</div>
<br>
<div style="border: 2px dotted gray; padding: 10px">
<div style="text-align: center;">
<span style="font-size: small; color: green"><b>Тематические каталоги Слизеринского форума:</b></span>
</div>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=26451">Анимагия, вампиры, оборотни, вейлы и другие наследия</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=26450">Хороший Темный Лорд</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=26391">Другой факультет - альтернативное распределение</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=26365">Дамбигад - Плохой Дамблдор</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=25553">MPREG - Мужская беременность</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=26472">Немагическое AU</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/viewtopic.php?id=8586">Каталоги фиков по фестам и фикатонам</a>
<br>
<a style="font-size:8pt" rel="nofollow" href="http://slitherin.potterforum.ru/click.php?http://slitherin.potterforum.ru/viewtopic.php?id=26471">Попаданцы - переселение душ</a>
<br>
</div>
<!--ХХ Конец Заполнения пункта -->
</div>
    </td>
    <td width="48%" align="center" valign="top" rowspan="2">
<div  style="height:80px;" align="center">
<img src="http://forumstatic.ru/files/0009/37/88/33108.png">
</div>
    <div id="yoblako" align="center">
    <noindex>
    
<!-- Облако тегов == Начало Заполнения пункта -->
<a style= "font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=16911" rel="nofollow" class="eTag eTag Gr8"> FB2-коллекция</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=298" rel="nofollow" class="eTag eTagGr8">ana_kas и LiliaS</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=297" rel="nofollow" class="eTag eTagGr8">Комната The Killer 001</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=1" rel="nofollow" class="eTag eTagGr8">Linnea</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=5" rel="nofollow" class="eTag eTagGr8">Алишка</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=3" rel="nofollow" class="eTag eTagGr8">Lorelen</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=3" rel="nofollow" class="eTag eTagGr8">Linalis</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=226" rel="nofollow" class="eTag eTagGr8">Nagini</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=227" rel="nofollow" class="eTag eTagGr8">ViLiSSa и Ко</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=288" rel="nofollow" class="eTag eTagGr8">Himerus</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=287" rel="nofollow" class="eTag eTagGr8">Siona</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=289" rel="nofollow" class="eTag eTagGr8">Su.мрак</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=231" rel="nofollow" class="eTag eTagGr8">Такку</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=349" rel="nofollow" class="eTag eTagGr8">Слеш в работе</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=350" rel="nofollow" class="eTag eTagGr8">Гет в работе</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=358" rel="nofollow" class="eTag eTagGr8">Джен в работе</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=362" rel="nofollow" class="eTag eTagGr8">Смешанные в работе</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=131" rel="nofollow" class="eTag eTagGr8">Законченные фики СЛЕШ</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=132" rel="nofollow" class="eTag eTagGr8">Законченные фики ГЕТ </a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=356" rel="nofollow" class="eTag eTagGr8">Законченные фики ДЖЕН</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=360" rel="nofollow" class="eTag eTagGr8">Законченные СМЕШАННЫЕ фики </a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=111" rel="nofollow" class="eTag eTagGr8">Аниме-зона/Манга-портал</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=192" rel="nofollow" class="eTag eTagGr8">Кроссоверы</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=364" rel="nofollow" class="eTag eTagGr8">fialochka</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=164" rel="nofollow" class="eTag eTagGr8">Фанфики по фильмам и книгам</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=250" rel="nofollow" class="eTag eTagGr8">Ориджиналы законченные</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=115" rel="nofollow" class="eTag eTagGr8">Ориджиналы в работе</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=148" rel="nofollow" class="eTag eTagGr8">Фесты</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=149" rel="nofollow" class="eTag eTagGr8">Магический вестник</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=159" rel="nofollow" class="eTag eTagGr8">Змеиные игры и тотализатор!</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=156" rel="nofollow" class="eTag eTagGr8">Все о мире ГП</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=243" rel="nofollow" class="eTag eTagGr8"> Все об Аниме</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=153" rel="nofollow" class="eTag eTagGr8">Актеры</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=172" rel="nofollow" class="eTag eTagGr8">Змеиные тесты</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=144" rel="nofollow" class="eTag eTagGr8"> Обсуждение фиков по ГП</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=116" rel="nofollow" class="eTag eTagGr8">Обсуждение фиков по другим фандомам</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=140" rel="nofollow" class="eTag eTagGr8">А давайте поговорим</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=158" rel="nofollow" class="eTag eTagGr8">Котел смеха</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=42" rel="nofollow" class="eTag eTagGr8">Фото-арт Слизеринцев</a>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=163" rel="nofollow" class="eTag eTagGr8">В помощь автору и переводчику</a>
</noindex>
</div>
<br>
<br>
<div align="center">
<a href="http://slitherin.potterforum.ru/viewforum.php?id=157"><b>~Поиск и хранилище ссылок на фанфики~</b></a><br>
<a href="http://slitherin.potterforum.ru/search.php"><b>~Поиск фанфиков на СФ~</b></a><br>
<a href="http://slitherin.potterforum.ru/viewtopic.php?id=21918"><b>~Навигатор именных тем авторов~</b></a><br>
</div>
<a href="http://slitherin.potterforum.ru/viewtopic.php?id=27521"><b>~Навигатор именных тем артеров~</b></a><br>
</div>
<a href="http://slitherin.potterforum.ru/viewtopic.php?id=16911"><b>~ FB2-коллекция~</b></a>
<!--ХХ Конец Заполнения пункта -->
    </td>
    <td align="center" width="31%" height="98">
<div align="center"><img src="http://forumstatic.ru/files/0009/37/88/50055.png" title="ПРАВИЛА">
</div>
<div class="Scroll_Div" align="left" style="height:170px">
<!-- Game == == Начало Заполнения пункта -->
<br>
<div style="border:3px dotted red; padding:10px 10px 10px 10px">
<div align="center">
<b>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=25657" rel="nofollow"> Правила Слизеринского форума </a>
<br>

<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=25410" rel="nofollow"> FAQ </a>

<br>
</b>
</div>
</div>
<br>

<!--ХХ Конец Заполнения пункта -->
</div>
   </td>
  </tr>
  <tr>
    <td valign=top>
<div id="objava-banner1" align="left" width="100%" style="margin: 17px auto -7px auto; height: 170px; padding;0; overflow-y: auto;  overflow: hidden;" >

<!-- Тут бегущая строка из HTML низ -->
</div> 
    </td>
    <td height="210" align="center">
<div class="Scroll_Div" align="left" style="height:170px">
<!-- Админы == Начало Заполнения пункта -->
<div style="border: 2px dotted  gray; padding: 10px 10px 10px 10px">
<div align="center">
<b>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=16361" rel="nofollow">Вопросы и предложения к администрации</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=17885" rel="nofollow">Просьбы и замечания</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=24190" rel="nofollow">Срочно исправить!</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=1313" rel="nofollow">Объявления Администрации Форума</a></b>
<br>
</div>
</div>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=23709" rel="nofollow">Группа "АВТОРЫ"</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=15455" rel="nofollow">Условия перевода в Префекты</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=1859" rel="nofollow" >Для тех, кто желает изменить ник</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=1119" rel="nofollow">Для тех, кто желает изменить свой статус</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=9683" rel="nofollow">Ваши ссылки для тематического каталога</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=17552" rel="nofollow">Наши Анонсы</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=1534" rel="nofollow">Вопросы гостей форума</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=305" rel="nofollow">Аббревиатуры, встречающиеся в шапках фиках и сокращения</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=18271" rel="nofollow">Напишите мне фанфик про...</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=805" rel="nofollow">Заявки на переводы иностранных фиков</a>
<br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=368" rel="nofollow" >Автор ищет Бету/Гамму</a><br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=369" rel="nofollow">Услуги Беты и Гаммы</a><br>
<a style="font-size: 8pt" href="http://slitherin.potterforum.ru/viewforum.php?id=384" rel="nofollow">Книжная полка. Рекомендуем...</a><br>
</div>
<br>
<!--ХХ Конец Заполнения пункта -->
  </td>
</tr>
</table></center>
<br>
<!-- swfobject уже подключен -->
<script type="text/javascript">
var flashvars = {};
flashvars.mode = 'tags';
flashvars.minFontSize = '9';
flashvars.maxFontSize = '20';
flashvars.tcolor = '0x000000';
flashvars.tcolor2 = '0xb000000';
flashvars.hicolor = '0x003300';
flashvars.distr = 'true';
flashvars.tspeed = '100';
eTagz = document.getElementById('yoblako').getElementsByTagName('A');
flashvars.tagcloud = '<tags>';
for (var i=0; eTagz[i]; ++i) flashvars.tagcloud += '<a href=\'' + eTagz[i].getAttribute('href')
+ '\' style=\'' + parseInt(eTagz[i].style.fontSize)
+ '\'>' + eTagz[i].innerHTML.replace(/&/i, '%26') + '</a>';
delete eTagz;
flashvars.tagcloud += '</tags>';
var params = {};
params.wmode = 'transparent';
params.bgcolor = '#FFFFFF';
params.allowscriptaccess = 'always';
var attributes = {};
attributes.id = 'yoblako';
attributes.name = 'tagcloud';
swfobject.embedSWF('http://neotech.3dn.ru/Tegs/tagcloud.swf', 'yoblako', '270', '276', '9.0.0', false, flashvars, params, attributes);
</script><br><br>
<br>
<center><b><span style="font-size:12pt; color: navy">Следить за всеми обновлениями Слизеринского Форума  теперь можно здесь: <a style="font-size: 10pt" href="http://lisha-d.diary.ru" rel="nofollow" ><b>Дайри-дневник</b></a> . </span> </b></center>
<br>
<center><a target="_blank"; href="http://slitherin.potterforum.ru/viewtopic.php?id=28048#p704000"><img src="http://savepic.su/4937344.gif"></a></center><br>

<br>
<center><b><span style="font-size:12pt; color: purple">Библиотекари FB2 принимают заявки на создание  сборников любимых авторов. <br><a style="font-size: 13pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=15721" rel="nofollow" ><b>Подробности можно уточнить в этой теме или в ЛС у Fawn.</b></a> . </span> </b></center>
<br>
<center><b><span style="font-size:14pt; color: maroon">Администрация Слизеринского форума объявляет набор на должность библиотекаря в формате FB2. <br><a style="font-size: 14pt" href="http://slitherin.potterforum.ru/viewtopic.php?id=1313&p=2#p706544" rel="nofollow" ><b>Подробности  в этой теме.</b></a></span> </b></center>

Этот код в Конец HTML низ

Код:
<div id="objava-banner2"  style="display:none;margin:0;margin-top:30px; height: 140px;position:absolute;" align="center">
<marquee id="abs" height="100%" direction="up" behavior="scroll" scrolldelay="74" scrollamount="1" onmouseout="document.all.abs.start()" onmouseover="document.all.abs.stop()">
    <div align="center" class='lipsum' style="width:90%; margin-left: 8px; ">
<!-- Партнеры ==  Начало Секции банеров -->
<a target="_blank" href="http://slitherin.potterforum.ru/viewtopic.php?id=27305#p688479">
<img src="http://s2.uploads.ru/t/CYn2r.jpg"></a><br><br>
<!--LiveInternet counter-->
<script type="text/javascript">
<!--
document.write("<a href='http://www.liveinternet.ru/click' "+"target=_blank><img src='//counter.yadro.ru/hit?t52.15;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров и"+
" посетителей за 24 часа' "+
"border='0' width='88' height='31'></a>")
//-->
</script>
<!--/LiveInternet-->
<br>
<!--Rating@Mail.ru counter-->
<script language="javascript"><!--
d=document;var a='';a+=';r='+escape(d.referrer);js=10;//--></script>
<script language="javascript1.1"><!--
a+=';j='+navigator.javaEnabled();js=11;//--></script>
<script language="javascript1.2"><!--
s=screen;a+=';s='+s.width+'*'+s.height;
a+=';d='+(s.colorDepth?s.colorDepth:s.pixelDepth);js=12;//--></script>
<script language="javascript1.3"><!--
js=13;//--></script><script language="javascript" type="text/javascript"><!--
d.write('<a href="http://top.mail.ru/jump?from=1781349" target="_top">'+
'<img src="http://de.c2.bb.a1.top.mail.ru/counter?id=1781349;t=213;js='+js+
a+';rand='+Math.random()+'" alt="Рейтинг@Mail.ru" border="0" '+
'height="31" width="88"><\/a>');if(11<js)d.write('<'+'!-- ');//--></script>
<noscript><a target="_top" href="http://top.mail.ru/jump?from=1781349">
<img src="http://de.c2.bb.a1.top.mail.ru/counter?js=na;id=1781349;t=213" 
height="31" width="88" border="0" alt="Рейтинг@Mail.ru"></a></noscript>
<script language="javascript" type="text/javascript"><!--
if(11<js)d.write('--'+'>');//--></script>
<!--// Rating@Mail.ru counter--><br>
<br>
<a target="_blank" href="http://slitherin.potterforum.ru/viewtopic.php?id=3777">
<img src="http://savepic.org/1931184.gif"></a><br><br>
<!-- Конец Секции банеров -->
       </div>
</marquee></div>
<script type="text/javascript">
$(document).ready(function(){
var offset2 = $('#pun').offset();
var offset = $('#objava-banner1').offset();
var width =  $('#objava-banner1').width();
$('#objava-banner2').css({'width':width+'px','top':(offset.top-offset2.top)+'px','left':(offset.left-offset2.left)+'px'}).show();});
</script>

0

17

Сделал, попросил проверить человека у которого подобная проблема была. Вот ответ:

У меня все еще кидает. Кроме того, когда одновременно в одно место ставлю сразу 3 тега (жирный, курсив, подчеркивание) из всех ставится все, кроме курсива. Не видит Форум, хотя при редактировании все есть
Браузер Опера.

0

18

Лорд Алекс написал(а):

У меня все еще кидает.

1. Спросите минут через 15-20, ибо обновляется не сразу
2. Второй код в HTML низ Вами скопирован не полностью

0

19

Лорд Алекс написал(а):

У меня все еще кидает. Кроме того, когда одновременно в одно место ставлю сразу 3 тега (жирный, курсив, подчеркивание) из всех ставится все, кроме курсива. Не видит Форум, хотя при редактировании все естьБраузер Опера.

Ну пусть ставит курсив последним (жирный, подчеркивание, курсив)

0

20

Deff написал(а):

2. Второй код в HTML низ Вами скопирован не полностью

исправил...

0


Вы здесь » Единый форум поддержки » Архив » Общие вопросы от новичков (51)