PDA

View Full Version : CSS Positioning


Jason_Michael
28th Mar 2008, 03:05 pm
David,

Was wondering if anyone could help me on my MCK Couriers page (which is under construction, thats why it looks rubbish at the moment).

I cant get the 'home | contact' from the top-right hand corner to sit just above the primary navigation on the right-hand side still, and parrallel with the title so it looks a little like below.....


MCK
COURIERS
UK Express Delivery home | contact

Book Courier Price Guide Tracking Contact Us


i tried using clears as you can see in the CSS, but its not working when i add a top-margin to home/contact links.


All is located in the 'top_wrapper ' section. the home/contact is the 'top_nav' and the MCK Couriers is the 'logo' bit

http://www.watest.co.uk/jason/mck_couriers/main.html

Thank You

Jason

David
1st Apr 2008, 09:32 am
Have you tried adding a vertical-align:bottom rule to #top_wrapper?

Alternatively, given that you are using a fixed width column, you could use absolute positioning.