I'm trying to get my links to line up with the right edge of my site. I had to use an image in order to push them over. How can I get those links over to the right with out wacking out the rest of the site by only using CSS? Secondly, for some reason in firefox it is hard to find the links on the top of the page. You can see them easily, but the cursor doesn't allow you to click on them until you get the cursor in a perfect spot. How can I fix this? Here's the link to the site: http://www.webpuffs.com/template1/ And the style sheet: http://www.webpuffs.com/template1/style.css Any help is extremely appreciated. Thanks
Issue One: Wrap a div around it, then float:right or have it's wrapper as position:relative and it's div as position:abosolute; right:0px; Issues I see: you have a "a link" should be "a:link"