Ack. Here's the URL: http://www.bluedegenes.com/
On 11 Nob, 00:38, cogent99 <[EMAIL PROTECTED]> wrote: > Hi Alex! I'm sorry if I wasn't able to explain myself clearer, but > here's a website that has an idea of what I'm looking for. Click on > its navigation links and see the content on its left slide and > change. In my case though, instead of sliding, I want mine to fade in > and out. > > On 10 Nob, 22:07, "Alex Mcauley" <[EMAIL PROTECTED]> > wrote: > > > You may be better off loading the content with Ajax requests rather than all > > the content being in hidden elements in the page > > > ----- Original Message ----- > > From: "cogent99" <[EMAIL PROTECTED]> > > To: "Prototype & script.aculo.us" <[email protected]> > > Sent: Monday, November 10, 2008 1:50 PM > > Subject: [Proto-Scripty] Re: Need help with Effect.Appear > > > Thank you Alex! I'll read up on your suggestion and get more > > familiarized with it. I've got another one if you don't mind, which > > I've posted on a different forum: > > > Here's what I've been meaning to come up with: > > > One page. One navigation bar. Multiple links in navigation bar, say > > four -- Home, Content, About, Contact -- with home as initial display > > on load. > > > ALL of the contents is in a div in the middle. > > > When I click on CONTENT, a page with the "content" fades in (or slides > > in) and overlaps the default content of "HOME." If I click on CONTACT, > > the same thing happens, this time overlapping the previous "page" > > which was CONTENT. > > > I managed to make individual instances of the Effect.Appear using > > Script.aculo.us, but my DIVs won't overlap. I tried fixing it with CSS > > z-index, but it's still messed up. > > > On Nov 10, 8:04 pm, "Alex Mcauley" <[EMAIL PROTECTED]> > > wrote: > > > Cogent : firstly stay away from onload ... use the > > > Event.observe(window,'load',function() { > > > Your exeutable functiosn go in here}); > > > > Wrapper .... > > > > there are a couple of ways to achieve what you want .. > > > > You could set a timeout on a for loop counting each of the divs in a > > > classname and itterate the loop - this is probably the easiest way to do > > > it, > > > i will explain how to do the other ways if this method is not suitable for > > > you.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
