This is probably a really simple one. To align the links to the right on the header and the footer should I be using a right align, or a float, or what? I tried “right: 0;” but it moved it all the way to the right of the page rather than to the right of the inner content window.
This is the code I’m working from:
http://jsfiddle.net/HMsKa/76/
Thank you
Add
right:0to#header ultext-align:rightto#footerposition:relativeto#header_contentDemo http://jsfiddle.net/HMsKa/86/