1

I am redesigning my site and I'm have a basic but annoying issue with my anchor links.

Site is here http://cdechmedia.com/WIP/

as you can see I'm using a fix navigation bar and my goal is to make it that when ever someone presses the nav link it will go to that section of course :)

Here is were the issue comes in. I have set my anchor in a div so I could position it in correctly so that when they select lets say contact us it wont be cut off by the navigation. Now it works perfectly in Firefox but not in chrome. HELP!!!

1 Answers1

-1

Take a look to that StackOverflow it's a simple plugin to scroll to html element.

Community
  • 1
  • 1
Xdevelop
  • 206
  • 2
  • 7
  • is there anyway to fix this without jquery or javascript? – user3238054 Apr 02 '14 at 10:28
  • You can do it only with JavaScript and CSS but at least JavaScript for apply the CSS classes that make the navigation between the elements. – Xdevelop Apr 02 '14 at 10:34
  • sigh guess i need to start learning more java because I have no idea what its telling me to do. looks like that's the answer for the bbq plugin and not just for basic anchors. – user3238054 Apr 02 '14 at 10:38