473,378 Members | 1,475 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Why is my background being pushed down?

I had a functioning background, until I embedded an .swf file on the page. Now the flash is hanging out in the top left corner, and it pushed the background image down below it. Why is the .swf file above the background, and not on it?

Here is my code:

(HTML - .swf)
<embed id="slideshow_01" width="550" height="400" allowscriptaccess="always" allowfullscreen="false" src="../Flash/Americulture_slideshow_01.swf" type="application/x-shockwave-flash">

(CSS - Background)
body
{
background-image: url("../Images/Content/Americulture_wallpaper05.jpg");
background-repeat: repeat;
background-attachment: fixed;
}
Mar 21 '11 #1
2 2551
JKing
1,206 Expert 1GB
Do you have a link? If not please post the related html.
Mar 23 '11 #2
try this......

body
{
padding:0px;
marging:0px;
}

Bharat Parmar(Bharat383)
Apr 21 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

18
by: jrhoads23 | last post by:
Hello, I am trying to find a way to tell if an .NET windows forms Button (System.Windows.Forms.Button) is "depressed" (pushed down). For my application, I can not use a check box control set to...
1
by: webonomic | last post by:
I've been fooling around with a wordpress theme called Enlighten on http://www.topwpthemes.com/ (scroll down to find it). It works fine in FF, Opera but not in IE6. In IE6, the sidebar gets...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.