Re: [WSG] The correct way of placing a swf file into a XHTML webpage

2008-03-24 Thread Melissa Forrest
use javascript to insert the flash, which will also auto activate the flash in IE and do some flash player detection something like swfobject would do the trick http://code.google.com/p/swfobject/ On Tue, Mar 25, 2008 at 4:09 PM, Mahendran Venkatesan [EMAIL PROTECTED] wrote: Hi Dory, You can

Re: [WSG] multiple css style sheets

2008-03-01 Thread Melissa Forrest
aaah no, there is nothing invalid about more than one stylesheet link tag in the markup On Thu, Feb 28, 2008 at 5:17 PM, Tim MacKay [EMAIL PROTECTED] wrote: I think its also improper markup to have more than one stylesheet link so @import might be a way to keep the code modular and still

Re: [WSG] Re: Alt text for purely aesthetic images

2007-10-27 Thread Melissa Forrest
There is really no hard and fast rule that states all presentational images should be background images, there are plenty of situations where is is not practical or inappropriate, as others have stated if an images is purely for presentation than an empty alt attribute (alt=) is appropriate. Not