Hi all,
I'm struggling with a piece of code, where the div moves down.
Code:#topright { float:right; margin-right:250px; margin-top:20px; width:350px; } #nav-topright ul { list-style: none; padding: 0; margin-top: 0px; } #nav-topright li { float: left; margin: 0 0.15em; padding-left: 20px; padding-right: 20px; } #search{ float:left; margin-left:0px; margin-top:35px; padding-left:20px; }Any help would be greatly appreciated.HTML Code:<div id="topright"> <div id="nav-topright"> <ul> <li>Call us free<br /><span class="bigbold">0800 999 9299</span></li> <li>Find us on <br /><img src="images/logo_facebook.gif" /><img src="images/logo_twitter.gif" /><img src="images/logo_youtube.gif" /></li> </ul> <div id="search">Find your nearest store<br /> <form name="input" action="html_form_action.asp" method="get"> <input type="text" name="user" /> <input type="submit" value="Submit" /> </form> </div> </div> </div>
Thanks,
Kim



Reply With Quote

Bookmarks