Jump to content
  • 0

Практикум Ход конем


rpmcmerphy
 Share

Question

7 answers to this question

Recommended Posts

  • 0

А :target не пойдет?

<!DOCTYPE HTML><html> <head>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  <title>Ход конем</title>  <style type="text/css">		table{	border-collapse: collapse;	}		td{	border:1px solid black;	height:50px;	width:50px;	text-align:center;   	}		a{  display:block;  height:49px;	width:49px;		text-decoration:none;  }	  a:target:after{  content:"♘";  font-size:3em;   color:red;  }			</style> </head> <body>	<table>  <tr>    <td><a href="#c11" id="c11"></a></td><td><a href="#c12" id="c12"></a></td><td><a href="#c13" id="c13"></a></td>  </tr>  <tr>    <td><a href="#c21" id="c21"></a></td><td><a href="#c22" id="c22"></a></td><td><a href="#c23" id="c23"></a></td>  </tr>  <tr>    <td><a href="#c31" id="c31"></a></td><td><a href="#c32" id="c32"></a></td><td><a href="#c33" id="c33"></a></td>  </tr>  	</table>	 </body></html>
Link to comment
Share on other sites

  • 0
Я понимаю что это для Мозилы ?

 

Не только. В этой статье, например, автор пишет о том, что аналогичное поведение проявляется и в других браузерах. И связано это с :visited privacy bug.

  • Like 1
Link to comment
Share on other sites

  • 0

 

А :target не пойдет?

<!DOCTYPE HTML><html> <head>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  <title>Ход конем</title>  <style type="text/css">		table{	border-collapse: collapse;	}		td{	border:1px solid black;	height:50px;	width:50px;	text-align:center;   	}		a{  display:block;  height:49px;	width:49px;		text-decoration:none;  }	  a:target:after{  content:"♘";  font-size:3em;   color:red;  }			</style> </head> <body>	<table>  <tr>    <td><a href="#c11" id="c11"></a></td><td><a href="#c12" id="c12"></a></td><td><a href="#c13" id="c13"></a></td>  </tr>  <tr>    <td><a href="#c21" id="c21"></a></td><td><a href="#c22" id="c22"></a></td><td><a href="#c23" id="c23"></a></td>  </tr>  <tr>    <td><a href="#c31" id="c31"></a></td><td><a href="#c32" id="c32"></a></td><td><a href="#c33" id="c33"></a></td>  </tr>  	</table>	 </body></html>

Если честно то первый раз слышу о псевдоклассе :target. 

 

Все прочитал, хорошее решение. Но надо теперь чтобы при втором клике по иконке лошади она исчезла.

Edited by rpmcmerphy
Link to comment
Share on other sites

  • 0

Нет, это задача на чистом CSS3, всё делается без скриптов. Хитрость в использовании input type=checkbox. В комментариях к задаче уже привели решение

http://jsfiddle.net/fresk/63XqZ/6/

 

От моего оно отличается только вложением элементов. Принцип здесь описан.

http://htmlbook.ru/blog/kartinka-vmesto-chekboksa

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