ff123
June 3rd, 2008, 07:47 PM
I have this code for bg in CSS
.blogbg{;
padding-top: 20px;
background: url('bg.jpg') no-repeat 1px 0; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
}
and used this in html <div class="blogbg"> fkkd </div>
its showing the bg in Internet Explorer but not in FireFox
.blogbg{;
padding-top: 20px;
background: url('bg.jpg') no-repeat 1px 0; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
}
and used this in html <div class="blogbg"> fkkd </div>
its showing the bg in Internet Explorer but not in FireFox