css - Warning: copy(): Unable to find the wrapper "..file" -
css - Warning: copy(): Unable to find the wrapper "..file" -
here fiddle of list im working on. workd fin, display drops right hand side borders.
i dont know why. fiddle
ive tried set margin on right of container, nothing...
.notifycontainer{ clear:both; width:400px; }
i'm not understand problem right, if set .content
, .header
clear:both
rows displayed 1 below other.
.header, .content { clear:both; }
you don't need float:left
on them...
modified jsfiddle
css
Comments
Post a Comment