使 Flash 影片向右浮动并在左侧有一个 html 侧边菜单

发布于 2024-08-24 05:55:14 字数 717 浏览 2 评论 0原文

我有一个主要用 Flash 构建的网站。 Flash 影片位于 html 页面上。我希望 Flash 影片与侧面菜单(指向我网站上其他页面的链接列表)位于同一行。

这是我的网站: http://www.arielajewellery.com/gallery.html

我尝试过这个html代码:

<style>
.center{float: center;}
.left{float: left;}
.clear{clear: both;}
</style>
<div class="left">
<font color="white">
<h1><u>MENU:</h1></u>
 ...
</div>
<div class="center">

然后是整个flash电影代码(flash自动执行)

,它在我的电脑上运行得很好,但在其他计算机上,你会看到flash电影顶部的html列表(所以你实际上需要一直向下滚动到几乎可以看到我的网站!) 有人可以告诉我我做错了什么吗?如果可能的话,输入我的网站链接并查看整个 html 代码,因为它没有在此处显示全部内容。

非常感谢!

吉利

I have a website built mostly in flash. The flash movie is on an html page. I want the flash movie to be in the same line with a side menu (list of links to other pages on my site).

This is my website: http://www.arielajewellery.com/gallery.html

I tried this html code:

<style>
.center{float: center;}
.left{float: left;}
.clear{clear: both;}
</style>
<div class="left">
<font color="white">
<h1><u>MENU:</h1></u>
 ...
</div>
<div class="center">

Then the whole flash movie code(which flash does automatically)

and it works perfect on my pc but on other computers you see the html list on top of the flash movie (so you actually need to scroll all the way down to practically see my site!)
can somebody please tell me what i'm doing wrong? and if possible to enter my website link and see the whole html code cuz it doesn't show here the whole thing..

Thanks a lot!

Gili

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼前雾蒙蒙 2024-08-31 05:55:14

这取决于屏幕的大小。如果屏幕尺寸不够宽,无法容纳所有内容,它会将其分解到下一行。您的 Flash 影片单独有 900 像素,您的侧面菜单可能还有约 150 像素,总计约为 1050 像素。大多数屏幕的分辨率只有 1024 像素,其中 16 像素被滚动条和浏览器可能有的边框占据。

It depends on the size of the screen. If the size of the screen is not wide enough to fit everything on it, it will break it down to the next line. Your flash movie is 900px alone and your side menu is probably another ~150px, which totals to about 1050px. Most screens are only a 1024px resolution, 16px of which are taken up my the scrollbar plus any borders the browser might have on it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文