Topic: CSS Problem with IE (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Lost Angeles Kalifornia, via Hawaii.... |
posted 10-18-2010 17:50
Yet again I run into an issue with IE not displaying something correctly and I am unable to troubleshoot it as I'm using a macbook pro. I've used Safari in developer mode and it looks fine but I have a client that's a little irritated by a menu not displaying on his pc with IE. |
Paranoid (IV) Inmate From: INFRONT OF MY PC |
posted 10-19-2010 09:18
same problem here btw: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100911 Iceweasel/3.5.12 (like Firefox/3.5.12) |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 10-19-2010 12:17
And I see the same under Opera 10.63 (linux, but I don't think it matters). |
Paranoid (IV) Inmate From: Norway |
posted 10-19-2010 13:28
Simply set the wmode of your Flash thingy to transparent. |
Paranoid (IV) Inmate From: Lost Angeles Kalifornia, via Hawaii.... |
posted 10-20-2010 19:30
Thanks for that... though now anything below the "feature element" doesn't display. I will try and google the "wmode value" to get more insight... any thoughts? |
Paranoid (IV) Inmate From: Norway |
posted 10-20-2010 23:46 |
Paranoid (IV) Inmate From: Lost Angeles Kalifornia, via Hawaii.... |
posted 10-20-2010 23:51
ok Im officially retarded.... where exactly do I close the <noscript> tag? before the <param name="> or after the </object> at the end? |
Paranoid (IV) Inmate From: Norway |
posted 10-21-2010 11:26 |
Paranoid (IV) Inmate From: Florida |
posted 10-21-2010 19:08
Using code from Adobe was your first mistake. code: <object data="Flash.swf" type="application/x-shockwave-flash" width="400" height="300"> <param name="wmode" value="transparent" /> <param name="movie" value="Flash.swf" /> </object>
|