Jump to content
  • 0

Ссылки и Опера


rim
 Share

Question

Проблема , делаю шапку с ссылками изображениями;

- в CSS прописаны стили для глобального пареметра <a> и в FF этот стиль присвоился ссылке-картинке, как от этого избавиться ?

a:link { text-decoration: none; color: #CD4427;  }

a:visited { text-decoration: none; color: #CD4427; }

a:hover, a:active { color: #E06E56; }

- в Опера не отображаются картинки-ссылки, сверстанные таким образом :

<div id="navigation">
<div class="ads">
<a href="http://ya.ru" title="bla bla bla"><img alt="" src="<?php bloginfo('url'); ?>/wp-content/themes/redsplash/images/psp-link.png"/></a>
<a href="http://ya.ru" title="bla bla bla"><img alt="" src="<?php bloginfo('url'); ?>/wp-content/themes/redsplash/images/psp-link.png"/></a>
<a href="http://ya.ru" title="bla bla bla"><img alt="" src="<?php bloginfo('url'); ?>/wp-content/themes/redsplash/images/psp-link.png"/></a>
</div>
</div>

#navigation
{
clear: both;
float: left;
width: 100%;
background: url(images/big-bg.jpg);
height: 150px;
}
/*ADS*/
.ads {
float:right;width:400px; padding-right:10px;padding-bottom:18px;margin-bottom:10px;
}
.ads img {
float:right;margin-top:5px;margin-left:5px;
}
.ads a:link,
.ads a:visited,
.ads a:active{
background: transparent;
text-decoration: underline;
}

.ads a:hover{
background: transparent;
color: #34498B;
}
/*ADS*/

Edited by rim
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
Проблема , делаю шапку с ссылками изображениями;

- в CSS прописаны стили для глобального пареметра <a> и в FF этот стиль присвоился ссылке-картинке, как от этого избавиться ?

Код

a:link { text-decoration: none; color: #CD4427; }

a:visited { text-decoration: none; color: #CD4427; }

a:hover, a:active { color: #E06E56; }

a img, a img:hover, a img:visited {here your styles =)}

Глобально задаем стили для всех изображений со ссылками.

- в Опера не отображаются картинки-ссылки, сверстанные таким образом :

Проверьте правильность пути к картинкам. возможно путь начинается у вас вот так //путь к картинке, и FF это кушает, а опера нет. а так, надо бы ссылку на сайт.

Link to comment
Share on other sites

  • 0
Проверьте правильность пути к картинкам. возможно путь начинается у вас вот так //путь к картинке, и FF это кушает, а опера нет. а так, надо бы ссылку на сайт.

Рисунки без дива работают , а с ним не отображается .....

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