Top DevX Stories
Creating Custom Export Filters for StarOffice with XSLT
WPF Wonders: Using DataTemplates
Crystal Reports Family Offers Options for Developers
Avaya Aura Session Manager video
Avaya Aura Overview video
Search the forums:

Go Back   DevX.com Forums > DevX Developer Forums > Web

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 05-19-2001, 11:21 AM
Nandini
Guest
 
Posts: n/a
Layers and dropdown menu


Hi ,

I am trying to create a dropdown menu using layers. I am able to create it
with out layers but this is posing some resolution problems. Can anyone please
help me in creating dropdown using layers? Please take a look at my sample
site where I have created dropdown "without layers" and is best viewed only
at 800*600 res. http://sridhar1/50megs.com/index.html

Please help.

Regards,
Nandini.
Reply With Quote
  #2  
Old 05-21-2001, 06:32 PM
audiolizard
Guest
 
Posts: n/a
Re: Layers and dropdown menu


Nandini,

I'm not familiar with the term "layers". Do you mean frames? If so, then
I'm having similar problems. What kind of resolution problems are you having?
BTW, your URL should be http://sridhar1.50megs.com/index.html

Erik

"Nandini" <sri09@hotmail.com> wrote:
>
>Hi ,
>
>I am trying to create a dropdown menu using layers. I am able to create

it
>with out layers but this is posing some resolution problems. Can anyone

please
>help me in creating dropdown using layers? Please take a look at my sample
>site where I have created dropdown "without layers" and is best viewed only
>at 800*600 res. http://sridhar1/50megs.com/index.html
>
>Please help.
>
>Regards,
>Nandini.


Reply With Quote
  #3  
Old 05-22-2001, 03:58 PM
Nandini
Guest
 
Posts: n/a
Re: Layers and dropdown menu


Sorry, I had the url wrong.

I mean layers. Atleast that's what I think they are called. I have a sample
site at http://sridhar1.50megs.com/dd.htmlPlease have a look at it. I have
used layers there.
In the other site i.e. http://sridhar1.50megs.com/index.html, I have not
used layers and so it is only best viewd at 800*600 Resolution and with other
res. there is a gap between the main heading and submenus. Hope this is clear.
Please let me know if you have a solution to my problem.

Nandini.

"audiolizard" <audiolizard@yahoo.com> wrote:
>
>Nandini,
>
>I'm not familiar with the term "layers". Do you mean frames? If so, then
>I'm having similar problems. What kind of resolution problems are you having?
> BTW, your URL should be http://sridhar1.50megs.com/index.html
>
>Erik
>
>"Nandini" <sri09@hotmail.com> wrote:
>>
>>Hi ,
>>
>>I am trying to create a dropdown menu using layers. I am able to create

>it
>>with out layers but this is posing some resolution problems. Can anyone

>please
>>help me in creating dropdown using layers? Please take a look at my sample
>>site where I have created dropdown "without layers" and is best viewed

only
>>at 800*600 res. http://sridhar1/50megs.com/index.html
>>
>>Please help.
>>
>>Regards,
>>Nandini.

>


Reply With Quote
  #4  
Old 05-24-2001, 11:22 PM
raja
Guest
 
Posts: n/a
Re: Layers and dropdown menu



could u pls send your files to rajasekhar999@yahoo.com , so that i will look
at once .. if i fail to solve i will send you sample appli which suites better
for you..

raja
developerdoubts.com

"Nandini" <sri09@hotmail.com> wrote:
>
>Hi ,
>
>I am trying to create a dropdown menu using layers. I am able to create

it
>with out layers but this is posing some resolution problems. Can anyone

please
>help me in creating dropdown using layers? Please take a look at my sample
>site where I have created dropdown "without layers" and is best viewed only
>at 800*600 res. http://sridhar1/50megs.com/index.html
>
>Please help.
>
>Regards,
>Nandini.


Reply With Quote
  #5  
Old 05-25-2001, 01:45 PM
Nandini
Guest
 
