如何将我的 RSS 提要与 google 地图的右侧对齐
How to allign my RSS feed to the right of my google map
我正在尝试实施 RSS 提要并将其移动到我的 Google 地图 API 的右侧,但它仍位于页面底部。
有人可以帮助我吗?
这是我的页面的图片:
这是 rss 提要的代码:
<div id="widgetmain" style="text-align:left;overflow-y:auto;overflow-x:hidden;width:200px;background-color:#transparent; border:1px solid #333333;">
<div id="rsswidget" style="height:500px;">
<iframe src="http://us1.rssfeedwidget.com/getrss.php?time=1495402870570&x=http%3A%2F%2Ffeeds.feedburner.com%2Fthr%2Freviews%2Fallreviews&w=200&h=500&bc=333333&bw=1&bgc=transparent&m=10&it=true&t=(default)&tc=333333&ts=15&tb=transparent&il=true&lc=000003&ls=14&lb=true&id=false&dc=333333&ds=14&idt=true&dtc=000000&dts=12" border="0" hspace="0" vspace="0" frameborder="no" marginwidth="0" marginheight="0" style="border:0; padding:0; margin:0; width:200px; height:500px;" id="rssOutput">Reading RSS Feed ...
</iframe>
</div>
<div style="text-align:right;margin-bottom:0;border-top:1px solid #333333;" id="widgetbottom">
<span style="font-size:70%"><a href="http://www.rssfeedwidget.com">RSS feed</a> </span>
<br>
</div>
</div>
尝试使用浮动。在第一个div的"style"下面,放"float: right"
我正在尝试实施 RSS 提要并将其移动到我的 Google 地图 API 的右侧,但它仍位于页面底部。 有人可以帮助我吗?
这是我的页面的图片:
这是 rss 提要的代码:
<div id="widgetmain" style="text-align:left;overflow-y:auto;overflow-x:hidden;width:200px;background-color:#transparent; border:1px solid #333333;">
<div id="rsswidget" style="height:500px;">
<iframe src="http://us1.rssfeedwidget.com/getrss.php?time=1495402870570&x=http%3A%2F%2Ffeeds.feedburner.com%2Fthr%2Freviews%2Fallreviews&w=200&h=500&bc=333333&bw=1&bgc=transparent&m=10&it=true&t=(default)&tc=333333&ts=15&tb=transparent&il=true&lc=000003&ls=14&lb=true&id=false&dc=333333&ds=14&idt=true&dtc=000000&dts=12" border="0" hspace="0" vspace="0" frameborder="no" marginwidth="0" marginheight="0" style="border:0; padding:0; margin:0; width:200px; height:500px;" id="rssOutput">Reading RSS Feed ...
</iframe>
</div>
<div style="text-align:right;margin-bottom:0;border-top:1px solid #333333;" id="widgetbottom">
<span style="font-size:70%"><a href="http://www.rssfeedwidget.com">RSS feed</a> </span>
<br>
</div>
</div>
尝试使用浮动。在第一个div的"style"下面,放"float: right"