Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

Custom underline in css under links, any ideas?

Edrol97

Bronze Coder
Hi all, I would like to add a custom underline to links on my site. Does anyone know how to add a drawn style, similar to this to a custom font. There is no way to do it with the font builder I built the font with and I'm wondering if it's possible with a combination of html, css, and JS? As always any help appreciated.
 

Attachments

  • Underline.png
    Underline.png
    6.6 KB · Views: 1
If you want like that then if it is like only can be one line then a background img element might suffice and if that won't work then maybe make a canvas element and draw to it as background. Be sure to set z or be careful what is first or last, maybe set top and left same on your background and link. If you need animation when clicked maybe a canvas background and program is best. X E.
 
You might be able to get this effect with border-image. A bit tricky to get it on only the bottom but I believe possible.



Note the accepted answer at the stack overflow link uses border-width: 0 0 2px; This is the trick I believe. I haven't tried it.
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom