Jump to content
  • 0

Text-decoration только для текста ссылки


lyapiss
 Share

Question

Прошу помочь.

Как сделать так, что бы text-decoration:underline применялся исключительно к тексту находящемуся в ссылке.

<a href=***.php" class="mb1"><img src="spacer.gif" width="30" height="30">
Заказ</a>

в стиле:

a.mb1:hover{
color: #c96a16;
font-size: 11px;
font-family: Arial;
text-decoration: underline;
background-image: url(m1b1_on.gif);
background-repeat: no-repeat;
background-position: top;
display: block;
}

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0
Прошу помочь.

Как сделать так, что бы text-decoration:underline применялся исключительно к тексту находящемуся в ссылке.

<a href=***.php" class="mb1"><img src="spacer.gif" width="30" height="30">
Заказ</a>

в стиле:

a.mb1:hover{
color: #c96a16;
font-size: 11px;
font-family: Arial;
text-decoration: underline;
background-image: url(m1b1_on.gif);
background-repeat: no-repeat;
background-position: top;
display: block;
}

a.mb1 IMG,

a.mb1:hover IMG{

text-decoration:none;

}

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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
*{ border: none;}
a { text-decoration: none;}

a.mb1:hover{
color: #c96a16;
font-size: 11px;
font-family: Arial;

background-image: url(m1b1_on.gif);
background-repeat: no-repeat;
background-position: top;
display: block;
}
a.mb1:hover span { text-decoration: underline;}
</style>
</head>

<body>
<a href="" class="mb1"><img src=".jpg" width="30" height="30"><br><span>Заказ</span></a>

</body>
</html>

Edited by psywalker
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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
*{ border: none;}
a { text-decoration: none;}

a.mb1:hover{
color: #c96a16;
font-size: 11px;
font-family: Arial;

background-image: url(m1b1_on.gif);
background-repeat: no-repeat;
background-position: top;
display: block;
}
a.mb1:hover span { text-decoration: underline;}
</style>
</head>

<body>
<a href="" class="mb1"><img src=".jpg" width="30" height="30"><br><span>Заказ</span></a>

</body>
</html>

я бы еще для текста font-size прописал, а то как-то прыгает дергано

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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
*{ border: none;}
a { text-decoration: none;}

a.mb1:hover{
color: #c96a16;
font-size: 11px;
font-family: Arial;

background-image: url(m1b1_on.gif);
background-repeat: no-repeat;
background-position: top;
display: block;
}
a.mb1:hover span { text-decoration: underline;}
</style>
</head>

<body>
<a href="" class="mb1"><img src=".jpg" width="30" height="30"><br><span>Заказ</span></a>

</body>
</html>

спасибо. да так заработало.

и еще такой вопрос, почему может не работать стиль hr - в css прописал цвет, а на деле цвета нет почему-то.

Link to comment
Share on other sites

  • 0
и чё тогда использовать?

вообще пустые элементы плодить не рекомендуется, если только реально нет другого выхода, если можно, то сделай IMG, а при необходимости div :D

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