I am using jsfiddle for the first time, and it doesn’t seem to recognize the css styles. It also does not display the elements withing the tag.
Here is the saved jsfiddle page for it: http://jsfiddle.net/s5LXc/
Is there anything that I did wrong there to get the unexpected result that I did?
Thanks!
Check this working fiddle: http://jsfiddle.net/s5LXc/2/
You were missing your outermost
DIVcontainer with a class of “nav_bar“.Your HTML structure is also malformed in at least one place, such as (inverted
SPANandFORMtags):