Re: [linux-audio-user] MIDI question

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] MIDI question
From: matt yee-king (yeeking_AT_no-future.com)
Date: Sat Mar 16 2002 - 21:39:10 EET


Patrick Shirkey wrote:
>
> I think it's fixed now using netscape 5.1 and msie 5.0 as reference.
>
> Still can't work out what was wrong with the index page though ???
>

still aint working in netscrape 4.78. think you might need to put in a
dummy frame

you have:

___________

<FRAMESET ROWS="*" FRAMEBORDER="NO" BORDER="0" FRAMESPACING="0"
COLS="*">
  
  <FRAME NAME="main" SCROLLING="auto" noresize SRC="main.php"
FRAMEBORDER="NO">

</FRAMESET>

_____________

try:

________________

<FRAMESET ROWS="1, *" FRAMEBORDER="NO" BORDER="0" FRAMESPACING="0"
COLS="*">
  
  <FRAME NAME="hiddenFrame" SCROLLING="NO" noresize
SRC="nearlyinvisible.php" FRAMEBORDER="NO">
  <FRAME NAME="main" SCROLLING="auto" noresize SRC="main.php"
FRAMEBORDER="NO">
</FRAMESET>
________________

hope that helps

cheers

matthew


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sat Mar 16 2002 - 21:17:21 EET