RSM
RSM

Reputation: 15108

nav menu styling issues

I have been given a psd of a nav menu and im trying to recreate it using css and html.

I have set up a jsfiddle instead of posting my code on here so people can mess about with it. http://jsfiddle.net/XdefV/ The code in the js fiddle is my attempt, but as you will be able to see its a little bit off.

What im trying to recreate is this:

enter image description here

Can anyone help me better recreate the image?

Upvotes: 0

Views: 64

Answers (3)

Gianni_Destructo
Gianni_Destructo

Reputation: 118

You can try this.
(i'm basing this on your 968px image width)

http://jsfiddle.net/XdefV/6/

Upvotes: 0

PJH
PJH

Reputation: 497

here you go. Much closer:

http://jsfiddle.net/XdefV/4/

Upvotes: 1

Chris Clower
Chris Clower

Reputation: 5104

This Fiddle should get you on the right track.

Upvotes: 1

Related Questions