Jump to content
  • 0

В диве в блоке не задать подсветку сылки.


dima4321
 Share

Question

Всем привет

Вот код

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html><head><title>Вася</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">

a:link {

color: blue;

}

a:visited {

color: blue;

}

A {

text-decoration: none; /* Убираем подчеркивание у ссылок */

}

td { font-size:11pt;font-family:"Verdana";font-style:normal;font-weight:bold;}

.block1 { width: 200px;

background: #fc0;

padding: 5px;

border: solid 1px black;

font-size: 12px ;

font-family: Verdana;

font-style:normal;

font-weight:bold;

text-decoration:none;

float: right;

}

.block1 a:hover { color: red;}

</style>

</head>

<body>

<div class='block1'><b><a href="index.html"> <font color="#8B4726">M</font><font color="#0000CD">P</font><font color="#FF3030">3</font> <font color="#B8860B">C</font><font color="#32MP3 CD #32">D</font><font color="#8B4726">s</font> <font color="#8B4513">(catalog, list)</font></a> <br> <a href="service.html"><font color="#FF34B3">H</font><font color="#9B30FF">O</font><font color="#FF4500">W</font> <font color="#8B4726">t</font><font color="#8B4726">o</font> <font color="#2E8B57">B</font><font color="#FF1493">U</font><font color="#0000FF">Y</font>

</a> <br> <br> <font color="#8B7765">Email :</font> <a href="mailto:вася"><font color="#363636">вася</font></a></b> <br> <br> <br> <br>

<br>LOOK ALSO<br>

</div>

В общем в Dive почему то не работает подсветка ссылки при наведении..не могу понять почему ..

.block1 a:hover { color: red;} —- не работает

Самое интересное если применять не к диву то все отлично работает.

Edited by dima4321
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
1) Брр, такой мягко сказать - говнистый код, давно не встречал

2) Давай ссылку на страницу с косяками

страницы как таковой еще нет..))

я элементарно начинаю ю тыркать..

хочется ..чтобы фраза MP3 CDs ( сcatalog)

и фраза How to buy были с разноцветными буквами ( сейчас так и есть) ...и при этом умудрялись еще подсвечиваться при наведении курсора. ( этого нет) Подсвечивания добиться не могу.

Если задавать цвет ссылки в Css , то проблем нет...но я же немогу в CSS задать разноцветные буквы. И поэтому задаю их прямо в коде HTML. После чего парметр a hover не врубается.

Существует ли какое-нибудь решение ?? кто нибудь ??

Link to comment
Share on other sites

  • 0

dima4321,

Хз, единственное решение, которое вижу я это заключать каждую буквы в ссылку и для каждой такой ссылку устанавливать свой стиль... бррр :)

Но ты выбрал изначально неправильный путь. Делать разноцветные буквы - имхо извращение еще то.

Link to comment
Share on other sites

  • 0
1) Вместо font исползуешь span <span>MP</span>

2) В ЦСС пишешь так: span { color: blue;}

div.block1 a:hover span{ color: red;}

Ну вот сделал так ...т.к каждая буква отдельно..то пршлось классы..

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html><head><title>Вася</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">

a:link {

color: blue;

}

a:visited {

color: blue;

}

a: hover { color: red;}

A {

text-decoration: none; /* Убираем подчеркивание у ссылок */

}

td { font-size:11pt;font-family:"Verdana";font-style:normal;font-weight:bold;}

div.block1 a:hover span{ color: red;}

.block1 { width: 200px;

background: #fc0;

padding: 5px;

border: solid 1px black;

font: 25px ;

font-family: Verdana;

font-style:normal;

font-weight:bold;

text-decoration:none;

float: right;

}

.letter1 {

color: blue; /* Красный цвет символов */

}

.letter2 {

color: black; /* Красный цвет символов */

}

.letter3 {

color: green; /* Красный цвет символов */

}

.letter4 {

color: red; /* Красный цвет символов */

}

</style>

</head>

<body>

<div class='block1'><b><a href="index.html"><Span class="letter1">a</span><Span class="letter2">b</span><Span class="letter3">b</span><Span class="letter4">a</span> </a> </div>

Надеюсь это валино..))

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