Posts: n/a
Re: Layers and dropdown menu


I have sent the codes to your email address.

Nandini.

"raja" <rajasekhar999@yahoo.com> wrote:
>
>
>could u pls send your files to rajasekhar999@yahoo.com , so that i will

look
>at once .. if i fail to solve i will send you sample appli which suites

better
>for you..
>
>raja
>developerdoubts.com
>
>"Nandini" <sri09@hotmail.com> wrote:
>>
>>Hi ,
>>
>>I am trying to create a dropdown menu using layers. I am able to create

>it
>>with out layers but this is posing some resolution problems. Can anyone

>please
>>help me in creating dropdown using layers? Please take a look at my sample
>>site where I have created dropdown "without layers" and is best viewed

only
>>at 800*600 res. http://sridhar1/50megs.com/index.html
>>
>>Please help.
>>
>>Regards,
>>Nandini.

>


Reply With Quote
  #6  
Old 07-06-2001, 03:07 AM
Michael Foster
Guest
 
Posts: n/a
Re: Layers and dropdown menu

I have a couple of simple dhtml menu examples.

Mike Foster
www.cross-browser.com
Cross-Browser DHTML for IE, NN, Gecko, and Opera



"Nandini" <sri09@hotmail.com> wrote in message
news:3b068156$1@news.devx.com...
>
> Hi ,
>
> I am trying to create a dropdown menu using layers. I am able to create it
> with out layers but this is posing some resolution problems. Can anyone

please
> help me in creating dropdown using layers? Please take a look at my sample
> site where I have created dropdown "without layers" and is best viewed

only
> at 800*600 res. http://sridhar1/50megs.com/index.html
>
> Please help.
>
> Regards,
> Nandini.



Reply With Quote
  #7  
Old 07-11-2001, 06:14 AM
David
Guest
 
Posts: n/a
Re: Layers and dropdown menu


A layer is netscapes implementation of the SPAN TAG. DIV is Microsofts.
Be aware that if u place an OCX on the page close enough underneath the menu
code or place the DHTML into a frame (Seems ok in an IFRAME) then the menu
appears behind that object and you cannot use it.

Causing us some major headaches at the moment.

Couldn't actually pick up what the original problem was? It displays almost
perfectly on my 1024x768 although the offest width could use a tweak (Is
that the problem?)

We did our internal one using a stylesheet and is a standad corperate desktop
so not faced that problem yet

Dave

"Michael Foster" <mfoster@cybrtyme.com> wrote:
>I have a couple of simple dhtml menu examples.
>
>Mike Foster
>www.cross-browser.com
>Cross-Browser DHTML for IE, NN, Gecko, and Opera
>
>
>
>"Nandini" <sri09@hotmail.com> wrote in message
>news:3b068156$1@news.devx.com...
>>
>> Hi ,
>>
>> I am trying to create a dropdown menu using layers. I am able to create

it
>> with out layers but this is posing some resolution problems. Can anyone

>please
>> help me in creating dropdown using layers? Please take a look at my sample
>> site where I have created dropdown "without layers" and is best viewed

>only
>> at 800*600 res. http://sridhar1/50megs.com/index.html
>>
>> Please help.
>>
>> Regards,
>> Nandini.

>
>


Reply With Quote
  #8  
Old 07-11-2001, 08:23 PM
Bronwyn Streeter
Guest
 
Posts: n/a
Re: Layers and dropdown menu

Michael,

Your cross-browser menus don't seem to downgrade well. Was this deliberate
or an oversight?

Otherwise they look really good.

Bronwyn

Michael Foster <mfoster@cybrtyme.com> wrote in message
news:3b454e30@news.devx.com...
I have a couple of simple dhtml menu examples.

Mike Foster
www.cross-browser.com
Cross-Browser DHTML for IE, NN, Gecko, and Opera



"Nandini" <sri09@hotmail.com> wrote in message
news:3b068156$1@news.devx.com...
>
> Hi ,
>
> I am trying to create a dropdown menu using layers. I am able to create it
> with out layers but this is posing some resolution problems. Can anyone

