Results 1 to 3 of 3
-
03-28-2008, 10:27 AM #1
- Member Since
- Jan 17, 2008
- Posts
- 16
- Specs:
- MacBook Pro: 2.16 GHz 2GB ram
Massive gaps in tables in firefox/safariI have designed a site in Dreamweaver 8 on my PC (http://www.alisonjeffery.com/)and it looks fine with the flash against the top in IE, but on my mac in firefox and safari it's got a huge gap. There is a margin: 0px in the CSS in the head and the cell is set to 0 height to squeeze it tightly, but no luck. What is one to do?
-
03-28-2008, 11:07 AM #2
- Member Since
- Mar 19, 2007
- Location
- NY USA
- Posts
- 1,813
- Specs:
- iMac 5.1 | iMac 7.1 | iPod Touch | iPod Nano
Safari and Firefox were rendering it correctly. IE is not. It's the H1's inherit margin.
To fix it:
Take the height attribute off of the TD.
Remove the H1 around the Object tag.
Should look like this:
<td valign="top" colspan="3"><div align="center" class="style1">
<object width="740" height="150" wmode="transparent" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000">
<param value="title.swf" name="movie"/>
<param value="high" name="quality"/>
<param value="transparent" name="wmode"/>
<embed width="740" height="150" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="title.swf"/>
</object>
</div></td>
-
03-28-2008, 11:20 AM #3
- Member Since
- Jan 17, 2008
- Posts
- 16
- Specs:
- MacBook Pro: 2.16 GHz 2GB ram
Thanks, that's great!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
OS X Lion Bug: Safari guzzling massive amounts of RAM
By OneMoreThing... in forum Apple Rumors and ReportsReplies: 33Last Post: 08-01-2011, 10:07 PM -
safari and firefox
By brendan67 in forum macOS - Apps and GamesReplies: 1Last Post: 07-03-2008, 02:01 PM -
Safari 3.0 or Firefox 3.0?
By rukind2 in forum macOS - Apps and GamesReplies: 7Last Post: 06-20-2008, 07:45 PM -
FireFox table gaps
By FinnIII in forum Web Design and HostingReplies: 8Last Post: 04-21-2008, 03:35 PM -
Firefox or safari?
By thadoggfather in forum macOS - Apps and GamesReplies: 8Last Post: 03-05-2006, 06:31 PM