Html 带flash对象的Div背景

Html 带flash对象的Div背景,html,css,background,flash,Html,Css,Background,Flash,嘿,伙计们,我找到的flash文件的中间部分的内容背景并没有完全覆盖我想要的所有内容,所以它使flash文件突出并…你知道…尴尬。我在css中尝试了很多东西,就在这里 同时,我还有一个页眉和页脚 unschoolme.org/games/header.shtml 及 unschoolme.org/games/footer.shtml 非常感谢您提供的任何帮助和建议,如果我必须改变一切安排,我不介意。改变 #contents ul.images { display: inline-block; l

嘿,伙计们,我找到的flash文件的中间部分的内容背景并没有完全覆盖我想要的所有内容,所以它使flash文件突出并…你知道…尴尬。我在css中尝试了很多东西,就在这里

同时,我还有一个页眉和页脚

unschoolme.org/games/header.shtml

unschoolme.org/games/footer.shtml

非常感谢您提供的任何帮助和建议,如果我必须改变一切安排,我不介意。

改变

#contents ul.images {
display: inline-block;
list-style-type: none;
margin: 0 auto 15px;
width: 632px;
}


这将解决您的问题

非常感谢!但是,有没有任何可能的方法来添加一些填充物,使白色和灰色部分更靠近右边?我认为白色部分是一个图像。你必须检查“page{background:url../images/bg-page.jpg repeat scroll left-top transparent;margin:auto;padding:0;position:relative;width:960px;}”,并基于此进行更改。
#contents ul.images {
display: inline-block;
list-style-type: none;
margin: 0 auto 15px -42px;
width: 632px;
}