I
I
Ilya Kaznacheev2014-05-23 15:18:29
User interface
Ilya Kaznacheev, 2014-05-23 15:18:29

How to organize the UI on the site

Good afternoon. There is a task - to make an interface for the catalog of categories (reminiscent of an online store).
The catalog is as follows:
-1 level - categories
-2 level - subcategories
-3 level - catalog objects themselves Navigation will be
on the first level in depth, i.e., 1 page - 1 level -> 2 page - 2 level...
in Flat style, so that these categories are displayed on the page as tiles of different colors. When hovering over a tile, some info about the category is displayed (for example, the number of elements in it). When clicked, it goes to the category page, where subcategories are displayed in the same way.
Questions:
Is this normal?
If not, how would you recommend doing it?
UPD: picture
f2e6c7bfb2a148a4bba09726a0e271be.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Kuleshov, 2014-05-23
@Color

Hover effect (to view category description): flip-click
Separate pages for each level is nice, but not as pretty. Using JavaScript (such as jQuery effects) you can achieve animated "transitions" from one level to another, for example with this effect .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question