please
> help me in creating dropdown using layers? Please take a look at my sample
> site where I have created dropdown "without layers" and is best viewed

only
> at 800*600 res. http://sridhar1/50megs.com/index.html
>
> Please help.
>
> Regards,
> Nandini.





Reply With Quote
  #9  
Old 07-28-2001, 03:39 AM
Michael Foster
Guest
 
Posts: n/a
Re: Layers and dropdown menu

Thanks Bronwyn,

To be honest, I haven't had time to consider "downgradability".

Downgrade to what?




"Bronwyn Streeter" <bronwyn@digitalzoo.com.au> wrote in message
news:3b4cdf2f@news.devx.com...
> Michael,
>
> Your cross-browser menus don't seem to downgrade well. Was this

deliberate
> or an oversight?
>
> Otherwise they look really good.
>
> Bronwyn
>
> Michael Foster <mfoster@cybrtyme.com> wrote in message
> news:3b454e30@news.devx.com...
> I have a couple of simple dhtml menu examples.
>
> Mike Foster
> www.cross-browser.com
> Cross-Browser DHTML for IE, NN, Gecko, and Opera
>
>
>
> "Nandini" <sri09@hotmail.com> wrote in message
> news:3b068156$1@news.devx.com...
> >
> > Hi ,
> >
> > I am trying to create a dropdown menu using layers. I am able to create

it
> > with out layers but this is posing some resolution problems. Can anyone

> please
> > help me in creating dropdown using layers? Please take a look at my

sample
> > site where I have created dropdown "without layers" and is best viewed

> only
> > at 800*600 res. http://sridhar1/50megs.com/index.html
> >
> > Please help.
> >
> > Regards,
> > Nandini.

>
>
>
>



Reply With Quote
  #10  
Old 07-29-2001, 08:12 PM
Bronwyn Streeter
Guest
 
Posts: n/a
Re: Layers and dropdown menu

downgrade to NS3.0

What I basically mean is that if you happen to not have a DHTML browser then
the page should still look the same. With the way you've currently got it
set up if you open it in a non-DHTML browser you've got huge slabs of menu
items showing.

Michael Foster <mfoster@cybrtyme.com> wrote in message
news:3b625d60@news.devx.com...
Thanks Bronwyn,

To be honest, I haven't had time to consider "downgradability".

Downgrade to what?




"Bronwyn Streeter" <bronwyn@digitalzoo.com.au> wrote in message
news:3b4cdf2f@news.devx.com...
> Michael,
>
> Your cross-browser menus don't seem to downgrade well. Was this

deliberate
> or an oversight?
>
> Otherwise they look really good.
>
> Bronwyn
>
> Michael Foster <mfoster@cybrtyme.com> wrote in message
> news:3b454e30@news.devx.com...
> I have a couple of simple dhtml menu examples.
>
> Mike Foster
> www.cross-browser.com
> Cross-Browser DHTML for IE, NN, Gecko, and Opera
>
>
>
> "Nandini" <sri09@hotmail.com> wrote in message
> news:3b068156$1@news.devx.com...
> >
> > Hi ,
> >
> > I am trying to create a dropdown menu using layers. I am able to create

it
> > with out layers but this is posing some resolution problems. Can anyone

> please
> > help me in creating dropdown using layers? Please take a look at my

sample
> > site where I have created dropdown "without layers" and is best viewed

> only
> > at 800*600 res. http://sridhar1/50megs.com/index.html
> >
> > Please help.
> >
> > Regards,
> > Nandini.

>
>
>
>





Reply With Quote
  #11  
Old 07-31-2001, 12:33 AM
Michael Foster
Guest
 
Posts: n/a
Re: Layers and dropdown menu

> downgrade to NS3.0

My cross-browser dhtml api "requires" a version 4+ browser. gotta draw the
line somewhere


Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes 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 Off
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 02:45 AM.


Sponsored Links



Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.