Posts Tagged ‘HTML’

http://www.mailchimp.com/blog/background-images-and-css-in-html-email/ We’ve noticed a few people having issues with background images in their HTML email designs, so we thought we’d…

CSS部分: body { margin: 0px; padding: 0px; } object { margin: 0px; padding: 0px; } table, tr, td { padding:…

August 14th, 2008

Firefox下IFrame显示的BUG

3 Comments, HTML, by chris.

发现了一些FlashPlayer 9 与FlashPlayer 10之间的不一样之处,很是怪异。 处理XML: 在Flash 10中将播放器设为Player 9后下面代码执行结果为 <site> <p>world</p> </site> 而设为Player 10后执行结果为 <p>world</p> //以下为代码 var xml:XML = <config><site></site></config>; xml…