Hello All:

I am using the controls in Front Page 2003 for the first time to create
layers. Like most posts viewing in Netscape creates problems. Could someone
look at the template page I am working on in IE 6 and Netscape and see where
the problem lies.

I have done some hard coding for drop-downs like this in netscape but would
like to avoid it.

Thanks

Rob L

RE: Front Page 2003 and Netscape Viewing problems using layers..... by RobL

RobL
Tue Feb 01 09:37:03 CST 2005

Forgot the link:

http://www.elapinc.com/template3.html



"Rob L" wrote:

> Hello All:
>
> I am using the controls in Front Page 2003 for the first time to create
> layers. Like most posts viewing in Netscape creates problems. Could someone
> look at the template page I am working on in IE 6 and Netscape and see where
> the problem lies.
>
> I have done some hard coding for drop-downs like this in netscape but would
> like to avoid it.
>
> Thanks
>
> Rob L

Re: Front Page 2003 and Netscape Viewing problems using layers..... by Murray

Murray
Tue Feb 01 09:51:27 CST 2005

If you are going to use layers, you must never put them directly into table
cells.

<td align="left" valign="top">
<div style="position: absolute; width: 122px; height: 65px;
z-index: 1; left: 160px; top: 176px; visibility: hidden; background-image:
url('images/blue.jpg')" id="B1">

Your first step to rehabilitation would be to remove all your layers from
the table cells and paste them back into the code either directly above
</body> or directly beneath <body>.

By the way, this may help you a little -

http://www.great-web-sights.com/g_layerlaws.asp

--
Murray

"Rob L" <RobL@discussions.microsoft.com> wrote in message
news:B4A7905A-F2CE-42E4-866A-34461C8A3050@microsoft.com...
> Forgot the link:
>
> http://www.elapinc.com/template3.html
>
>
>
> "Rob L" wrote:
>
>> Hello All:
>>
>> I am using the controls in Front Page 2003 for the first time to create
>> layers. Like most posts viewing in Netscape creates problems. Could
>> someone
>> look at the template page I am working on in IE 6 and Netscape and see
>> where
>> the problem lies.
>>
>> I have done some hard coding for drop-downs like this in netscape but
>> would
>> like to avoid it.
>>
>> Thanks
>>
>> Rob L



RE: Front Page 2003 and Netscape Viewing problems using layers.... by RobL

RobL
Tue Feb 01 10:49:12 CST 2005

Hi Murray:

I did what you said but it did not fix the problem. However, I am going to
go look at the suggestion you sent.


Thanks for the post

ROb

"Rob L" wrote:

> Forgot the link:
>
> http://www.elapinc.com/template3.html
>
>
>
> "Rob L" wrote:
>
> > Hello All:
> >
> > I am using the controls in Front Page 2003 for the first time to create
> > layers. Like most posts viewing in Netscape creates problems. Could someone
> > look at the template page I am working on in IE 6 and Netscape and see where
> > the problem lies.
> >
> > I have done some hard coding for drop-downs like this in netscape but would
> > like to avoid it.
> >
> > Thanks
> >
> > Rob L

Re: Front Page 2003 and Netscape Viewing problems using layers.... by Murray

Murray
Tue Feb 01 11:14:14 CST 2005

Show me what you have done then, please.

--
Murray

"Rob L" <RobL@discussions.microsoft.com> wrote in message
news:57DFED26-E622-43C2-96DB-59A10B20B0D0@microsoft.com...
> Hi Murray:
>
> I did what you said but it did not fix the problem. However, I am going to
> go look at the suggestion you sent.
>
>
> Thanks for the post
>
> ROb
>
> "Rob L" wrote:
>
>> Forgot the link:
>>
>> http://www.elapinc.com/template3.html
>>
>>
>>
>> "Rob L" wrote:
>>
>> > Hello All:
>> >
>> > I am using the controls in Front Page 2003 for the first time to create
>> > layers. Like most posts viewing in Netscape creates problems. Could
>> > someone
>> > look at the template page I am working on in IE 6 and Netscape and see
>> > where
>> > the problem lies.
>> >
>> > I have done some hard coding for drop-downs like this in netscape but
>> > would
>> > like to avoid it.
>> >
>> > Thanks
>> >
>> > Rob L



Re: Front Page 2003 and Netscape Viewing problems using layers.... by RobL

RobL
Tue Feb 01 11:35:04 CST 2005

Hi Murray:

I got it...
Before page: http://www.elapinc.com/template3.html

After Page: http://www.elapinc.com/template5.html

Explain What I did:

To take care of all the formatting issues on the side out layers I removed
the height command.

To take care of the side out box (Prgram Legal Documents) that would not
come out I found in my link syntax I had the ID set as b5 instead of
B5...Case Issue

Finally the home button that was messed up I found that FP put a align
center command in there. Removed it.


thanks for your help. The link to your site made me think about it and gave
me some great pointers.

Thanks again Murray:

Rob







"Murray" wrote:

> Show me what you have done then, please.
>
> --
> Murray
>
> "Rob L" <RobL@discussions.microsoft.com> wrote in message
> news:57DFED26-E622-43C2-96DB-59A10B20B0D0@microsoft.com...
> > Hi Murray:
> >
> > I did what you said but it did not fix the problem. However, I am going to
> > go look at the suggestion you sent.
> >
> >
> > Thanks for the post
> >
> > ROb
> >
> > "Rob L" wrote:
> >
> >> Forgot the link:
> >>
> >> http://www.elapinc.com/template3.html
> >>
> >>
> >>
> >> "Rob L" wrote:
> >>
> >> > Hello All:
> >> >
> >> > I am using the controls in Front Page 2003 for the first time to create
> >> > layers. Like most posts viewing in Netscape creates problems. Could
> >> > someone
> >> > look at the template page I am working on in IE 6 and Netscape and see
> >> > where
> >> > the problem lies.
> >> >
> >> > I have done some hard coding for drop-downs like this in netscape but
> >> > would
> >> > like to avoid it.
> >> >
> >> > Thanks
> >> >
> >> > Rob L
>
>
>

