首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

初学者求解 有代码

2012-04-20 
菜鸟求解 有代码htmlheadtitle盘龙首页/title/headbody stylebackground-image:url(..\game\

菜鸟求解 有代码
<html>
<head>
<title>盘龙首页</title>
</head>
<body style="background-image:url(..\game\image\首页背景.png);background-color:black;background-position:center;background-repeat:no-repeat;background-attachment:fixed">
<div style="margin:0px 0px 0px 230px;width:142px;height:111px">
<img src="..\game\image\盘龙图标.png">
</div>
<div style="margin:10px 0px 0px 665px;width:221;height:50;position:absolute;z-index:1">
<img src="..\game\image\登陆游戏.png">
</div>
<div style="margin:5px 300px 0px 150px;width:660px;height:80px">
<a href=""><img src="..\game\image\2011-11-05_113958.png" style="border:none"></a><a href=""><img src="..\game\image\2011-11-05_113958.png" style="border:none"></a><a href=""><img src="..\game\image\2011-11-05_113958.png" style="border:none"></a><a href=""><img src="..\game\image\2011-11-05_113958.png" style="border:none"></a><a href=""><img src="..\game\image\2011-11-05_113958.png" style="border:none"></a><a href=""><img src="..\game\image\2011-11-05_113958.png" style="border:none"></a>
</div>
<div style="margin:0px 0px 0px 150px">
<embed loop="-1" width="646px" height="300" style="src:(..\game\image\11.mp4)">
</div><div style="background-image:url(..\game\image\2011-11-05_12.png);width:646px;height:622px;margin:0px 0px 0px 150px"></div>
</body>
</html>

红色的部分我想插入一个MP4但是不显示 有没有什么办法 别说用网络的链接

[解决办法]
<embed loop="-1" width="646px" height="300" src="11.mp4"/>
[解决办法]
style="src:(..\game\image\11.mp4)">
这是从哪看来的语法?


<embed loop="-1" width="646" height="300" src="..\game\image\11.mp4">
 

热点排行