Published in: CSS
hack to maximise CSS browser compatibility (IE 6, IE 7 and the rest of the world)
{ border:1px solid green; /* works in all */ *border:1px solid red; /* targets IE6 and 7 */ _border:1px solid blue; /* targets IE6 */ }
You need to login to post a comment.
