Tue, 2003-08-12 04:04
I'm playing around with this property name form of the BM hack:
#menu { width: 300px; } /* plain, no voice family */ #menu { \width: 400px; } /* for MSIE */ html>body #menu {width:300; } /* for standards */
Check out the menu on the site. IE6? Mac? ...In which versions does the menu width shoot into the content, or other strangeness?
Can't seem to replace html>body with #menu { w\idth: 300px; } ...??
Appologies for bothering you with this.