no FF3 does not ignore it. it does it right
i just verified this on his site, as would be expected
that's css2 stuff and all browsers should handle it
Workaround and it's uglyanother workaround that i've done for avatars on certain sites, which would apply here.. is to:
1) run a script that trundles thru all posts and searches for externally linked images.
2) that script then grabs each one and sizes them properly and stores them on your server
3) modify the img tag parser to do this for any [img] tag in the future..
i used that idea with avatars, to corral all the external ones, upload them, resize and then i turned off external avatars..
other option is to disallow IE5.5 and IE6, but it's prolly not a good idea
