overflow:hidden bug in Firefox

Discussion in 'HTML/CSS' started by waako, Jan 8, 2008.

  1. waako Waako the mad

    hello everyone! Happy New Year and all that...

    I'm having a spot of bother with Firefox (Opera as well it seems)

    I'm working on a myspace page, created an overlay to get a nice design etc... url here: http://www.myspace.com/287559432
    I have a div with two flash videos in it, and list of videos on the right.
    each flash video has an anchor assigned, so when you select one of the videos from the list on the right is brings up that video.

    To hide the second video on load I've used overflow:hidden
    Code:
    .video {
    float:left;
    margin-left:20px;
    width: 430px;
    height: 346px;
    overflow: hidden;
    }
    This works fine in IE(6&7) and Safari, but in FF and Opera, the overflow isn't hidden, any ideas why not?

    Thanks
  2. siphilp CSNM Customer

    Edit: didn't read it properly.

    Let me look at my css tips and hacks will get back to you ;)

Share This Page