css - How to put Logo & navigation in one line -


i have css , html code has 2 sections in header: 1 logo , other 1 navigation. wanted put both in same line saves space , looks better. can guide me on how can that?

http://css.pastebin.com/adgmqum5

  1. set width logo example 100px;
  2. float:left; logo
  3. remove width:100%; , float:left; #nav
  4. add overflow:hidden; #nav
  5. add clear:left; #content

live example: http://jsbin.com/eyozo


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -