go41

the info you need to know


von Joern
Keine Kommentare

hi, welcome backthe background of the text in the slider is indeed an overlay, it's an image actually!In your style.css the div class="info" tries to load this 'transparent-bg.png' image:#myslider .ui-tabs-panel .info{ position:absolute; top:240px; left:0; width:610px; height:70px; background: url('images/transparent-bg.png');}So what you…


von Joern
Keine Kommentare

Hi Y..a background image for body should display 'around' your site.see one of my last Arthemia sites http://www.rcnetz.comIt's using in style.css this:body{font:100% Arial,Helvetica,sans-serif; background:#FFF url(images/bodybg.jpg) repeat-y center top; color:#333}to display this image repeating from top to bottom:http://www.rcnetz.com/wp-content/themes ... bodybg.jpg(is just…