Jump to content
  • 0

Проблема с ссылками


Scorpio2011
 Share

Question

В общем беда такая. Хотел добавить баннер партнерки к себе на сайт. Вставил код как есть. На странице отображается все замечательно, не не работает ссылка вообще, в строке состояния не отображается url страницы. Складывается такое ощущение что я вставил просто изображение без ссылки.

Вот примерный код того что хочу вставить:

<a href="http://site.ru/?referer=99999" target=_blank><img src="http://site.ru/b/img468x60.gif" width="468" height="60" border="0"></a>

Уже вставлял просто текст. Оформлен текст под ссылку, а главное ссылка сама не работает. В общем та же беда

Может дело в файле со стилями CSS?! Подскажите кто что знает. А то чет я не могу ни как понять что и почему.

Edited by Scorpio2011
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

что самое интересно, остальные ввылки на сайте работают хорошо, а вот имеено шапка сайта (куда хочу разместить код) чета гонит. В яве дела говорите.

Вот див классы для шапки сайта

/* HEADER */

#header {width:100%;height:0px;font-size:1.1em;}

.headerContent{width:1000px;height:95px;margin:0 auto;color: 000000;background:url("../images/header_fon.png") no-repeat;}

.logoPanel {padding:10px 0;}

.logotype{float:left;height:59px;width:214px;text-indent:-9999px;color: 000000;padding:0 0 0 0;}

.logotype a{display:block;height:80px;width:300px;background:url("../images/logotip.png") no-repeat;overflow:hidden;}

.banner {float:right;background:url("../images/bannerBG.png"); width:473px; height:65px; padding:5px 0 0 5px;}

.headerTitle {font-size:13px;color:#1B7499;float:none;font-style:italic;width:220px;padding:0 0 0 285px;line-height: 1.2em;}

тут вроде ни чего такого нету что может повлият на мою проблему?!

а вот файлы шапки

<div id="header">

<div class="headerContent">

<div class="logoPanel">

<h1 class="logotype"><a href="/index.php" title="Главная страница">текст</a></h1>

<div class="banner"><a href="/" title="Ссылка баннера">СЮДА ХОЧУ ВСТАВИТЬ КОД</a></div>

</div><h1 class="headerTitle">.</h1>

</div>

</div>

Edited by Scorpio2011
Link to comment
Share on other sites

  • 0

Проверить всё по шагам.

1. Отключить стили

2. Отключить скрипты

3. Проверить в разных браузерах

Если на этих этапах всё заработает, значит ошибка в одном из них.

Link to comment
Share on other sites

  • 0

В общем проверял на опере, отключил все заработала. Потом все по очереде включал и проверял. Выяснил что дело в ява скриптах. Какие функции в яве могут вызывать мою проблему?! Я быстро поиском пробегусь посмотрю что к чему. А то я яву так поверхностно знаю.

Edited by Scorpio2011
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