Anyone know how to create the www.cnn.com’s nav bar (the one on the side, vertical?) in flash?
It’s just a regular html menu with javascript rollovers, you can make a menu like that with dreamweaver.
or you can use css. i did that on my site. u can use the code from there or get it from chrispoole.com.
[edit]BTW, Egeek, that footer is awesome!![/edit]
thanks. =)
yeah… i tried with css though its hard fer me…
it is very easy to do with css.
onMouseOver="this.className='yourClass';" onMouseOut="this.className='anotherClass'"
The mouseOut class should equal the idle class which should be stated like this
class="anotherClass"