Jump to content
  • 0

Меню сайта на CSS


dmMaster
 Share

Question

7 answers to this question

Recommended Posts

  • 0

http://www.ipkpro.ru/templates/ja_olyra/css/template_css.css

вообщето можно было из кода страницы взять ссылку на css.

потом находим это

ul {
list-style: none;
}

ul li {
padding-left: 35px;
background: url(../images/bullet-list.gif) no-repeat 25px 8px;
line-height: 170%;
}

ol li {
margin-left: 35px;
line-height: 170%;
}

и думаем что можно с этим сделать.

Подсказка используйте hover - это правильный путь.

Link to comment
Share on other sites

  • 0

я думал, что об этом не надо никого спрашивать, потому что по-любому сам лезешь в код и вс? изучаешь... или читаешь литературу, что тоже очень полезно)...

прописываешь в менюшках классы и по случаю - ID (class="mainlevel" id="active_menu")

а код ниже.. вставляешь в CSS файл...вообшем - изучай! полезно здесь http://csszengarden.com/

/* Default Joomla! Menu */
a.mainlevel {
margin: 0;
padding: 5px 5px 5px 14px;
width: 90%;
border-bottom: 1px solid #EFEFEF;
display: block;
color: #333333;
background: url(http://www.ipkpro.ru/templates/ja_olyra/images/bullet-list.gif) no-repeat 3px 12px;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
color: #D78807;
background: #F7F7F7;
}

a.mainlevel#active_menu {
color: #D78807;
}

a.sublevel {
padding: 3px 3px 3px 14px;
border-bottom: none;
display: block;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
border-bottom: none;
}

#active_menu {
color: #CC0000;
font-weight: bold;
}

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