text-decoration dotted / dashed underline
2010-01-16 @ 14:32How do I set text-decoration: underline to dotted or dashed? Don’t use text-decoration at all. Use border-bottom on the anchor tag instead.
How do I set text-decoration: underline to dotted or dashed? Don’t use text-decoration at all. Use border-bottom on the anchor tag instead.
Do you add multiple stylesheets in your HTML file? Instead of putting multiple rows of data in your HTML file, add them into your CSS file.
I wouldn't use a blanket "don't do this" statement here. There are two reasons why you would (and should) use multiple stylesheet links instead of @import:
1) alternate media stylesheets, for [...]
In Firefox there is a border around the anchor element when it’s clicked. You can get rid of this dotted anchor border by disable it in CSS.
Thanks a lot , I goggled for 2 hours to find the solution finally got it here.
this does not work in IE 8, FF 3.6 nor any version of Opera. bummer
Thanks man, simple and clean. amazing little thing.
Do you add a class called ”clear” after floated elements to get the background to go all the way down? Use overflow:hidden instead.
i test this but is not fixed for IE6 in FF3.5 works good, thanks
I’ve created a lot of websites during the years as a web developer and I don’t think HTML is perfect.
I made a Google site search with ”menubar_sub” as keyword. The site could not be found with ”menubar_sub” as keyword. div IDs does not affect the search results.
Does Google rank by using input value as a keyword?
This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.
Thanks, very useful and easy to learn. Works good
I added my banner java to the add to header plugin, but is there anyways I can get the banner to display directly below the header image and menu, and [...]
Jens,
Nice work, IMHO.
Question: If I have already created a header.php file in my child theme, will ATH put its code there or in the WP header.php file? Or, is there [...]
2011-01-18 @ 08:59
IE6 requires display:inline-block; to be placed in the links in order to show the bottom border.
2010-09-17 @ 04:01
I,ll try this again see if it posts. I am using 3.0 and have not been able to get and sitemap plugin to work with permalinks set at /%postname%/ can [...]
2010-06-24 @ 15:44
It has also been suggested that you first remove any text decoration (such as underline) before you define a bottom border. See the tips here:
http://webdesign.about.com/od/beginningcss/a/change_link_underline_styles.htm