On Feb 24, 2006, at 2:13 PM, [EMAIL PROTECTED] wrote: > Can you help the young monkey?
Lol, nice story. :D This is what I do... Prob best to put the hacks in separate IE-specific style sheets using condtional comments: /* You can use the underscore hack in order to not let this css affect firefox and opera. */ /* http://www.sitepoint.com/forums/showthread.php?t=169621 */ fieldset { border: 0; border-top: 1px solid #2874A5; margin: 1em 0; padding: 1em; _position: relative; /* The underscore means only IE will see it. */ _padding-top: 20px; _padding-bottom: 15px; _display: block; } fieldset legend { font-size: .9em; font-weight: bold; color: #2874A5; text-transform: uppercase; background: #fff; padding: 0 10px 0 10px; margin: 0 0 0 -20px; _position: absolute; _top: -10px; } Prob not exactly what you need, but maybe it will help/give you some ideas. M ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
