Place Logo in Architecture template

Discussion in 'HTML - XHTML - CSS' started by beemer, Jul 12, 2009.

  1. beemer New Member

    Hi
    I am using the excellent Architecture template from here
    http://www.freewebsitetemplates.com/preview/architecture/
    I am trying to add a logo where the text Architecture is adjacent the menu tabs
    It all looks fine in reamweaver then I preview it in a browser ant the tabs are up in the air you can see
    here

    Anyone help me please as I have been scratching my head for hours now :confused:
  2. ishkey Mod - Designer

    looks like your logo is to big. bumping into the menu block pushing it up.
    can you post your code for us to see what you did.
  3. beemer New Member

    Done it thx
  4. beemer New Member

    Spoke to soon it is messing my tabs up (but only in Chrome & Firefox :(
    See here

    The following is the code I am using that was found on this forum

    Code:
    
    <div id="wrapper">
    <div style="position: absolute; left:-4px; top: 34px; height:10px; width:0px;">
    <A HREF="index.html"><img src="logo.gif" width="240" height="31" /></div>
    
    
    <div id="nav">
    </div>
    	<div id="nav">
    		<a href="aboutus.html">About Us</a>
    		<a href="services.html">Services</a>
    		<a href="solutions.html">Solutions</a>
    		<a href="news.html">News</a>
    		<a href="contact.html">Contact Us</a>
      </div>