Thanks for the suggestion.  I'm wondering though, after reading some
list stuff if CSS might work as well or better...keeping in mind browser
compat of course.  Like what Stephen is doing...hum...:

And then I can pull mysql query into the html...

The javascript I have is quite lengthy, there is no img swapping, hover
changes are all in code.  Still thinking of best possibilities...

img{
        text-decoration: none;
        border: none;
        border-bottom: none;
}

here's the CSS I'm using for the hyperlink rollovers too:

a {
        background: transparent;
        color: #003399;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
}

a:hover {
        background: transparent;
        border-bottom: solid 1px #0000FF;
        color: #0000FF;
}

Thx 
Mignon


On Mon, 2002-10-07 at 08:38, Jon Haworth wrote:
> Hi Mignon,
> 
> > They are requesting a dynamic navigation menu [...]
> > BUT the challenge comes in where they want the nav 
> > menu items dynamically generated from a periodically 
> > updated database.
> 
> No worries. Write a PHP/PERL/shell script that creates the javascript and
> writes it out to a file, and run this script via a cron job every hour or
> so.
> 
> Works great and scales very nicely.
> 
> Cheers
> Jon
> 
> ____ � The WDVL Discussion List from WDVL.COM � ____
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
>        Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
>     http://wdvl.internet.com/WDVL/Forum/#sub
> 
> ________________  http://www.wdvl.com  _______________________
> 
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]



____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to