The slider template had its own layout template when I got it, and the navigation was on the content boxes itself. I had to changed the CSS of the page myself to have the navigation at the top of the page.
Here is the code for my navigation bar. The position of it is fixed so that it is always at the top of the page, even if the page is scrolling to another content box.
To get it to work with the content scroller, I had to add a class to the navigation div in the html, so it would work with the jQuery.
My content boxes were changed so I could add more content to them.
I also changed the background colour of the content box. This was done in RGB values so the transparency worked on the background. I wanted transparency so you could see the background images clearer.
The selected class works with the navigation. It puts a white border around the div you are currently on, which is useful for navigation.
No comments:
Post a Comment