Flash Banner Problem!! Grrrrrrr

Discussion in 'CSS' started by tomupton, Oct 10, 2008.

  1. #1
    Hi All,

    I am hoping one of you CSS experts will be able to help here here!!

    Ive been working hard on a new website, this site is still in development, but will look fantastic once its completed!!

    Ok here is the problem. At the very top of my website there is a flash banner image which goes straight across the top of the page. Previously there was just a standard jpg image at the top.

    The main problem is, when you use the navigation at the very top of the website, and hover over one of the drop downs the Flash image dissapears for a moment. This never used to be the case with the Jpg images which is very odd.

    This is my website
     http://www.phatbeats.co.uk/site5/ 
    HTML:
    if someone could please advise me on what the problem would be that would be fab!! if i can resolve this im happy to make a small donation via paypal :D

    Thanks in advance.
    Tom
     
    tomupton, Oct 10, 2008 IP
  2. DealFinder

    DealFinder Active Member

    Messages:
    120
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    68
    #2
    Change the subheader div to this.

    <div class="subheader">
    	  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="960" height="140" class="border">
            <param name="movie" value="/site5/navigation/TOPBANNERBIGGER6.swf"/>
            <param name="quality" value="high"/>
            <embed src="/site5/navigation/TOPBANNERBIGGER6.swf" width="960" height="140" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
          </object>
    	</div>
    Code (markup):
     
    DealFinder, Oct 10, 2008 IP
  3. tomupton

    tomupton Active Member

    Messages:
    392
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Thanks for the code, the same is still happening. Ive uploaded the changes to the site.

    Hmm this is doing my head in!! lol
     
    tomupton, Oct 11, 2008 IP