Re: Front Page 2003 and Netscape Viewing problems using layers.... by Murray

Murray
Tue Feb 01 12:11:17 CST 2005

Perfectimundo. Fast study, there, Rob L. Good going, bud....

--
Murray

"Rob L" <RobL@discussions.microsoft.com> wrote in message
news:FC53DC47-96E3-4F5D-84FE-2B2F90945193@microsoft.com...
> Hi Murray:
>
> I got it...
> Before page: http://www.elapinc.com/template3.html
>
> After Page: http://www.elapinc.com/template5.html
>
> Explain What I did:
>
> To take care of all the formatting issues on the side out layers I removed
> the height command.
>
> To take care of the side out box (Prgram Legal Documents) that would not
> come out I found in my link syntax I had the ID set as b5 instead of
> B5...Case Issue
>
> Finally the home button that was messed up I found that FP put a align
> center command in there. Removed it.
>
>
> thanks for your help. The link to your site made me think about it and
> gave
> me some great pointers.
>
> Thanks again Murray:
>
> Rob
>
>
>
>
>
>
>
> "Murray" wrote:
>
>> Show me what you have done then, please.
>>
>> --
>> Murray
>>
>> "Rob L" <RobL@discussions.microsoft.com> wrote in message
>> news:57DFED26-E622-43C2-96DB-59A10B20B0D0@microsoft.com...
>> > Hi Murray:
>> >
>> > I did what you said but it did not fix the problem. However, I am going
>> > to
>> > go look at the suggestion you sent.
>> >
>> >
>> > Thanks for the post
>> >
>> > ROb
>> >
>> > "Rob L" wrote:
>> >
>> >> Forgot the link:
>> >>
>> >> http://www.elapinc.com/template3.html
>> >>
>> >>
>> >>
>> >> "Rob L" wrote:
>> >>
>> >> > Hello All:
>> >> >
>> >> > I am using the controls in Front Page 2003 for the first time to
>> >> > create
>> >> > layers. Like most posts viewing in Netscape creates problems. Could
>> >> > someone
>> >> > look at the template page I am working on in IE 6 and Netscape and
>> >> > see
>> >> > where
>> >> > the problem lies.
>> >> >
>> >> > I have done some hard coding for drop-downs like this in netscape
>> >> > but
>> >> > would
>> >> > like to avoid it.
>> >> >
>> >> > Thanks
>> >> >
>> >> > Rob L
>>
>>
>>



Re: Front Page 2003 and Netscape Viewing problems using layers.... by RobL

RobL
Tue Feb 01 12:27:01 CST 2005

Thanks for the kudos. If I have not done a site for a while, sometimes I need
someone to kick start my brain...thanks again

Rob L

"Murray" wrote:

> Perfectimundo. Fast study, there, Rob L. Good going, bud....
>
> --
> Murray
>
> "Rob L" <RobL@discussions.microsoft.com> wrote in message
> news:FC53DC47-96E3-4F5D-84FE-2B2F90945193@microsoft.com...
> > Hi Murray:
> >
> > I got it...
> > Before page: http://www.elapinc.com/template3.html
> >
> > After Page: http://www.elapinc.com/template5.html
> >
> > Explain What I did:
> >
> > To take care of all the formatting issues on the side out layers I removed
> > the height command.
> >
> > To take care of the side out box (Prgram Legal Documents) that would not
> > come out I found in my link syntax I had the ID set as b5 instead of
> > B5...Case Issue
> >
> > Finally the home button that was messed up I found that FP put a align
> > center command in there. Removed it.
> >
> >
> > thanks for your help. The link to your site made me think about it and
> > gave
> > me some great pointers.
> >
> > Thanks again Murray:
> >
> > Rob
> >
> >
> >
> >
> >
> >
> >
> > "Murray" wrote:
> >
> >> Show me what you have done then, please.
> >>
> >> --
> >> Murray
> >>
> >> "Rob L" <RobL@discussions.microsoft.com> wrote in message
> >> news:57DFED26-E622-43C2-96DB-59A10B20B0D0@microsoft.com...
> >> > Hi Murray:
> >> >
> >> > I did what you said but it did not fix the problem. However, I am going
> >> > to
> >> > go look at the suggestion you sent.
> >> >
> >> >
> >> > Thanks for the post
> >> >
> >> > ROb
> >> >
> >> > "Rob L" wrote:
> >> >
> >> >> Forgot the link:
> >> >>
> >> >> http://www.elapinc.com/template3.html
> >> >>
> >> >>
> >> >>
> >> >> "Rob L" wrote:
> >> >>
> >> >> > Hello All:
> >> >> >
> >> >> > I am using the controls in Front Page 2003 for the first time to
> >> >> > create
> >> >> > layers. Like most posts viewing in Netscape creates problems. Could
> >> >> > someone
> >> >> > look at the template page I am working on in IE 6 and Netscape and
> >> >> > see
> >> >> > where
> >> >> > the problem lies.
> >> >> >
> >> >> > I have done some hard coding for drop-downs like this in netscape
> >> >> > but
> >> >> > would
> >> >> > like to avoid it.
> >> >> >
> >> >> > Thanks
> >> >> >
> >> >> > Rob L
> >>
> >>
> >>
>
>
>