1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Web Design Place Logo in Architecture template

Discussion in 'Web Design' started by beemer, Jul 12, 2009.

  1. beemer

    beemer New Member

    Hi
    I am using the excellent Architecture template from here
    https://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

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    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

    beemer New Member

    Done it thx
     
  4. beemer

    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>