I am using a Navigation design from the site - CSSDECK.
I have done some modification and this is my code.
DOUBTS:
- Why
#siteNav
and#siteNav ul
not wrapping aroundli
s. I have usedheight:auto
in#siteNav
and#siteNav ul
. What I know isauto
means browser will decide the height accordingly. But this isn't happening. WHY? - If I do
overflow:auto or hidden
in any of#siteNav
or#siteNav ul
. Then that block wrap itself around theli
s. Why usingoverflow
doing this?