classical box model hack, by Tantek Çelik
http://www.tantek.com/CSS/Examples/boxmodelhack.html
div.content { width:400px; voice-family: "\"}\""; voice-family:inherit; width:300px; } html>body .content { width:300px; }
Comments
Subscribe to comments
You need to login to post a comment.

even easier:
width:300px !important; width:400px
O yeah that's nice one, i was thinking to add same box into my website http://www.diolt.com suggestion page.