我已经通过关于这个问题的类似问题阅读了,但没有一个问题涉及印刷方面的问题。
我有动态生成的图像,也是链接。 借助以下的萨赫勒抗旱委,我得以防止蓝色边界在IE8号连接图像上出现。
a img { border: 0; }
然而,在从IE8印刷网页时,蓝色边界依然存在。 我无法在IE8中找到防止这种行为的任何选择,我已经通过安保部采取行动。 是否有任何人知道这种情况发生的原因,以及如何防止失去蓝色边界的印刷?
我已经通过关于这个问题的类似问题阅读了,但没有一个问题涉及印刷方面的问题。
我有动态生成的图像,也是链接。 借助以下的萨赫勒抗旱委,我得以防止蓝色边界在IE8号连接图像上出现。
a img { border: 0; }
然而,在从IE8印刷网页时,蓝色边界依然存在。 我无法在IE8中找到防止这种行为的任何选择,我已经通过安保部采取行动。 是否有任何人知道这种情况发生的原因,以及如何防止失去蓝色边界的印刷?
对我来说,时间过长。
Using:
a img { border: 0; }
媒体“印页”的工作非常出色。
页: 1
或许需要重新建立不仅仅是链接,Reset Code = 。
如果你已经处理过这些问题的话,下文将确定其他一些问题。
www.un.org/spanish/ecosoc 如果实际划定边界,而不是提纲a img{ Border:0;}
,可能有助于你追踪造成这种边界的束缚(in that prospects)。
/**/
a:hover,a:active{
outline: none;
}
body div:focus{
outline: none;
}
img{
outline:none;
}
a:focus{
outline:none;
}
a::-moz-focus-inner{
border: 0;
}
I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....
I have a div <div id="masterdiv"> which has several child <div>s. Example: <div id="masterdiv"> <div id="childdiv1" /> <div id="childdiv2" /> <div id="...
I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...
<form><input type="file" name="first" onchange="jsFunction(2);"> <input type="file" name="second" onchange="jsFunction(3);"</form> Possible to pass just numbers to the js ...
So I ve got a menu with a hover/selected state and it loads fine in IE6/IE7. However when I scroll down the page and put the element outside of the viewport and then back in I get a broken image! I ...
I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!