HTML/CSS bottom navigation misplaced -
i new @ both html , css learning on way. have come stuck point , can't seem work out. when viewing webpage have noticed when 'inspect element' bottomnav div , ul div both size of main div 0.
this causing issues in terms of trying place boarder on bottom navigation.
none of images working here code: http://jsbin.com/xuluqugovu/edit?html,css,output
thanks anyone's on this.
set overflow:auto
on .main
rule (since contents floated, not expand contain them)
Comments
Post a Comment