I’m trying to float my navigation at the top much more to left around 200px atleast more towards the end of the line that can been seen below. Everytime I apply a margin or padding it pushes the navigation to go under each other even though there is loads of room, could anyone take a look at my code.
means alot thanks,
I always find things easier with firebug so I uploaded it here http://xronn.co.uk/hosting/
Thanks again!
Do you mean to the left or the right? If you mean to the left, then there is a huge image in the way that is blocking the navigation menu. If you mean to the right then you can always increase the width of the navigation div and apply a
float: right;css rule to theul(to the #nav element).