I am not clueless when it comes to CSS or html, however, I am by far an expert.
I have come to a standpoint as I dont know how to do what I require for the site.
You will see the image below, and hopefully this is self explanatory. I just need an image placed where you see under the menu nav, possibly with a rollover image, or just a still image.
Please could some kind soul help me. This is what the index file looks like.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>
<div id="wrapper">
<div id="topwrapper"></div>
<div id="mainwrapper">
<!-- Header Start -->
<div id="header">
<div class="center">
<!-- Logo Start -->
<div id="logo">
<a href="./index.html"><img src="./images/logo.png" alt="logo" /></a>
</div>
<!-- Logo End -->
<div class="sidebartop" id="headerright">
<!-- Menu Navigation Start -->
<div id="mainmenu">
<div id="myslidemenu" class="jqueryslidemenu">
<ul>
<li><a href="http://www.a.com" class="selected">Home</a>
<li><a href="./about.html">About</a>
<ul>
<li><a href="#">Our Company</a></li>
<li><a href="#">Vision and Mission</a></li>
<li><a href="#">Testomonials</a></li>
</ul>
</li>
<li><a href="#./services.html">Services</a>
<li><a href="./vehicles.html">Vehicles</a>
<ul>
<li><a href="#">Saloons</a></li>
<li><a href="#">6 Seaters</a></li>
<li><a href="#">Mercedes E/S Class</a></li>
<li><a href="#">Viano</a> </li> </ul>
</li>
<li><a href="./testimonial.html">Testomonials</a>
<ul>
</ul>
<li><a href="./contact.html">Contact</a></li>
</ul>
</div>
</div>
<!-- Menu Navigation End -->
</div>
</div>
</div>
<!-- Header End -->
http://img638.imageshack.us/i/acexecu.png/
[Edited by Gemini on 02-Apr-11 10:53]




