Elxis CMS Forum

Support => General => Topic started by: ahmet on May 02, 2011, 17:46:30

Title: css error justify? and tincymce background problem (SOLVED)
Post by: ahmet on May 02, 2011, 17:46:30
hello all,
after editing the content in local host, i directly uploadad to server...but i have css error justify?
how can i fix this, any idea?
thanks,
ahmet
http://www.gurdesan.com.tr/index.php
Title: Re: css error justify?
Post by: ks-net on May 02, 2011, 18:57:01

if i where you i would have split that image in at least 2 images.. one as header background and the other as background in different div
or 3 images 1-head 2-left 3-right...

***
for now try this:

body {
   background:#FFFFFF url(../images/gurdesanheadersondikey2.jpg) no-repeat 50% 0 ;   
}

Title: Re: css error justify?
Post by: ahmet on May 02, 2011, 19:18:26
wow it worked..thanks a lot...
I agree with 3 images..
and i also have problem with the background of tinymc .. i see the bodygroun in tinymce..
Is it because i have 1 image also?
tnx,
Title: Re: css error justify?
Post by: ks-net on May 02, 2011, 20:09:02
solution 1
http://wiki.elxis.org/wiki/TinyMCE_editor_background

solution 2 in your tpl css
#tinymce.mceContentBody { background-image:none!important; background-color:#fff!important; }
Title: Re: css error justify?
Post by: ahmet on May 02, 2011, 21:02:58
as u said before i seperated to 2 images..
1 for the warapper the other for the body..
problem solved...
css is really difficult...
i spend lots of time.. 
thnx....