0
DIV内のリンクの色をオーバーライドするのが非常に困難です。私が何をしても、私はCSSのデフォルトのリンクカラーで終わります。私はそれを得ていない。事前にありがとう - どんなアイデアですか?DIV内のリンクの色を無効にする
#retpopups a:link{
color:#CC0000; !important
background-color:transparent;
text-decoration:none;
font-weight:bold
},
a:visited {
color:#7b3333; !important
background-color:transparent;
text-decoration:none;
font-weight:bold
},
a:hover {
color:#f55c5c; !important
background-color:transparent;
font-weight:bold
},
a:active {
color:#00527a; !important
background-color:transparent;
text-decoration:underline;
font-weight:bold
HTML::!すべての
<div id="retpopups" align="center">
<table width="32%" border="0" align="center"title="Data Available">
<tr>`enter code here`
<td>
<a href="#"onclick="MM_openBrWindow
('images/grandview/retail/grandview_rendering.pdf',
'GrandViewRendering','toolbar=yes,location=yes,scrollbars=yes,
resizable=yes,width=600,height=600')">
Rendering</a>
</td>
</tr>
<tr>
<td>
<a href="#"onclick="MM_openBrWindow
('images/grandview/retail/grandview_aerial.pdf',
'Aerial','toolbar=yes,location=yes,scrollbars=yes,resizable=yes,
width=600,height=600')">
Aerial View</a>
</td>
あなたのコードは正常に動作します:コードは、作品を強調するようhttp://codepen.io/anon/pen/KMzZgZ –
あなたはCSSでこれをタグ付けする必要があります。 – BSMP
@AndrewLyndem - ホバーは動作しません。 – BSMP