tags:

views:

32

answers:

1

Hey,

On this site http://www.catonthecouchproductions.com/fish/ I am trying to drop down the nav towards the middle you will see how it doesnt match up. I have tried margin/padding/top/ css properties but nothing. On the edges see how it is about 3 or 4px off and if I bump it down it would be good. I can't seem to figure out why it is doing that?

Any thoughts?

Thanks,

Ryan

UPDATE: Here is my CSS http://www.catonthecouchproductions.com/fish/css/style.css

+1  A: 

The styles for the button images don't have any position in them. Try adding some style around the buttons: .btn-fishing-trip { position:relative; top:3px; } .btn-combo { position:relative; top:3px; } .btn-guest { position:relative; top:3px; } .btn-contact { position:relative; top:3px; }