Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

css border for flash object google chrome,safari,firefox

Participant ,
Oct 09, 2008 Oct 09, 2008

Copy link to clipboard

Copied

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?

TOPICS
Server side applications

Views

1.2K
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Oct 10, 2008 Oct 10, 2008
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

Votes

Translate
LEGEND ,
Oct 10, 2008 Oct 10, 2008

Copy link to clipboard

Copied

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?
>
>
>

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 10, 2008 Oct 10, 2008

Copy link to clipboard

Copied

>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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 10, 2008 Oct 10, 2008

Copy link to clipboard

Copied

I think you may have to just lump it....

--
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:gco1nc$jb1$1@forums.macromedia.com...
> >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
>

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 10, 2008 Oct 10, 2008

Copy link to clipboard

Copied

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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 10, 2008 Oct 10, 2008

Copy link to clipboard

Copied

LATEST
The obvious solution that I missed! 8(

--
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
==================


"danilocelic AdobeCommunityExpert" <danilo@shimmerphase.com> wrote in
message news:gco744$ptl$1@forums.macromedia.com...
> 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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines