[wp-trac] [WordPress Trac] #18884: TwentyEleven nav#nav-single blocks clicks
WordPress Trac
wp-trac at lists.automattic.com
Sat Oct 8 03:26:24 UTC 2011
#18884: TwentyEleven nav#nav-single blocks clicks
---------------------------+-----------------------------
Reporter: kingkool68 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version:
Severity: normal | Keywords:
---------------------------+-----------------------------
In image.php the following HTML is rendered:
{{{
<nav id="nav-single">
<h3 class="assistive-text">Image navigation</h3>
<span class="nav-previous">
<a title="Title" href="http://example.com/something">←
Previous</a></span>
<span class="nav-next">
<a title="Title" href="http://example.com/something">Next
→</a></span>
</nav>
}}}
The links within the nav element are unclickable in Firefox 7.0.1 on OSX.
In style.css on line 1701, You can remove the postion:relative; property
and change top:-0.3em; to margin-top:-0.3em; to accomplish the same
effect.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18884>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list