Skip to main content
JBWebWorks
Inspiring
October 10, 2008
Answered

css border for flash object google chrome,safari,firefox

  • October 10, 2008
  • 1 reply
  • 1256 views
using css in dreamweaver cs3 for border on a flash object
css code
#outerWrapper #contentWrapper #content object {
border: medium solid #8f0000;
}

border shows in ie7 but not in chrome,safari or firefox?

This topic has been closed for replies.
Correct answer Newsgroup_User
Murray *ACE* wrote:
> I think you may have to just lump it....
>

How about putting a wrapper around the Flash code and style that with the borders? Then you can give that wrapper a class name and just use that class name as the selector unless you need to have different styling based upon whether or not it is within your #content div.


--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert

1 reply

Inspiring
October 10, 2008
Try making your selector -

#outerWrapper #contentWrapper #content object, #outerWrapper #contentWrapper
#content embed

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"JBWebWorks" <webforumsuser@macromedia.com> wrote in message
news:gcmgk8$gmi$1@forums.macromedia.com...
> using css in dreamweaver cs3 for border on a flash object
> css code
> #outerWrapper #contentWrapper #content object {
> border: medium solid #8f0000;
> }
>
> border shows in ie7 but not in chrome,safari or firefox?
>
>
>

JBWebWorks
Inspiring
October 10, 2008
>Try making your selector -

>#outerWrapper #contentWrapper #content object, #outerWrapper #contentWrapper
>#content embed

Thanks Murray-that did it for Safari and Chrome, but not for firefox
I appreciate your help
jim balthrop