Re: Customize infobox:
[quote]//infobox located before the footer
.infobox div.boxbody {
border-top-width: 10px;
border-right-width: 10px;
border-bottom-width: 10px;
border-left-width: 10px;
border-top-s
May I share...
Hide iframe ads without affecting iframe scripts thru replace ID and add box function. (quite a type full )
[quote]/*BLAH*/
.railbody iframe, #maincontent iframe {display:none!Important;visibility:hidden!important}[/quote]
Re: Customize infobox:
[quote]//infobox located before the footer
.infobox div.boxbody {
border-top-width: 10px;
border-right-width: 10px;
border-bottom-width: 10px;
border-left-width: 10px;
border-top-s
It will work if you didn't change the class rail on the script because the add box targets the rail but the hide targets the railbody
I think xavier has another method of hiding ads
Re: Customize infobox:
[quote]//infobox located before the footer
.infobox div.boxbody {
border-top-width: 10px;
border-right-width: 10px;
border-bottom-width: 10px;
border-left-width: 10px;
border-top-s
customize background in contact box:
[quote]//contacts and groups
.contactbox {
[b]background-colort:ransparent;[/b]
background: url(URL_OF_IMAGE)!important;
border:1px solid #ffffff;
-moz-border-radius: 10px;
color:white;
font-size:11px;
}[/quote]
You had a typo in that part.
Anyway if you will use kind kind of declaration, instead of using
[quote]background-color: transparent;
background-image: url(URLHERE);[/quote]
and replace it with
[quote]background: url(URLHERE);[/quote]
the other background properties will be ignored. So only the url(URLHERE) will be the value in the background. You don't have to mention the other properties since they will be default.
Re: Customize infobox:
[quote]//infobox located before the footer
.infobox div.boxbody {
border-top-width: 10px;
border-right-width: 10px;
border-bottom-width: 10px;
border-left-width: 10px;
border-top-s
li.report, li.block {display:none!Important} - multiply do not accept this code. i tried pasting in my css section
/*BLAH*/
.railbody iframe, #maincontent iframe {display:none!Important;visibility:hidden!important} - i pasted this in my css section but the ads are still there. google ads?