Jump to content
  • 0

Подсветка текста через hover


PGfedos1
 Share

Question

10 answers to this question

Recommended Posts

  • 0
Увидел такую фишку: 1252587052_6553_FT44795__.jpg при наведении на текст он подсвечивается зеленым. (не работает это в IE). Я думаю это конечно через hover, только не знаю как =(

Надо скорее дать гуглу ":hover" и сразу же все узнать как.

Link to comment
Share on other sites

  • 0

Justnewone, если бы я нашёл это в поисковиках. Думаю я бы сюда не писал. (а вообще я ищу по ya.ru :) )

3ABAPKA, я это и так знаю. Только я не не знаю как именно ПОДСВЕТКУ сделать как на скрине... блин я ведь специально скрин выложил... Что бы поняли что нужно.

Edited by PGfedos1
Link to comment
Share on other sites

  • 0

была бы возможность - взял. То что ты говоришь сделать черный background и просто зеленый цвет... пффф.

Это равносильно тому что я делаю так:

a {

color: #238ab6

}

a:hover {

color: #033b53

}

Но это просто как обычно : ссылка этого цвета #238ab6, при наведении меняется на этот #033b53 . А надо именно блин с подсветкой, почему вы меня не понимаете. Если получится, зайдите через оперу желательно на этот сайт. Но думаю врятли зайдете..

Link to comment
Share on other sites

  • 0

<!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">
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
div {
width: 100%;
color: #006600;
filter:progid:DXImageTransform.Microsoft.Glow(Color=#00ff00, Strength=2);
text-shadow: #00ff00 0 0 3px;
}
</style>
</head>
<body>
<div>
Blurry text with smudge of gray.
</div>
</body>
</html>

Работает в ИЕ, Мозилле не ниже 3.5, Гугл Хроме, Сафари (видимо 3 версии), Опера (походу выше 9.5)

Link to comment
Share on other sites

  • 0
a:hover {
color:#92D051;
text-decoration:underline;
text-shadow:0 0 4px #99FE64;
}

text-shadow - css3 у меня только опера его поддерживает

http://dimox.name/css-text-shadow/ тут более детально можете прочитать

Спасибо, мне тоже админ ответил text-shadow :rolleyes:)

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