Announcement

Collapse
No announcement yet.

Arranging flash?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Arranging flash?

    Hey,
    If you look on my site linked below you will see a flash advertisment banner in the top, centre of the page. The products menu to the left though apears behind it when you roll over.
    How can i fix this so that the products menu appears at the front.

    Thanks
    Ash
    ukBathroomsOnline
    www.ukbathroomsonline.co.uk

    #2
    Is the flash absolutely positioned?

    Comment


      #3
      nope its not?!?!
      ukBathroomsOnline
      www.ukbathroomsonline.co.uk

      Comment


        #4
        Give the <div> containing the menu an id and set the z-index to say 10 (in the actinic.css) to bring it above the other elements


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          I'd contact the script writer for your menu, i presume it's a custom made menu as i havn't seen it as standard before. Maybe something can be done to have it on top at all times. Sorry i cannot be of any further help, many of these problems are either incorrect sizing or absolute positioning, yours may not be.

          Comment


            #6
            I thought z-index only worked on positioned elements? Nice fix if it works!

            Comment


              #7
              Change the flash to an animated gif or a static image

              Comment


                #8
                Originally posted by leehack
                I thought z-index only worked on positioned elements? Nice fix if it works!
                Position with "0" offset to the containing <div>


                Bikster
                SellerDeck Designs and Responsive Themes

                Comment


                  #9
                  A well known problem with Flash and dynamic content. See http://www.adobe.com/cfusion/knowled...fm?id=tn_15523 or search the 'net for e.g. "menu overlaps flash".
                  Norman - www.drillpine.biz
                  Edinburgh, U K / Bitez, Turkey

                  Comment


                    #10
                    Thanks guys,
                    Great solution!
                    ukBathroomsOnline
                    www.ukbathroomsonline.co.uk

                    Comment


                      #11
                      Ashley - can you let everyone know which solution worked as may be of use to others with the same issue.


                      Bikster
                      SellerDeck Designs and Responsive Themes

                      Comment


                        #12
                        Adding this to our site stopped flash from appearing over our menu.

                        Drillpine.biz - NorList was the menu we were using.

                        HTML Code:
                        <PARAM NAME="WMode" VALUE="Transparent">
                        Full Code:
                        HTML Code:
                        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="312" height="160" >
                          <param name="movie" value="promo_flash.swf">
                          <param name="quality" value="high">
                          <PARAM NAME="WMode" VALUE="Transparent">
                          <embed src="promo_flash.swf" width="312" height="160" align="top" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
                        </object>
                        Cheers FrAz
                        Cheers FrAz

                        Comment

                        Working...
                        X