Search bar misaligned in webkit
See original GitHub issuegecko
webkit and IE11
http://codepen.io/anon/pen/MaXqjL
<nav class="pink" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="/" class="brand-logo black-text">
<img src="/img/logo.png" alt="title" />
<span>title</span>
</a>
<ul class="right"><li>
<form action="/search" method="post">
<div class="input-field">
<input id="search" name="search" type="search" placeholder="Search tags..." required>
<label for="search"><i class="material-icons black-text">search</i></label>
</div>
</form>
</li></ul>
</div>
</nav>
Issue Analytics
- State:
- Created 8 years ago
- Comments:7
Top Results From Across the Web
javascript - Search-bar not aligning in navbar
It seems aligned now but when you hover or use the the search bar, since it expands, the item(sign in & sign out)...
Read more >search bar misaligned
search bar misaligned ... Is it possible to align the search box with the menu. I had it working before the last update...
Read more >WebKit HTML5 Search Inputs
A search input in WebKit by default has an inset border, ... search fields look just like the search box in the upper...
Read more >Handling common HTML and CSS problems - MDN Web Docs
In the Search packages text field, type "lint" and press Enter/Return to search for linting-related packages.
Read more >Using search bar in safari to search a specific site
You can use the same syntax in Safari's address bar as you would directly in Google etc. site: Example
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@keeferrouke thanks to take the time to test all of this stuff.
The icons issue could be a problem with the material icon project and the ligature support of the web browsers, but should be great to provide a fallback for compatibility
We will have in mind this issue, thanks again.
Has this been solved? At this point… what is the correct markup to put a search-bar in the nav-bar?