Re: [css-d] Hack for Internet Explorer documentation
VINDEVOGEL Yves wrote: > I don't know whether this is documented somewhere. If somebody could > point me to some info about this ... Hi, I am only familiar with !important: http://css-discuss.incutio.com/?page=ImportantRule Maybe that will help explain. :) Cheers, Micky -- Wishlist:
[css-d] Hack for Internet Explorer documentation
Hi, Faced with the box model problem, I'm using a trick like this div#wrapper_top { width: 794px ; width: 796px !Internet Explorer ; height: 20px ; height: 26px !Internet Explorer ; border: solid 1px #00 ; ma