not sure why it won’t pass user story #14:" On regular-sized devices (laptops, desktops), the element with id=" navbar"
should be shown on the left side of the screen and should always be visible to the user.".
also when i scroll you can see the text behind the nav bar. not sure how to fix this. and the section title boxes wont stretch across the entire nav box even though i set the width to 100%.
If it spans the whole length of the screen, then it’s not shown on the left of the screen, but rather the whole width of it. I see you have a min-width set on #navbar
. Try making a change so that it’s limited to the left and not going the whole width of the screen.
I made a change but it still doesn’t pass.
You are correct about setting max-width. What would happen if you removed min-width? You could also just set width. But you can’t have min-width.
It’s still not passing.
That’s odd. It’s passing for me:
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.