lr wrote:

> What is it about this CSS...
> 
> caption, caption a { background: url(/images/caption.gif) 
> #69c; color: 
> #eee; font-weight: bold; margin-left: -1px; padding: 5px; border: 1px 
> solid #69c; }
> 
> ...that makes Opera 8.5 refuse to show the caption - at all?
> 
> lr

Its the margin-left: -1px that's doing it.

See ex.02 on this page for more details and a good test page.

http://www.aurora-il.org/table_test.htm


To summarize, you need to feed Opera a 0px margin-left value via a hack,
since IE and Firefox probably need that -1px setting due to rounding
errors.

Regards,
Ron
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to