mfred
User-
Posts
38 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Calendar
Store
Everything posted by mfred
-
в #wrap добавить overflow: hidden; в footer убрать margin-top: -60px;
-
в body text-align: center; ну или заключить в еще один див и там это установить. ну и в #container добавить text-align: left;
-
Тему можно закрыть, нашел работу.
-
Сделайте id=form шириной как текстера
-
работает var array = new Array(); var speed = 10; var timer = 10; // Loop through all the divs in the slider parent div // // Calculate seach content divs height and set it to a variable // function slider(target,showfirst) { var slider = document.getElementById(target); var divs = slider.getElementsByTagName('div'); var divslength = divs.length; for(i = 0; i < divslength; i++) { var div = divs[i]; var divid = div.id; if(divid.indexOf("header") != -1) { div.onclick = new Function("processClick(this)"); } else if(divid.indexOf("content") != -1) { var section = divid.replace('content-',''); array.push(section); div.maxh = div.offsetHeight; if(showfirst == 1 && i == 1) { div.style.display = 'block'; } else { div.style.display = 'none'; } } } } // Process the click - expand the selected content and collapse the others // function processClick(div) { var catlength = array.length; for(i = 0; i < catlength; i++) { var section = array[i]; var head = document.getElementById('header-' + section); var cont = 'content-' + section; var contdiv = document.getElementById(cont); clearInterval(contdiv.timer); if(head == div && contdiv.style.display == 'none') { contdiv.style.height = '0px'; contdiv.style.display = 'block'; initSlide(cont,1); } else if(contdiv.style.display == 'block') { initSlide(cont,-1); } } } // Setup the variables and call the slide function // function initSlide(id,dir) { var cont = document.getElementById(id); var maxh = cont.maxh; cont.direction = dir; cont.timer = setInterval("slide('" + id + "')", timer); } // Collapse or expand the div by incrementally changing the divs height and opacity // function slide(id) { var cont = document.getElementById(id); var maxh = cont.maxh; var currheight = cont.offsetHeight; var dist; if(cont.direction == 1) { dist = (Math.round((maxh - currheight) / speed)); } else { dist = (Math.round(currheight / speed)); } if(dist <= 1) { dist = 1; } cont.style.height = currheight + (dist * cont.direction) + 'px'; cont.style.opacity = currheight / cont.maxh; cont.style.filter = 'alpha(opacity=' + (currheight * 100 / cont.maxh) + ')'; if(currheight < 2 && cont.direction != 1) { cont.style.display = 'none'; clearInterval(cont.timer); } else if(currheight > (maxh - 2) && cont.direction == 1) { clearInterval(cont.timer); } }
-
В плагинах посмотрите.
-
У вас заголовк на них налазиет.
-
дайте полностью скрипт и страницу, помогу решить.
-
У вас наверное стоит дополнение "Html Validator", отключите его.
-
Ну вроде если поменять var section = divid.replace('-content',''); на var section = divid.replace('content-',''); var cont = section + '-content'; на var cont = section + 'content-'; var head = document.getElementById(section + '-header'); на var head = document.getElementById(section + 'header-'); должно работать
-
я вот это начал смотреть http://krasview.ru/channel/poliglot, пока меня хватило на 2 видоса.
-
так div поставь и во всех живах должен стать нужный текст, а это большая часть а мож и вся
-
указал в профиле
-
если я правильно понял что вам нужно, то надо инпуту поставить float: left; p который обертывает инпут и лабел overflow: hidden; лабел задать отступы или высоту и выравнивание. А проще былобы руками отредактировать эту форму.
-
да на JS можно высчитать и вставить br после определенного кол-ва символов. ТОк я вот не понял для чего этот перенос и почему? живой пример бы.
-
скорей всего это slideDown, slideUp, попробуйте без эффектов css('display','none') css('display','block') если перестанет выскакивать после нескольких наведений, тогда ищите другие эфекты или реализуйте через аниме.
-
так сделано что меньше нагрузка была на документ. Посмотрите в чем у вас текст в дивах или <p> ну и создайте для них
-
ну можно обернуть <div id="content"> и стилями назначить фон и размер.
-
Каким фоном ? мне кажется стоит ширину уменьшить у меня на 1280 скрол внизу. такого плана ?http://imageshack.us/f/405/20120618170747.jpg/
-
Попробуйте узнать почему в ИЕ скрипт ставит <:article> а не <article> тогдо непридется цсс менять.
-
ИЕ както странно интерпретирует <:article>, смотрю в стилях он есть как промежуточный убрать его из стилей и думаю все гуд будет.
-
Странный глюк - перестали выделятся некоторые ссылки
mfred replied to anjoy74's question in HTML Coding
тут плюс и минусы но после 30 постов. -
Странный глюк - перестали выделятся некоторые ссылки
mfred replied to anjoy74's question in HTML Coding
У вас левое меню залезает на центральную часть