Hello all! Through hours of trial and error, I have to admit that I am stumped. I would like to create a bottom navigation menu similar to this: http://www.verawang.com/fashion/
but I would like to do so using CSS, rather than flash. Any suggestions?
Hi! I don't know exactly what you are using for your code, but I can say that you are going to have to use a combination of absolute positioning and relative positioning. Here is a link to an article here explaining more about it.
i noticed this post is 'solved' but may i suggest you to use CSS3 for your animation... something like this (i basically used Cwapface code, and i just add some stuffs ...) of course : it's up to you to improve it still ....
Through hours of trial and error, I have to admit that I am stumped. I would like to create a bottom navigation menu similar to this:
http://www.verawang.com/fashion/
but I would like to do so using CSS, rather than flash. Any suggestions?
Thanks so much!
I don't know exactly what you are using for your code, but I can say that you are going to have to use a combination of absolute positioning and relative positioning. Here is a link to an article here explaining more about it.
I also made a little example as well.
Hope this helps you out.
i noticed this post is 'solved' but may i suggest you to use CSS3 for your animation... something like this
(i basically used Cwapface code, and i just add some stuffs ...)
of course : it's up to you to improve it still ....