You are not logged in.
Pages: 1
I have included my stylesheet using the Stylist plugin successfully.
xinha_config.stylistLoadStylesheet('http://'+document.location.host+'/styles/default.css');
In the WYSIWYG display most of the CSS styles are displayed properly except the following one:
td.header {
background-image:url(../img/main/header_small.gif);
background-repeat:no-repeat;
padding-left:8pt;
color:#EEEEEE;
font-weight:bold;
}
Everything works, except the color and font-weight properties.
This is the result in the Xinha iframe in Firefox:
This is how it looks like originally in Firefox when saved:
Thanks in advance for any comment that helps me to fix the preview.
Offline
Pages: 1