Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-20-2011, 09:06 PM   PM User | #1
hbro1095
New Coder

 
Join Date: Jul 2011
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
hbro1095 is an unknown quantity at this point
Overlaping Frames

I think this is the correct topic,

I've added cometchat to my site but atm ive put it into a script called footer.php and included it at the bottom of the main pages..

How could I include the chat into main.php (my layout) and have it ove lap over frames?

I've given a link to a print screen of my game, the black lines are the current frames just to show you what i mean.

http://oi56.tinypic.com/11ac2nt.jpg

Code:
<frameset rows="110,28,*" framespacing="0" border="0" frameborder="0">
<frame name="topB" scrolling="no" noresize="noresize" target="main" src="banana.php">
<frame name="top" scrolling="no" noresize="noresize" target="main" src="mini.php">

<frameset cols="180px, *, 180px">
<frame name="leftFrame" target="main" src="menu.php">
<frame name="main" src="news.php">
<frame name="rightFrame" target="main" src="chat.php">
        
      </frameset>
hbro1095 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:33 AM.


Advertisement
Log in to turn off these ads.