PDA

View Full Version : Margin in Opera between flash objects


wintzell
11-21-2006, 12:30 PM
If I put up two flash objects in a row it seems to be impossible to get rid of the spacing between the two objects ni Opera? Have tried putting margin, padding och border to 0 on everything in the page but it doesn't do the trick...

Any solution anyone?

sfhazel
11-27-2006, 07:17 AM
Have you tried putting <div> tags around each one with the overflow set to hidden?

<div style="width: 200px; overflow: hidden;">embedding code goes here</div>

wintzell
12-28-2006, 11:36 PM
Have you tried putting <div> tags around each one with the overflow set to hidden?

<div style="width: 200px; overflow: hidden;">embedding code goes here</div>

Thanks for the reply, havent been here for a while since the new background is killing my eyes. Got it solved the day after and forgot to post it here. It was a doctype issue. Thanks for the help though!