views:

24

answers:

2

I am not good with CSS... TAKE A LOOK AT THIS jsFiddle i am trying to convert this into a CSS Horizontal Menu... like THIS CSS VERTICAL MENU but i am failing... please

F1! F1! F1!

+2  A: 

Do you notice that this is not a CSS issue? In the first example, you are doing your layout with a table. In the second, it is done with an unordered list. You can make the UL display horizontally by setting the LI elements to display: inline-block.

Robusto
+2  A: 

this should work

yorick
i have modified your answer to this http://www.jsfiddle.net/D45yC/1/ which is fine but i can't get the text to be bottom aligned i have trying `vertical-align:bottom` more help required
Junaid Saeed
http://www.jsfiddle.net/D45yC/2/ aligns it to the bottom-right.
yorick