positioning issue and link issue

Discussion in 'CSS' started by Blonde Jon, Jan 16, 2007.

  1. #1
    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
     
    Blonde Jon, Jan 16, 2007 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    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"
     
    ccoonen, Jan 21, 2007 IP
    Blonde Jon likes this.
  3. Blonde Jon

    Blonde Jon Active Member Affiliate Manager

    Messages:
    745
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Thanks a bunch!
     
    Blonde Jon, Jan 21, 2007 IP