[css-d] Table Caption Disappears - Opera 8.5

2006-01-31 Thread L. Robinson
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

Re: [css-d] Table Caption Disappears - Opera 8.5

2006-01-31 Thread Pringle, Ron
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:

Re: [css-d] Table Caption Disappears - Opera 8.5

2006-01-31 Thread Pringle, Ron
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 Hi Ron and others, What kind of hack would that be that is read by Opera but not other browsers? I'm not exactly a

Re: [css-d] Table Caption Disappears - Opera 8.5

2006-01-31 Thread bill
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 Hi Ron and others, What kind of hack would that be that is read by Opera but not other browsers? I'm not exactly a newbie and