Results 1 to 3 of 3

Thread: real chat / wimpy mp3 conflict???

  1. #1
    Join Date
    Dec 2005
    Posts
    133
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default real chat / wimpy mp3 conflict???

    I’m using wimpy mp3 player integrated in a frame in vbulletin with RealChat also. For some very strange reason, if someone types something in the chat (right frame) the music shuts off immediately, then turns back on once the typing has stopped. This is very odd. How can this be fixed?

    This is the actual page (although you won’t see the chat since your not logged in)
    Christian Chat Room


    The attached is the code for the chat room template with both frames.

    Code:
    <style type="text/css">
    .style1 {
        text-align: center;
    }
    .style2 {
        text-align: left;
    }
    </style>
    $stylevar[htmldoctype]
    <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
    <head>
    $headinclude
      <title>Christian Chat Room</title>
      <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      <meta content="Christian Chat Room" name="description">
      <meta content="Christian Chat Room" name="keywords">
    </head>
    <body>
    $header
    $navbar
    
    <div align="center">
    
        <table style="width: 100%">
            <tr>
                <td class="style2" colspan="2">
    
        <span lang="en-us">Best viewed at any resolution higher than 800x600.</span></td>
            </tr>
            <tr>
                <td class="style1">
    
        <iframe name="I2" id="I2" src="http://www.talkjesus.com/bible/music/wimpy.php" height="650" width="226" border="0" frameborder="0" style="float: center" marginwidth="1" marginheight="1" scrolling="no">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
    
                </td>
                <td style="width: 100%" class="style1">
        
        <iframe name="I1" id="I1" src="http://www.talkjesus.com/misc.php?do=page&amp;template=chatroom" height="650" border="0" frameborder="0" width="100%" style="float: center" marginwidth="1" marginheight="1">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
        
                </td>
            </tr>
        </table>
        <br>
    
    </div>
    
    $footer
    </body>
    </html>
    I was suggested to use div frames instead of iframes. Problem is, I'm not a web designer by trade, so help me out if you care to. I did try div frams, what happened was the chat stacked underneath the chat room. I want them side by side. The mp3 frame should be about 200px fixed, while the chat itself fluid 100% in its frame.
    Talk Jesus Forums [ Over 100 Fulfilled Prophecies in the Bible ]
    .....................................................................................
    LogicWeb [ Awesome Web Hosting Since 2004 ]

  2. #2
    Join Date
    Jan 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I assume that you are talking about your talkjesus.com site?

  3. #3
    Join Date
    Dec 2005
    Posts
    133
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That is correct.
    Talk Jesus Forums [ Over 100 Fulfilled Prophecies in the Bible ]
    .....................................................................................
    LogicWeb [ Awesome Web Hosting Since 2004 ]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •