css - Default width of relatively positioned div -
if position of div tag absolute, default, height , width 0, if position relative, default width 300px, want div tag 0 width , relative position...
then create it:
<div style="position:relative; width:0;"></div>
css
No comments:
Post a Comment