Welcome To Snipplr
Everyone's Recent Snippets Tagged navigation
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Dropdown navigation is fairly inaccessible as it depends on hover events in 99.9% of cases. Tabbing through the navigation with the keyboard fails to reveal the dropdowns leaving those navigation items virtually inaccessible. Worse, each of the hidde...
0
1863
posted 14 years ago by chrisdpratt
If you have your wordpress subpages organized by parent pages... and you dont want the parent pages "clickable" this will fix you right up...
0
695
posted 14 years ago by mdesilets
Spotlight Navigation effect using AS3 and Tweenlite
Demo: http://www.adamcoulombe.info/lab/as3/spots_test.html
FLA: http://www.adamcoulombe.info/lab/as3/spots_test.fla
2
1094
posted 14 years ago by adamcoulombe
To make the menu work in IE6 (which doesn't support the :hover pseudo element on anything but links and tables), the IE6-specific CSS calls on [Whatever:hover][whatever]. If using [Dean Edwards' IE7-js][IE7-js], this is unnecessary as his script fixe...
4
889
posted 15 years ago by chrisdpratt
Nice clean, and semantically correct breadcrumb XHTML accompanied by the CSS.
Create a transparent GIF of the symbol '>' and save it in /img/gt.gif. This will be used for older browsers that don't support the :after pseudo element.
4
868
posted 15 years ago by PeteW
Use javascript to add a class of last onto the first and the last li tags in the navigation (add to global.js). Then use css to style. For instance, if the first li is home, you can set the css to hide this link (if you want the logo to act as your h...
5
1095
posted 15 years ago by kstetson
Wordpress has a built in class that you can style to style the down nav state for the page you are on. Adjust div name accordingly.
1
873
posted 15 years ago by kstetson
This will create a Navigation from a MySQL database table names. It removes the table name "includes" by default so you can see how to remove any certain tables you wish to not use as a site section. Just plug in your MySQL database details and co...
3
858
posted 15 years ago by jiggyhat
This is a snippet to assign an active class to active links when the navigation is included in a php file.
1
700
posted 15 years ago by grazz
Standard list markup, adds button to expand a super dropdown next to the link.
1
1006
posted 15 years ago by davebowker
An example of how to write your own navigation with dynamic "active" classes.
3
1012
posted 15 years ago by kristarella
You'll need to download the latest version of jQuery for this to work, as it is linked in the tag. CSS/XHTML included.
15
2886
posted 16 years ago by dmosher
I'm sure i can clean this up quite a bit, but it works for the moment.
This function looks to see if you are on a selected page. If you are it hides the navigation, then loops through and shows each li one after the other. So they don't all fade i...
0
785
posted 16 years ago by 1man
customized breadcrumbnavigation for PHPWCMS.
Gives more control over styling and display.
{MYBREADCRUMB:n}
0
837
posted 16 years ago by localhorst