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
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.
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>