Quote:
Originally Posted by Shadow09
Did you solve this problem? My invisible background still does not work...
|
Please, try this method.
Working on VB4.2.0 pl3 (bypass no image display)
PHP Code:
.etiket_postbit_alanI_durumu_gizli_geziyor {
background-image: url("./images/etiket_postbit/etiket_postbit_gizli.png") repeat scroll 0 0;
background-color: rgb(71,71,71);
text-align: left;
color: white;
margin-top: 2px;
margin-bottom: 2px;
font-size: 13px;
padding: 0 4px 0;
border: solid 0.1em lightgrey;
border-radius: 1em/5em;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;}
.etiket_postbit_alanI_durumu_gizli_geziyor dd { float: right; }
For some reason this definition of CSS
.etiket_postbit_alanI_durumu_gizli_geziyor does not display the background image.
I changed the name
etiket_postbit_cervimici.png to
etiket_postbit_gizli.png and the background image appeared on the gray status online, proving that the CSS definition
. etiket_postbit_alanI_durumu_cevrimdIsI is working.
Unfortunately, the only one defect we need to solve to run correctly in VB4.2.0pl3.
Nobody volunteer in helping?