Jump to content

Не всегда срабатывают кноки css (ссылки)


B-Real
 Share

Recommended Posts

Сделал 3D кнопки на сайт в шапку, с помощью CSS и HTML. Сайт http://куз.рф

Не всегда срабатывают, почему-то иногда нажимая на кнопку, она обыгрывает анимацию нажатия, но не переходит по ссылке.

Я даже нанимал фрилансера, он сказал что ничего не может поделать с этим ((

П.с. кстати, мне бы еще подвал подправить, все тот-же фрилансер его прилепил к низу окна, как я и просил, но при сужении окна в контент он не упирается, а налазиет поверх него.

Edited by B-Real
Link to comment
Share on other sites

хз у меня в ff и кнопки ваши работают, и подвал себя нормально ведет.

Кнопки и действительно в FF работают стабильно, странно - в Хроме, експлорере и опере проблемы.

А подвал везде залазиет на контент :( Это заметно на какой-нибудь статье


.menu_main {
width:50%;
float:right;
text-align:right;
margin:0.3em 0 0 0;
}

.menu_main li {
display:inline-block;
margin:0 0 0 7px;
}

.menu_main li.active,
.menu_main li.active a {
top:7px;
}

.a_buttons {
background-color:#f24941;
padding:10px;
position:relative;
font-family: 'Open Sans', sans-serif;
font-size:12px;
color:#fff;
text-decoration:none;
background-image: linear-gradient(bottom, rgb(170,43,30) 0%, rgb(212,65,51) 100%);
box-shadow: inset 0px 1px 0px #960018, 0px 6px 0px #b02b25;
border-radius: 5px;
}

.a_buttons:active {
top:7px;
background-image: linear-gradient(bottom, rgb(170,43,30) 100%, rgb(212,65,51) 0%);
box-shadow: inset 0px 1px 0px #c45525, inset 0px -1px 0px #8e130d;
color: #fff;
text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
background: rgb(202,44,50);
}

.a_buttons::before {
background-color:#072239;
content:"";
display:block;
position:absolute;
width:100%;
height:100%;
padding-left:2px;
padding-right:2px;
padding-bottom:4px;
left:-2px;
top:5px;
z-index:-1;
border-radius: 6px;
box-shadow: 0px 1px 0px #fff;
}

.a_buttons:visited { color:#fff; }

.a_buttons:hover { color:#fff; }

.a_buttons:active::before {
top:-2px;
}

Edited by B-Real
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