
Search found 8 matches
- Tue Oct 22, 2002 10:34 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Pixel count?
- Replies: 1
- Views: 2545
- Tue Oct 22, 2002 10:28 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Pixel count?
- Replies: 1
- Views: 2545
Pixel count?
Andy and everyone else...
http://www.rrwalton.com
If you notice on the right of the screen the table is not aligned with the menu. Then menu is never quite on where it needs to be.
1)No, its not in a table row... that wasn't working well w/ placement
About the page:
Made in Macromedia ...
http://www.rrwalton.com
If you notice on the right of the screen the table is not aligned with the menu. Then menu is never quite on where it needs to be.
1)No, its not in a table row... that wasn't working well w/ placement
About the page:
Made in Macromedia ...
- Mon Oct 21, 2002 5:53 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Menubuilder suggestion for the style creator
- Replies: 0
- Views: 2243
Menubuilder suggestion for the style creator
Andy,
I know its beta and you probably have something in the works like this but here goes....
Currently the color area in the style builder reads as such
Border Color 000000 Color
Feature/suggestion
Border Color 000000 Color Color Box: []
Where a relatively small box with the current color ...
I know its beta and you probably have something in the works like this but here goes....
Currently the color area in the style builder reads as such
Border Color 000000 Color
Feature/suggestion
Border Color 000000 Color Color Box: []
Where a relatively small box with the current color ...
- Mon Oct 21, 2002 5:42 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Help! Surfers needed
- Replies: 13
- Views: 9347
IE 6.0.2600 works
IE 6.0.2600 works no problem
Can't be of much more help since the machine I am currently
on is locked down tighter than a drum.
Can't be of much more help since the machine I am currently
on is locked down tighter than a drum.
- Fri Oct 11, 2002 8:37 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Date as menu item (solutions inside)
- Replies: 4
- Views: 3467
Ok now to simplify this for anyone else...
The question was can you get the Date into the menu, you sure can.
It shouldn't have to be a function (where I started off :roll: and kept trying)
Date format: MM/DD/YY
dte = new Date()
customdte = (dte.getMonth() + 1)+"/"+dte.getDate()+"/"+dte.getYear()
*change the / to anything you'd like for ...
It shouldn't have to be a function (where I started off :roll: and kept trying)
Date format: MM/DD/YY
dte = new Date()
customdte = (dte.getMonth() + 1)+"/"+dte.getDate()+"/"+dte.getYear()
*change the / to anything you'd like for ...
- Fri Oct 11, 2002 8:26 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Date as menu item (solutions inside)
- Replies: 4
- Views: 3467
Silly me...
Nope not even... man am I being foolish today
Its been far too long for working Directly in JavaScript.
Heck, all I've been doing for the last 3 months is coding
static web pages... ick!
My coding convetions gone right out the window!
Now as for the right code :!:
dte = new Date()
customdte ...
Its been far too long for working Directly in JavaScript.
Heck, all I've been doing for the last 3 months is coding
static web pages... ick!
My coding convetions gone right out the window!
Now as for the right code :!:
dte = new Date()
customdte ...
- Fri Oct 11, 2002 7:50 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Date as menu item (solutions inside)
- Replies: 4
- Views: 3467
D'OH
Thanks, I was using some oldish code that I had recycled
from another project I was working on. So I was taking it
from a totally bad approach rather than yours....
*is embarassed to be a coder today :oops: *
Thanks for the response.
Heheh of course nothing is as simple as it seems...
dte ...
from another project I was working on. So I was taking it
from a totally bad approach rather than yours....
*is embarassed to be a coder today :oops: *
Thanks for the response.
Heheh of course nothing is as simple as it seems...
dte ...
- Fri Oct 11, 2002 7:06 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Date as menu item (solutions inside)
- Replies: 4
- Views: 3467
Date as menu item (solutions inside)
Well I feel like a schlep :roll: for not searching more about this,
but I have been trying to do it on and off for at least
3 months (since I found this nice menu).
What I'm trying to do is get some JavaScript code to work in
the menu that will display the date and if possible time
(time is ...
but I have been trying to do it on and off for at least
3 months (since I found this nice menu).
What I'm trying to do is get some JavaScript code to work in
the menu that will display the date and if possible time
(time is ...