在 Facebook 中旋转图像
我正在使用 FBML(是的)我知道有 iFrame,但这就是页面的设置方式。
为了生成代码,我使用 Dreamweaver
并将代码复制到 FBML 框中,一切正常,并且我有图像和超链接。
我想做的是让 5 张图像在页面上旋转。这些只是旋转,没有标题或超链接。
我环顾四周并尝试了一些选项,但没有一个在我的页面上起作用。
我还想知道应该在 HTML 中的哪个位置放置旋转图像的代码,是在表 id 或图像代码的一部分之后,还是在 HTML 中标记的位置?
我在下面给出了我的代码的示例。
感谢您的任何帮助。
<table id="Table_01" width="520" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4">
<img src="http://i885.photobucket.com/albums/ac58/GDHutchison/Untitled-2_04.gif" width="476" height="355" alt="">
I am using FBML (yes) I know there are iFrames, but this is how the pages are set up.
To generate code, I am using Dreamweaver
and copying the code into the FBML box, all works fine and I have images and hyperlinks.
What I would like to do is have 5 images rotate on the page. No captions or hyperlinks on these just rotating.
I have looked around and tried a few options but none are working on my page.
I would also like to know where in the HTML I should put the code for the rotating images, is this after the table id or part of the image code, or is it where the tag would be in HTML?
I have give an example of my code below.
Thanks for any assistance.
<table id="Table_01" width="520" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4">
<img src="http://i885.photobucket.com/albums/ac58/GDHutchison/Untitled-2_04.gif" width="476" height="355" alt="">
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遗憾的是,如果不使用 AJAX(即使这只是一种解决方法),您就无法在 FBML 中显示动画 gif(因为图像缓存),因此我强烈建议您尽快将所有页面迁移到 iFrame。
Sadly, you can't show an animated gif in FBML (because of image caching) without using AJAX (even that is just a workaround), so I'd strongly suggest you migrate all the pages to iFrames as soon as possible.