Quote:
Originally Posted by AnthonyS
i dont even know if its a possibility to do it with java
|
Eich was told to make LiveScript/Javascript 'look like' . . Java. But it's certainly not Java.
If you, instead, are looking for a flash-mimic, many people end up writing their own. I'm sure there are many plugins.
What you want to do can be done in Javascript. If it were me, I'd prefer it be part of a more general library function for animation/flash-mimicry.
Specifically for this, you know the particular DIV with your styled unorderd list element. You can read the client size of the window, and set an event handler when the window size is changed. It would just be a matter of whether you want a linear change or other sort of change in the font size. But again, if it were me, I'd prefer calls out to a more integrated if larger set of functions designed to 'put-flash' using Javascript.
There must be so many of these.