Re: [css-d] flash object not wanting to float right with CSS

2007-12-11 Thread Rob Emenecker
Ditto here. I don't see any visual presentation problems related to the
Flash SWF in Firefox 2.0.0.11 or IE 6 on Win XP Pro SP2. The float:right
appears to work as expected.
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Laakso
Sent: Tuesday, December 11, 2007 2:05 PM
To: Scott Thigpen
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] flash object not wanting to float right with CSS


In MacOS X 10.4.11 in Opera, Firefox, and Safari; and IE 6/7 on the same
machine, the flash block floats right float, and the text wraps it. The
controls are a little slow to load, and you may need a little adjustment for
font-scaling, but otherwise it looks OK-- that is of course, unless I have
completely misunderstood your post.


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] flash object not wanting to float right with CSS

2007-12-11 Thread David Laakso
Scott Thigpen wrote:
> Hi,
>
> I'm having a problem with trying to float a flash object to the right.  When
> I do it in dreamweaver, it works fine, but when I upload it and view it in
> firefox or safari (I'm scared to try it in IE at this moment) it doesn't
> work.  It just sits on top of the text.  What am I doing wrong?
>
> Here is the page in question:
> http://www.sthig.com/ccc/about.html
>
> here is my css file:
> http://www.sthig.com/ccc/css/ccc.css
>
> here is the css I did for the flash object
> #slider {
> float: right;
>
> here is the flash:html.   How can I make it float right and have the text
> wrap around it?
>   


In MacOS X 10.4.11 in Opera, Firefox, and Safari; and IE 6/7 on the same 
machine, the flash block floats right float, and the text wraps it. The 
controls are a little slow to load, and you may need a little adjustment 
for font-scaling, but otherwise it looks OK-- that is of course, unless 
I have completely misunderstood your post.

Best,

~dL

-- 
http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] flash object not wanting to float right with CSS

2007-12-11 Thread Scott Thigpen
Hi,

I'm having a problem with trying to float a flash object to the right.  When
I do it in dreamweaver, it works fine, but when I upload it and view it in
firefox or safari (I'm scared to try it in IE at this moment) it doesn't
work.  It just sits on top of the text.  What am I doing wrong?

Here is the page in question:
http://www.sthig.com/ccc/about.html

here is my css file:
http://www.sthig.com/ccc/css/ccc.css

here is the css I did for the flash object
#slider {
float: right;

here is the flash:html.   How can I make it float right and have the text
wrap around it?

} 
AC_FL_RunContent( 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','name','slider','width','400','height','300','title','slides','id','slider','src','slideshow','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','slideshow'
); //end AC code
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0";
name="slider" width="400" height="300" id="slider" title="slides">
  
  
  http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
type="application/x-shockwave-flash" name="slider">


here's how it looks in the html:
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/