Jump to content
  • 0

Не знаю как правильно сформулировать вопрос в 4 слова(


CatInTheBread
 Share

Question

Всем джамбо. Есть страничка с кнопками...http://osobniak.com/дизайн-интерьеров

Кнопки стоят вертикально и контент открывается соответственно блоком под каждой кнопкой. Хотелось бы сделать все по симпатичнее. Например кнопки горизонтально, и при нажатии открывался блок с контентом на всю ширину страницы или кнопки вертикально с лева, а контент открывался с права...

Если есть идеи буду признателен! Вот код кнопок.


<!-- Lightbox Plus ColorBox v2.6/1.3.32 - 2013.01.24 - Message: 0--><script type="text/javascript">
function onclick(event) {
console.log("text1");
var txt = event.target.innerText;
if (txt == "Современные интерьеры")
{
jQuery("#ToggleRestavration").slideToggle("slow");
}
else if (txt == "Классические интерьеры")
{
jQuery("#ToggleBaton").slideToggle("slow");
}
else if (txt == "Интерьеры для офиса")
{
jQuery("#ToggleElseBaton").slideToggle("slow");
}
else if (txt == "Интерьеры для ресторана")
{
jQuery("#TogglePestapan").slideToggle("slow");
}
};
jQuery(document).ready(function($){
$("a[rel*=lightbox]").colorbox({speed:0,width:false,height:false,innerWidth:false,innerHeight:false,initialWidth:false,initialHeight:false,maxWidth:false,maxHeight:false,scalePhotos:false,opacity:0,preloading:false,current:" {current} {total}",previous:"",next:"",close:"",overlayClose:false,loop:false,scrolling:false,escKey:false,arrowKey:false,top:false,right:false,bottom:false,left:false});
$("button").each(function(item) {
$(this).click(onclick);
});
});
</script>
<style>

.but_lavender {
margin: 10px 0px 0px 0px;
text-decoration: none !important;
color: #333;
font: 100% Arial, Helvetica, sans-serif;
padding: 5px 13px;
font-size: 13px;
border: solid 1px #aaa;
border-color: #99958c;
background: #c0c0c0;
background: -moz-linear-gradient(top, #f7f0fe 0%, #e8d1ff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f0fe), color-stop(100%,#e8d1ff));
background: -webkit-linear-gradient(top, #f7f0fe 0%,#e8d1ff 100%);
background: -o-linear-gradient(top, #f7f0fe 0%,#e8d1ff 100%);
background: -ms-linear-gradient(top, #f7f0fe 0%,#e8d1ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f0fe', endColorstr='#e8d1ff',GradientType=0 );
background: linear-gradient(top, #f7f0fe 0%,#e8d1ff 100%);
vertical-align: middle;
display: inline-block;
zoom:1;
*display:inline;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}
.but_lavender:hover {
text-decoration: none;
background: #d0f0c0;
}
.but_lavender:active {
position: relative;
top: 1px;
}
</style>

Или может кто знает как это сделать вообще не прибегая к использованию кнопок?!?

Edited by CatInTheBread
Link to comment
Share on other sites

Recommended Posts

  • 0

ахаха)) Ну я не знаю как правильно объяснить) щас скину рисунок Игоря которому 3 года=)

http://itmages.ru/image/view/1067747/72d3b2f1

То есть идея в том, что есть верхний ряд кнопок каждая со своим контентом и внутри например 3тьей кнопки есть еще ряд кнопок опять же каждая со своим контеном.

Link to comment
Share on other sites

  • 0

Как вам будет угодно! Я вообще удивлен что вы откликнулись на мою просьбу) Видимо не перевились в наше время с общепринятым меркантильным мышлением отзывчивые люди ^_^

Link to comment
Share on other sites

  • 0

На скорую руку набросал как-то так, если всё правильно понял — http://jsfiddle.net/hypnocolor/hhwue/1/

Последние три слоя с информацией соответствуют трём дополнительным кнопкам, выпадающим из третьей основной.

Link to comment
Share on other sites

  • 0

эмм..видимо я действительно описал свою проблему как то по кривому)

Я имел ввиду что когда нажимаешь на 3 кнопку открывается контент содержащий другие кнопки (расположенные горизонтально) со своим же контентом=)

Link to comment
Share on other sites

  • 0

hypnocolor

А не могли бы вы мне подсказать, что нужно прописать что бы содержимое кнопок изначально было скрыто...ну и его можно было открывать и закрывать?)Заранее спасибо! )

Edited by CatInTheBread
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