Are you sure you don't mean CSS3?
<http://developer.apple.com/library/safari/documentation/AppleApplications/
Reference/SafariCSSRef/Articles/StandardCSSProperties.html
#//apple_ref/doc/uid/TP30001266--webkit-border-image>
<http://css-tricks.com/understanding-border-image/>
Note that border-image uses a *single* image, while the 9-cell method
uses 8 slices of images; that precludes automatic conversion.
You are right CSS3.
So the bottom line is that I cannot use anything like an image table?
Jack
> --
> You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups.
> To post to this group, send email to bbe...@googlegroups.com
> To unsubscribe from this group, send email to
> bbedit+un...@googlegroups.com
> For more options, visit this group at
> <http://groups.google.com/group/bbedit?hl=en>
> If you have a feature request or would like to report a problem, please email "sup...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
The table is not the problem, the CSS is the problem. You need to find which CSS file is defining the table and figure out why it is adding padding/spacing to the table elements.
However, there are at least seven stylsheets defined for that page, and I’m not willing to track through them all to figure out which one is the problem.
I recommend you use Firefox with the WebDeveloper plugin to see exactly what styles are applying to that table. FireBug might also be helpful.
--
"A musicologist is a man who can read music but can't hear it." - Sir
Thomas Beecham (1879 - 1961)
>You are right CSS3.
>
>So the bottom line is that I cannot use anything like an image table?
Well, nothing says you "cannot"; you certainly may continue the "old"
way, it just means eight image hits on the server rather than one.
It's up to you. :)