Home › Forums › CSS › Why appears a bit hiddenpart of these ul on vertical nav bar? I'm using flexbox
- This topic is empty.
-
AuthorPosts
-
September 3, 2017 at 7:39 am #259723
rooibos
ParticipantHi everybody.
I’m trying to make something really (I guess) easy for my poor knowledge in this theme.
It’s about a vertical menu navigation for my future? web portfolio.I have two ul in vertical rotation in the same container (header) and my goal is that first one be on top and the second on bottom part without part of them hidden.
Am I doing too much thing wrong?Maybe there another better way to get this.
This is the code (I’m sorry if I’m linking it in the bad way). Thanks
See the Pen Problems with Vertical menu bar with flexbox by Chris (@chrisdgallego) on CodePen.
September 4, 2017 at 5:01 am #259726AsGYakimov
ParticipantWhy are you uls rotated? It’s hard to read them and to navigate. If you remove this rotation and remove display: flex on the uls or make their flex-direction: column, it will be ok.
September 4, 2017 at 7:29 am #259727Paulie_D
MemberIndeed, It’s really hard to see what it is you are trying to achieve.
Do you have an image of what this is supposed to look like?
September 4, 2017 at 2:24 pm #259741rooibos
ParticipantHi AsGYakimov. I just design (on paper) a interface and I saw some webs with this kind of navigation and some cases I like it and wanna try it.
Yes, I agree about the reading of these menus with those colors and the font in the exaple but I think with nor more than 3 links and the right font and color could be work.Something like this I think does not look bad.
September 4, 2017 at 2:31 pm #259742rooibos
ParticipantHey Paulie_D.
Something like this:In my case I wanna try to control the position of each ul.
Just imaging the icons bar on this web to the left with just two icons, the home one and the shop one, same position. Just replace them by ul.Now I know once I rotate uls I have to change something like the center’s coordinates? I wrote it in a paper but now I’m not in front of that note.
September 4, 2017 at 11:39 pm #259749Paulie_D
MemberThere’s a lot of very precise absolute positioning going on in the example site….I’m not sure you want to go down that road.
You’d need to know the exact widths of the UL to be able to pull it off.
Frankly, I think it’s poor UX and design.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.