-
1. Re: extended css not working
Nick Belaevski Oct 24, 2009 9:07 AM (in response to au lai seong)Hi,
You should set org.richfaces.CONTROL_SKINNING parameter to "enable". -
2. Re: extended css not working
au lai seong Oct 25, 2009 1:37 AM (in response to au lai seong)It work 50% now.
The textbox does not have the background image. Why? I am using IE. i am sure my IE support that css because i can view the background in the richfaces demo. -
3. Re: extended css not working
au lai seong Oct 25, 2009 1:44 AM (in response to au lai seong)To make the thing clear. 50% mean it work in firefox and chrome but not work in IE.
-
4. Re: extended css not working
Nick Belaevski Oct 25, 2009 1:41 PM (in response to au lai seong)You should use at least IE7 and have it showing your pages not in quirks mode. Are these conditions met?
-
5. Re: extended css not working
au lai seong Oct 25, 2009 10:01 PM (in response to au lai seong)I am using IE 7 with
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
My IE can view Richfaces demo correctly.
It just happen to my app noly.
How to know whether my IE is using quirks mode to render my app?
The following doctype is using by richfaces demo. Then i just follow.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > -
6. Re: extended css not working
au lai seong Oct 26, 2009 3:30 AM (in response to au lai seong)So sorry. It was my mistake. I did not put the DOCTYPE properly. It work fine.
I am still wondering how to know whether my IE is using quirks mode to render my app? -
7. Re: extended css not working
au lai seong Oct 26, 2009 4:41 AM (in response to au lai seong)I found the rich:panel's right corner border line always missing in IE. How come?
-
8. Re: extended css not working
Nick Belaevski Oct 26, 2009 6:01 AM (in response to au lai seong)"whatcani2" wrote:
So sorry. It was my mistake. I did not put the DOCTYPE properly. It work fine.
I am still wondering how to know whether my IE is using quirks mode to render my app?
http://msdn.microsoft.com/en-us/library/ms533687(VS.85).aspx -
9. Re: extended css not working
Nick Belaevski Oct 26, 2009 6:01 AM (in response to au lai seong)"whatcani2" wrote:
I found the rich:panel's right corner border line always missing in IE. How come?
Please post screenshot. -
11. Re: extended css not working
Nick Belaevski Oct 26, 2009 4:33 PM (in response to au lai seong)Please post page and CSS code.
-
12. Re: extended css not working
au lai seong Oct 27, 2009 10:29 PM (in response to au lai seong)I had email to your yahoo. Please check it out. thanks
-
13. Re: extended css not working
au lai seong Oct 27, 2009 10:42 PM (in response to au lai seong)I found the cause of issue. It is because the width:100
<rich:panel header="#{msg['user.list']}" style="width:100%">
How do you think? Should i use 99%? -
14. Re: extended css not working
Nick Belaevski Oct 28, 2009 6:24 AM (in response to au lai seong)Try playing with margins and paddings.