I made that the text is Not underlined, BOLD and red and the border is also red.
when you have the border and the text color gets black.
This works perfectly in Internet Explorer and Fire fox.
But I cannot get this to work properly in Opera.
Here is the css code of the popup block:
- Code: Select all
.pm-block { display: none; }
.pm-block-new { display: block; margin: 20px; padding: 5px; text-align: center; }
.pm-block-new a {
margin: 5px;
padding: 20px 30px;
background: #F0F0F0;
border: solid 1px #FF0000;
font-size: 12px; font-weight: bold; color: #FF0000; text-decoration: none;
}
.pm-block-new a:hover {
color: #000000;
border-color: #000000;
}

