Opened 16 years ago
Closed 12 years ago
#14798 closed defect (bug) (wontfix)
Twenty Ten Theme - adding an extra skip link
| Reported by: | anonymized_3085 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Being able to skip to content is good, but currently there is no easy way to jump to the sidebar menu.
In order to add this extra skip (jump to menu) link I've changed the div to ul. CSS changes are similar to #14795 but tweaked to allow for the new markup.
Attachments (2)
Change History (12)
#2
@
16 years ago
I had to first apply the patch from #14795 to see this change, but having that patch in place made this patch fail to make changes to style.css. As a result I got a too-tall header: http://core.trac.wordpress.org/attachment/ticket/14798/too-tall-access.png
+1 to the idea, though; with the same caveat I made on #14795 about the skip links needing to be styled a bit more.
#3
@
16 years ago
Can I check which browser you used?
I may have missed something when I split this down from the original patch.
#5
@
16 years ago
Re-attached a patch. Downside is that it is adding one pixel to the height of the menu. A necessary evil to overcome an issue within webkit(Safari/Chrome).
Amended color to be a yellowish color to highlight the link even more.
#6
@
16 years ago
Font family and color should match the grey Helvetica/Arial/sans-serif menu links.
If you remove the bottom 1px border from #branding img, I think that would compensate for the extra 1px you've added here, so the design can remain the same. That'd be the best of both worlds.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
#14782 parent ticket.