html - How do you overrite css for rel icon? -
html - How do you overrite css for rel icon? -
there icon in index.html page , taking styles css file cannot locate. override sytles inline css , disable hovering on image.
<link rel="icon" type="image/png" href="img/fav32.png">
can this? tried did not work?
<link rel="icon" style="width:40px !important; height:40px !important, background-color: white !important;hover: disabled !important;" type="image/png" href="img/fav32.png">
you misunderstanding rel="icon"
link tag does. called "favicon" puts image browser's tab area (and on browsers address bar) browsers give no command on other specifying image (and in modern browsers, ability specify multiple sized images).
any text appears on hover browser-specific message uncontrollable site/developer.
html css
Comments
Post a Comment