 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
showrex
Joined: 06 May 2008 Posts: 1
|
Posted: Tue May 06, 2008 5:34 am SWF has border around it in IE7 |
|
|
|
Hello,
I got one of those cases that things look great in FIREFOX but not IE7....
Im using dreamweaver, I dragged and dropped a swf file into a <td> in a table, now at the bottom of the screen you will see white space.
How do I get rid of that, I tried the following..
cellpadding margins at 0, border collaps, I tried putting my tags together like so
<td></td> so there is now return from the enter key leaving a space between them.
Does any one have any ideas, here is the link
http://www.dccomputers.ca/dc2/
thanks.. |
|
AssaultM16
Joined: 20 Mar 2008 Posts: 10
|
Posted: Tue May 06, 2008 5:51 pm |
|
|
|
| I can give you a solution but I don't know if it works. Are you using tables for layouts? If yes use divs and css for layout. Maybe that will work but I can't assure nothing. |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 868 Location: Biloxi, MS
|
Posted: Wed May 14, 2008 11:15 pm |
|
|
|
Try putting this at the VERY TOP of your css stylesheet:
| Code: |
| * { margin: 0; padding: 0; border: 0 } |
That is the Universal Selector and puts all to zero in all browsers so only your styling takes effect.
Plus, you need to correct your HTML coding errors.
I didn't see a border around the swf in IE.
Ron |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|