Change the look of the search box
I'm having a problem getting the search box to look like I want.
http://i39.tinypic.com/e8u8gn.jpg
My CSS Code:
#searchform {
position: relative;
padding: 5px;
}
HTML Code:
<body class="home">
<div id="container">
<header id="masthead">
<h1><p>Testing</p></h1></header>
<nav class="nav-buttons" id="primary">
<ul>
<li id="search" style="padding-left:400px;">
<form id="searchform" action="http://www.Google.com/" method="get"><label
class="screen- reader-text" for="s">
</label><input id="s" type="text" placeholder="Type your search here"
name="s" value=""> </input><input id="searchsubmit" type="submit"
value="Search"></input></form></li>
</ul>
</nav>
No comments:
Post a Comment