HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
SWF has border around it in IE7
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
showrex



Joined: 06 May 2008
Posts: 1

PostPosted: Tue May 06, 2008 5:34 am     SWF has border around it in IE7 Reply with quote

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

PostPosted: Tue May 06, 2008 5:51 pm     Reply with quote

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: 1276
Location: Biloxi, MS

PostPosted: Wed May 14, 2008 11:15 pm     Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial