开发者

iframe links with internal targets - working in Chrome and Firefox, NOT IE?

I am creating a Custom Facebook Fan Page using i开发者_JAVA技巧frames and it's working great in Google Chrome and Mozilla Firefox but not working in Internet Explorer. Is there a quick easy way to work around this issue.

<div id="nav">
  <font id="fnav">
    <center>
      <a href="http://bit.ly/MSC-Home" target="internal">HOME</a> | 
      <a href="http://bit.ly/MSC-Schedule" target="internal">SCHEDULE</a> | 
      <a href="http://bit.ly/MSC-Music" target="internal">MUSIC</a> | 
      <a href="http://bit.ly/MSC-Tickets" target="internal">TICKETS</a>
    </center>
  </font>
</div>

<iframe id="box" src="http://bit.ly/MSC-Home" name="internal">&nbsp;</iframe>

You can check out the working example at http://www.facebook.com/pages/GTD/104839016256119?sk=app_168848466497060


how about the width and height tags?

<iframe id="box" src="http://bit.ly/MSC-Home" name="internal" width="450" height="650">&nbsp;</iframe>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