Jump to content
  • 0

как реализовать select из картинок?


voodoo
 Share

Question

6 answers to this question

Recommended Posts

  • 0

я вот не понимаю зачем вы так любите jQuery, это зло!

то лучше подключать черт знает какие-то модули, загружать еще этот jQuery

или написать полноценный JS ?

я некогда не использую jQuery и не стану использовать, так как я за чистоту кода и за минимализм.

вот написал за минуту HTML и CSS код, ты можешь его под свой дизайн оформить:

<style type="text/css">

img { border: none; }

.ruster
{
width: 230px;
height: 400px;
overflow: auto;
border: 1px solid #9A9A9A;
padding: 10px;
}

.ruster img
{
float: left;
margin: 8px;
padding: 2px;

}
.ruster a:hover img
{
float: left;
border: 1px solid #3D89A3;
margin: 7px;
}

</style>


<div class="ruster">

<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>
<a href="java script:void(0);"><img src="http://ruster.info/templates/i/ruster.png" style="width: 80px; height: 80px;" alt="" /></a>

</div>

и еще дописать JS, там всего пару строк будет, я сам JS не знаю.

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