You could try using CSS in for the BODY of the top frame. Ex:
body {
margin:0;
border:0;
padding:0;
height:1px;
overflow: hidden;
}
margin:0; - removes the body margin.
border:0; - removes the body border.
padding:0; - removes the body padding.
overflow: hidden; - this has the effect of hiding the scroll bars in
Internet Explorer.
--
David Berry - MCP
Microsoft MVP - FrontPage
FrontPage Support:
http://www.frontpagemvps.com/
-----------------------------------
To assist you in getting the best answers for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
-----------------------------------
"Trevor L." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> What I was thinking was a style such as
> frame.x {width:1px ; height:1px; display:none;}
>
> This would be totally invisible, wouldn't it?
>
> I assume one can apply styles to frames
> --
> Cheers,
> Trevor L.
> Website: http://tandcl.homemail.com.au
> (see website to send email)
>
> Jon Spivey wrote:
>> It could be one pixel high, that would be classed as invisible :-)
>>
>> --
>> Cheers,
>> Jon
>> Microsoft MVP
>>
>> "Trevor L." <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> "Very small" can also be invisible, can't it ?
>>> --
>>> Cheers,
>>> Trevor L.
>>> Website: http://tandcl.homemail.com.au
>>>
>>> David Berry wrote:
>>>> One way is to create a site with frames where the top frame is very
>>>> small and put the music in that frame.
>>>>
>>>> --
>>>> David Berry - MCP
>>>> Microsoft MVP - FrontPage
>>>> FrontPage Support: http://www.frontpagemvps.com/
>>>> -----------------------------------
>>>> To assist you in getting the best answers for FrontPage support see:
>>>> http://www.frontpagemvps.com/FrontPa...3/Default.aspx
>>>> -----------------------------------
>>>>
>>>> "Badshotbilly" <(E-Mail Removed)> wrote in
>>>> message news:1E3177D0-E191-417C-8A67-(E-Mail Removed)...
>>>>> I would like the music file to continue to play no matter what web
>>>>> page you go onto on my website. So it is like playing in the back
>>>>> ground and not just
>>>>> on the Index page
>
>