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
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
should work, but:
a { border-bottom: 1px black dotted; }
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
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
I think the order might be wrong. Try border-bottom: 1px dotted #000;
This topic has been closed to new replies.