Jump to content
  • 0

Навигационная панель


Marko
 Share

Question

Ребята подскажите пожалуйста, как сделать приподнятое навигационное меню? Возможно ли это сделать с помощью css, киньте мне, если не сложно ссылок на статьи и уроки такого плана.

Как на этом сайте, первое прозрачное, приподнятое, и второе зеленого цвета точно также приподнятое http://psdtowp.com/. Буду, очень, очень Вам всем благодарна!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Посмотри background-image

вот пример кода. Я так понял что ты хочешь эффект объема

background-color: #E1E1E1;
background-image: -moz-linear-gradient(#FAFAFA, #E1E1E1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#E1E1E1));
background-image: -webkit-linear-gradient(#FAFAFA, #E1E1E1);
background-image: -o-linear-gradient(#FAFAFA, #E1E1E1);
background-image: -ms-linear-gradient(#FAFAFA, #E1E1E1);
background-image: linear-gradient(#FAFAFA, #E1E1E1);

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