HighDots Forums  

White spaces in Firefox

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss White spaces in Firefox in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
MarkZ1U
 
Posts: n/a

Default White spaces in Firefox - 03-25-2009 , 06:50 PM






The following html file plays well in IE, Safari, Opera and Chrome. When it
plays in Firefox there is a 5 pixel white space under the video, and the sides
of the frame are split by white spaces on the top and bottom. Why is this
happening? Is there a way to fix it?

The best solution I have found is to make the graphics to the side 5 pixels
taller (keeping the video size the same). Then the sides don't split in
Firefox, but I get white space above and below the video in all internet
browsers, so it's not a good solution. I can put the Flash video in a layer
above the graphics, but its position shifts up or down according to which
browser is used.

Thanks for your time and help!

http://www.bigvid.net/FirefoxTest/TestThis.html


Reply With Quote
  #2  
Old   
CaryD
 
Posts: n/a

Default Re: White spaces in Firefox - 03-25-2009 , 07:54 PM






Add this styling:

td embed {
display: block;
}

Reply With Quote
  #3  
Old   
MarkZ1U
 
Posts: n/a

Default Re: White spaces in Firefox - 03-26-2009 , 11:12 AM



Thank you! I am new to coding so it took me a little time to realize that you
meant for me to put
<style>td embed {
display: block;
}
</style> just after the title in the code. Thank you for your help! It works
now.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.