Jump to content
  • 0

Ссылка на css


okunev2
 Share

Question

Ребятки, вот код, выводит менюшку, при наведении на кнопку соотвественно происходит е? изменение, ну из кода понятно как! Вопрос, как сделать только на css без участия кода php или явы, чтобы когда человек наводит на кнопку в меню она не только менялась, но когда перейдешь по этой ссылку в нужный раздел сайта е? выделение положения при наведении было зафиксировано, брррр чот много написал :) ну в общем поняли:

a.pointer {
cursor: pointer;
}

.menu{
list-type-style:none;
}
.menu li,.menu a{
width:84px;
height:30px
}
.menu a{
float:left;
display:block;
background-repeat:no-repeat;
background-position: 0 0;
}
.menu a:hover{
background-position:0 -30px;
}

.menu .home{
background-image:url(images/button1.jpg);
}

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Ребятки

совсем не обязательно обращаться используя данный термин. :)

по теме - никак. в любом случае должен быть определенный класс,

который php-скрипт будет добавлять в ту или иною кнопку.

css - это не язык программирования.

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