
Originally Posted by
vwphillips
you can do this with css
I have used your code but it still hasent fixed the issue, it still stays to far left, and also with your code it scrolls of the bottom of the page here is the code im using
Code:
<div style="height:2000px;" ></div>
<div id="divStayTopLeft" style="position:absolute">
<!--EDIT BELOW CODE TO YOUR OWN MENU-->
<div id="subcontent">
<h2><em>Menu</em></h2>
<ul><li><a href='index.html'title=''>Home</a></li>
<li><a href='reservations.html' title=''>Reservations</a></li>
<li><a href='deals.html' title=''>Monthly Deals</a></li>
<li><a href='conditions.html' title=''>Conditions</a></li>
<li><a href='findus.html' title=''>How to find us</a></li></ul>
<h2><em>Contact Penny Car Hire</em></h2>
<ul>
<li>Tel: 01344-843050</li>
<li>Email: <a href="mailto:bookings@pennycarhire.co.uk">bookings@pennycarhire.co.uk</a></li>
</ul>
<h2><em>Information</em></h2>
<ul><li><p>All car hire and van hire rates include:</p></li>
<li>All offered insurances and taxes.</li>
<li>RAC or AA membership.</li>
<li>Yard Open: 8am - 8pm, Sat 9am - 6pm, Sun 4pm - 8pm</li>
<li>Call 8am - 8pm 7 Days a week</li></li>
</ul>
</div>
<!--END OF EDIT-->
</div>
Bookmarks