css - why margin-right is not showing when div is wider than window -


i want know why margin on right side not showing when div wider window.

#red {     width:4000px;     height:3000px;     background:red;     margin:20px;  } 

i can see in browser window, top,bottom , left margin-ed correctly no margin @ right,but working fine when div narrower window's width.why so?

thanks in advance


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -