CSSisthebest
07-16-2007, 06:25 PM
Hey Everyone,
i am having a few problems with my site, please help :)
1.this problem is solved, however the one below is not and i would appreciate any help :) thanks.
<html>
<style type="text/css">
/* Flash Banner */
#flash {
display:block;
margin-left:auto;
margin-right:auto;
width:800px;
background:url(technolanebanner.swf);
padding:0;
padding-bottom:0;
}
</style>
</head>
<body>
<!--Flash Banner SWF -->
<div id="flash"><embed src="technolanebanner.swf" wmode="transparent" width="800" height="180" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</body>
</html>
2. on my css site i have some strange gaps http://technolanecss.sitesled.com/
this is what happens that i want to fix in browsers;
Internet explorer: there is a gap between the bottom flash content and the white div tag box below it, if possible how do i get rid of this ?
Opera: there is a gap above and below of every image and flash content how do i resolve these gaps so they are no more ?
Firefox: there is a gap between the bottom of the flash content and the white div tag box below it, how do i get rid of this ?
Safari: there is a gap below and above the flash content, how do i get rid of this ?
Netscape Navigator:there is a gap below my logo header and a gap below my flash content, how do i solve this ?
thanking you in advance
James
i am having a few problems with my site, please help :)
1.this problem is solved, however the one below is not and i would appreciate any help :) thanks.
<html>
<style type="text/css">
/* Flash Banner */
#flash {
display:block;
margin-left:auto;
margin-right:auto;
width:800px;
background:url(technolanebanner.swf);
padding:0;
padding-bottom:0;
}
</style>
</head>
<body>
<!--Flash Banner SWF -->
<div id="flash"><embed src="technolanebanner.swf" wmode="transparent" width="800" height="180" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</body>
</html>
2. on my css site i have some strange gaps http://technolanecss.sitesled.com/
this is what happens that i want to fix in browsers;
Internet explorer: there is a gap between the bottom flash content and the white div tag box below it, if possible how do i get rid of this ?
Opera: there is a gap above and below of every image and flash content how do i resolve these gaps so they are no more ?
Firefox: there is a gap between the bottom of the flash content and the white div tag box below it, how do i get rid of this ?
Safari: there is a gap below and above the flash content, how do i get rid of this ?
Netscape Navigator:there is a gap below my logo header and a gap below my flash content, how do i solve this ?
thanking you in advance
James