Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Flash/SWF & WordPress

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #26508
    sbertrand
    Participant

    So…I don’t know if I’ve just been staring at my computer too long or what, but for some reason, I can’t figure out how to get an flash swf file to work in my header. Any help would be much appreciated! THANKS! :oops:

    Here’s the site: http://staceybertrand.info

    Here’s the header code (well the relevant bits):

    Code:

    And the CSS:

    Code:
    /*—-HEADER PANEL—-*/
    #headerPan{width:686px; height:245px; background:url(images/flashheader.swf) 0 0 no-repeat; position:relative; margin:0 auto; padding:11px 0 0 70px;}
    #headerPan ul.leftmenu{width:120px;}
    #headerPan ul.leftmenu li{width:120px; height:21px; border-bottom:1px dashed #AECCCA;}
    #headerPan ul.leftmenu li a{width:120px; height:21px; display:block; background:url(images/bullet-normal.gif) 0 7px no-repeat #fff; color:#305E5C; line-height:21px; text-decoration:none; padding:0 0 0 17px;}
    #headerPan ul.leftmenu li a:hover{background:url(images/bullet-hover.gif) 0 7px no-repeat #fff; color:#305E5C; line-height:21px; text-decoration:none; padding:0 0 0 17px;}
    #headerPan ul.leftmenu li.Solutions{width:120px; height:21px; display:block; background:url(images/bullet-hover.gif) 0 7px no-repeat #fff; color:#305E5C; line-height:21px; text-decoration:none; padding:0 0 0 15px;}
    #headerPan ul.leftmenu li.clients{width:120px; height:21px; border-bottom:none;}
    #headerPan ul.botton{width:150px; height:45px; position:absolute; top:185px; left:592px;}
Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.