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