A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: [RESOLVED] firefox leaves a gap at bottom of flash i.e. is ok

  1. #1
    Senior Member
    Join Date
    Aug 2004
    Location
    London
    Posts
    211

    [RESOLVED] firefox leaves a gap at bottom of flash i.e. is ok

    I have a small gap under my flash content and this is only the case in firefox in ie it is ok. In opera all sorts of style issues persist, but i want to solve this one thing for now.

    I have googled it with no joy. This must have been seen before.
    thanks for any tips or the solution.
    m
    ----------------------------
    A travel blog

    Landed At
    ----------------------------

  2. #2
    Senior Member Black_phoenix's Avatar
    Join Date
    Oct 2000
    Location
    Leeds, UK
    Posts
    2,194
    Hi can you post a link to the page so we can see the page source?

    can solve it if we cant see it

    bp

  3. #3
    Senior Member
    Join Date
    Aug 2004
    Location
    London
    Posts
    211
    Thanks for posting, the error is because firefox treats it as an inline object so the flash object needs to be given the following style and it works for me, this post should be good for ref puposes.

    #flashintro{
    display: block;
    }

    keywords;firefox,gap,border,works,in,ie

    thanks
    ----------------------------
    A travel blog

    Landed At
    ----------------------------

  4. #4
    2008 Man of the Year JWin's Avatar
    Join Date
    Aug 2005
    Location
    here
    Posts
    768
    thats strange, I've never run into that issue and actually part of how I embed Flash now includes using a css hack to hide the object from IE and I use display:inline; to make it show up in FF without any issue.

    SAMedia Blog (general bs) :: jwinmedia (my music site)
    "Think of an advertisement where the product you're marketing is Jesus!"
    -From a work for hire ad

  5. #5
    Senior Member
    Join Date
    Aug 2004
    Location
    London
    Posts
    211
    i understand inline is like elements like text and therefore needs the space incase of letters which have "y" or "g" for example that there is space for their tails.

    Where browsers are concerned they act more like humans than computers, maybee tommorow it will display correctly without the css??? I foookin hate them, one of the reasons i like flash and the sandpit idea, then we have to deal with versions oh the stress of it all.....
    ----------------------------
    A travel blog

    Landed At
    ----------------------------

  6. #6
    2008 Man of the Year JWin's Avatar
    Join Date
    Aug 2005
    Location
    here
    Posts
    768
    well, if you think of it like this, the more problems there are the less morons out there that can make crap pages for dirt cheap. I mean I even saw the light in the Eolas ActiveX bit, it basically eliminated a large population of bad flash programmers.

    Always look at the bright side

    SAMedia Blog (general bs) :: jwinmedia (my music site)
    "Think of an advertisement where the product you're marketing is Jesus!"
    -From a work for hire ad

  7. #7
    Senior Member
    Join Date
    Aug 2004
    Location
    London
    Posts
    211
    true, however time spent on messing around takes me away from design and creativity. Something which flash gives me. Isnt it also moronic to do this messing around? Its not clever knowing all the gotchas googling stuff, but it is the more experienced which know more and do a better job. I just hate to waste client money. I wish the were more standards which were adhered to in the html world, what a mess it is now xhtml, xml, strict...
    ----------------------------
    A travel blog

    Landed At
    ----------------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center