Jump to content

Помогите с кнопкой


DD_man
 Share

Recommended Posts

http://jsfiddle.net/6t287/1/

 

Примерно. Помоему это все что можно делать при помощи html + css. Если есть другие более хорошие варианты, то тоже с удовольствием посмотрю, часто пригодится. 

Edited by CroaToa
Link to comment
Share on other sites

Спасибо, то что нужно. Помогите с еще с всплывающим блоком, я не знал как сделать чтобы он исчезал и появлялся,по этому экспериментировал) как можно проще его реализовать?  http://jsfiddle.net/fEY8T/1/

Link to comment
Share on other sites

<script>    jq_181(function($){        var text_block = '#block-new148'; /* Блок с текстом */        var button = '#block-new147'; /* кнопка вызова */        $('body').append('<div class="simple_overlay" id="overlay1"></div>');        $('#overlay1').html('<div class="overlay_block">' + $(text_block).html() + '</div>');        $(text_block).hide();        $('#overlay1').overlay({ top: '10%', mask: { color:'#000', opacity:.5 } });        $('.overlay_block, .simple_overlay').css({ 'max-height': $(window).height() * 0.7 + 'px'});        $(button).click(function(e){            e.preventDefault();            $('#overlay1').overlay().load();        });    });</script>

а в блоке с текстом прописываем overflow:hidden;

Edited by maromaks
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
Reply to this topic...

×   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