I need to make a breadcrumb nav that could be quite long, that shrinks with the window for small screens but the links inside it disappear to the left ie the most recently visited pages are always the ones in view, percentage width in CSS not working so was thinking JQuery.
Share
Simply use a combination of
direction: rtl;andoverflow: hidden;. For example, try this example code (demo).HTML
CSS