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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -