Jump to content
  • 0

Как поставить блоки


skvaer09
 Share

Question

19 answers to this question

Recommended Posts

  • 0
  • 0

Ахаха, 1-й рисунок отжег ) Я сначала подумал, что блоки нужно расположить лесенкой с плавным пересечением нижнего бордера шапки, а также выровнять их содержимое так, как расположены цифры: 1,234. Оказалось - просто кривой рисунок. Да уж, много думать - вредно. :lol:

Link to comment
Share on other sites

  • 0

Kray Storm : :)

Вот почему когда я убираю скрипт то блоки встают нормально??

А если он есть то блоки встаю не так как надо

http://jsfiddle.net/TcyVC/

$(document).ready(function() {



$('div[id^=blockNav]').hide();

$('div.closeBlock').click(function(){
$('div[id^=blockNav]').fadeOut(0,1);
$('ul.mainMenu > li').css({'opacity':'1'}).removeClass('actve');
});

$('li.Diablo1').click (function() {
$('ul.mainMenu > li:not(li.Diablo1)').removeClass('active').css({
'opacity':'0.6'
});
$(this).addClass('active').css({'opacity':'1'});
$('div#blockNav1').fadeIn(0,1);
$('div[id^=blockNav]:not(div#blockNav1)').fadeOut(0,1);
});

$('li.warCraft2').click (function() {
$('ul.mainMenu > li:not(li.warCraft2)').removeClass('active').css({
'opacity':'0.6'
});
$(this).addClass('active').css({'opacity':'1'});
$('div#blockNav2').fadeIn(0,1);
$('div[id^=blockNav]:not(div#blockNav2)').fadeOut(0,1);
});

$('li.wow3').click (function() {
$('ul.mainMenu > li:not(li.wow3)').removeClass('active').css({
'opacity':'0.6'
});
$(this).addClass('active').css({'opacity':'1'});
$('div#blockNav3').fadeIn(0,1);
$('div[id^=blockNav]:not(div#blockNav3)').fadeOut(0,1);
});

$('li.starcraft4').click (function() {
$('ul.mainMenu > li:not(li.starcraft4)').removeClass('active').css({
'opacity':'0.6'
});
$(this).addClass('active').css({'opacity':'1'});
$('div#blockNav4').fadeIn(0,1);
$('div[id^=blockNav]:not(div#blockNav4)').fadeOut(0,1);
});

});

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