sirb Posted January 16, 2015 Share Posted January 16, 2015 Как добавить картинки в меню навигации? Link to comment Share on other sites More sharing options...
siv1987 Posted January 16, 2015 Share Posted January 16, 2015 Это не совсем изображения, а иконки шрифта (font awesome icons) заданные через css (flatty.css). Пример календаря: .icon-nav_app_calendar::before { content: "\f073"; } Для classifieds "Объявления" icon-nav_app_classifieds::before { content: "\f073"; } Где \f073 - код иконки. Список иконок http://fortawesome.github.io/Font-Awesome/icons/ 1 Link to comment Share on other sites More sharing options...
sirb Posted January 16, 2015 Author Share Posted January 16, 2015 Спасибо добрый человек! :) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now