Two HTML Issues: Width 100% not working and Divs not separating from each other -
first of all, in portfolio section images shown, css property
width: 100%
is not working.
second, have 2 divs are, reason, stuck together.
how fix these?
the fiddle here: http://jsfiddle.net/wjp9h/
clarification: 2 divs stuck "images" , "about" divs. can see, background color "about" div stuck "images" div.
is there content in divs? if there not content in divs, collapse when set width 100%.
as divs being stuck together, have tried adding margin divs?
<div style="margin: 5px">some content here.</div> <div style="margin: 5px">other content here.</div>
Comments
Post a Comment