Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[phoenix-dev] RE: Planet Eclipse Banner

Neat extension Gunnar. 

My concern here is that I need to apply certain CSS styles to the about /
menu items but they will be inserted with the formatting they currently have
since <div id=nav> is blank.  Do you know where the javascript is pulling
these items from?

Nathan Gervais - nathan@xxxxxxxxxxx
Web Developer 
The Eclipse Foundation
 
 

-----Original Message-----
From: Gunnar Wagenknecht [mailto:gunnar@xxxxxxxxxxxxxxx] 
Sent: Monday, August 13, 2007 11:45 AM
To: Nathan Gervais
Cc: 'Chris Aniszczyk'; For developers on the new Eclipse.org website
project.
Subject: Re: Planet Eclipse Banner

Nathan Gervais wrote:
> For the menu I figured the two items would be Main / EclipseCon but I've
> having trouble finding where the code is for the nav.  I see the empty
> <div id=nav> and I know it inserts it in there but where is that coming
> from. 

> Second, same type of question but for the about link in the top corner.

That's inserted into the DOM at runtime in the client browser via
JavaScript. It's possible to generate everything you want. The Firefox
"View Source Chart" extension allows you to view the generated DOM at
runtime.

-Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/




Back to the top