flash stretching div in IE

liunx

Guest
Hey all.

I have this site that i'm building with CSS. I have a div that is set to a width of 700. Now, when I put a flash file in the div, in IE it stretches the div and creates a gap. In netscape it works fine. Any ideas?


Thanks

BrianHave you tried setting margins and padding to 0px on the div and the object?I have done the margins and padding in the div, but not on the object. Not sure how to set the margins just for an object.Me either: try

object {
margin: 0px;
padding: 0px;
}okay, i'll give it a try, thanksnope, still stretching it. maybe i'll have to try a different design or something.or widen the div a fraction.
 
Back
Top