Forums

CSS code for dotted line under hyperlinks? (5 posts)

  1. notRyan
    Member
    Posted 7 years ago #

    Like when there's a link, what code would I put in my CSS to make it not a underline but a dotted underline? Anyone know how to do this? :)
    Thanks,
    Ryan

  2. midori
    Member
    Posted 7 years ago #

    should work, but:
    a { border-bottom: 1px black dotted; }

  3. notRyan
    Member
    Posted 7 years ago #

    Both of those didn't work too well...
    Beel's came out as a green underline and midori comes out with a purple under line... :P
    Any other suggestions?
    Thanks,
    Ryan

  4. notRyan
    Member
    Posted 7 years ago #

    Also, Beel, you have those drop down menus on your blog. How would I be able to do that? Having long menus kinda annoy me because if the post content isn't long enough, the menu will run below the blog.
    Thanks again,
    Ryan
    PS: I wonder who you voted for...:P

  5. Root
    Member
    Posted 7 years ago #

    I think the order might be wrong. Try border-bottom: 1px dotted #000;

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.