Jump to content
  • 0

Смена цвета текста при наведении на div с картинкой и текстом...


JAGUAR4uk
 Share

Question

Доброго времени суток!

Проблема заключается в следующем: есть DIV в котором размещены картинка и текст.

Мне нужно сделать это всё как ссылку для открытия модального окна (это сделал) и чтобы текст менял свой цвет.

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

PHP

<span class=\"span_link\" onclick=\"ShowModalbox()\">
<div style=\"width: 100px; height: 100px;\">
<img src=\"".$prev_link."\" style=\"padding-top: ".$marg_top.";\">
</div>".$product['product_name']."
</span>

CSS

A:link, A:visited , .span_link {
cursor: pointer;
text-decoration: none;
color: #6593CB;
}
A:hover, a.botlink:hover, .toplink:hover, a.copyright_link:hover, .close_link:hover, .span_link :hover {
cursor: pointer;
text-decoration: none;
color: orange!important;
}

Всё открывает, цвет текста поменял как это прописано для .span_link, но вот при наведении цвет не меняется. Пробовал отдельно заключить $product['product_name'] в <span class=\"span_link\"></span> - не помогло.

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