css - Inserting wider banner than div -


Our designer has created a new banner for a site that is (deliberately) more comprehensive than the previous one, what some CSS magic Does it allow me to put new ones on both sides without planting and making it without putting it in place of the old (concentrated)?

Thanks

Use negative margins:

  .wide-banner {margin-left: -50px; }  

You may also need to use negative right margins based on other content of your page.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -