On Aug 18, 2006, at 9:27 AM, Gigaboy20 wrote: > how css could be done with declaring a doctype. I have a page that > doesn't use a doctype and its out of my control to change it. In > firefox I can get the div to float in the right corner fixed but it > somehow is inline in IE instead of floating. Do you know how to > achieve the same results without using a doctype? > > <div id="fixedBox" style="position: fixed; right: 0; bottom: 0;"> > <embed allowScriptAccess="never" > allowNetworking="internal" src="http://www.youtube.com/v/ > NgDZsg16rlM" type="application/x-shockwave-flash" width="280" > height="232"></embed> > </div>
I've a similar problem. Albeit with banners. With FireFox everything works just GREAT. But with IE (and Safari) things don't work. And, with IE on a Windows-based machine, things REALLY turn to merde. I'm thinking the only way to deal with the matter is to have the system recognize which browser is being used and then do a single banner image for all the others and the more sophisticated banner system for anyone using FireFox. My question is HOW to implement such a system.... Regards, Chuck ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
