![]() |
|
#1
|
|||
|
|||
|
Hi there,
So I am new to CSS and I am not sure what I am doing wrong here. All my content displays fine in FF but the nav bar shifts over in IE. Is there anything wrong with my code or do I need to add something? My CSS: Code: #outer ** width: 800px; background-color:#63773c; margin-top: 0px; margin-bottom: 50px; margin-left: auto; margin-right: auto; padding: 0px; border: thin solid #000000; } #navbar ** padding-left: 26px; position:absolute; top:211px; } #content ** padding-left: 26px; } body ** background-color: #333300; } My HTML HTML Code: <img src=span style="color:#0000FF""http://www.computer-juice.com/forums/images/header_about.jpg"/span /> <img src=span style="color:#0000FF""http://www.computer-juice.com/forums/images/home.jpg"/span width=span style="color:#0000FF""107"/span height=span style="color:#0000FF""18"/span /> <img src=span style="color:#0000FF""http://www.computer-juice.com/forums/images/about_us.jpg"/span width=span style="color:#0000FF""158"/span height=span style="color:#0000FF""18"/span /> <img src=span style="color:#0000FF""http://www.computer-juice.com/forums/images/services.jpg"/span width=span style="color:#0000FF""149"/span height=span style="color:#0000FF""18"/span /> <img src=span style="color:#0000FF""http://www.computer-juice.com/forums/images/projects.jpg"/span width=span style="color:#0000FF""147"/span height=span style="color:#0000FF""18"/span /> <img src=span style="color:#0000FF""http://www.computer-juice.com/forums/images/contact_us.jpg"/span width=span style="color:#0000FF""165"/span height=span style="color:#0000FF""18"/span /> </br> </br> About Us I would like to introduce our company, Eagle Rock Underground LLC; licensed as a Class A General Engineering contractor, certified as a SBE (Small Business Enterprise) and SDVOB (Service Disabled Veteran-Owned Business). A family operated business since 2001, specializing in underground utility construction. This includes the construction of electric, telephone, fiber optics, water, sewer, storm drains, and reclaimed water systems. Accreditations: A certified Small Business Enterprise (SBE) by the City of Phoenix, Az. Licensed as a Class A General Engineering Contractor in the state of Arizona Licensed as a Class A General Engineering Contractor in the state of Nevada Licensed as a Class A General Engineering Contractor in the state of Virginia Licensed as a GF-9 Underground Utility Contractor in the state of New Mexico </p> Thanks Everybody |