- 
        1. Re: How to make ModelPanel transparent and without borders??ilya_shaikovsky Aug 31, 2009 5:51 AM (in response to shayan)read this http://in.relation.to/11401.lace please 
- 
        2. Re: How to make ModelPanel transparent and without borders??shayan Aug 31, 2009 6:41 AM (in response to shayan)thanks for the reply but this link doesn't address my problem. I guess my question is not very clear about the problem. 
 What i want is a modal panel so that when it appears, page should be disabled with the blocking div. What i want is to change the style options for the modal panel. Like the borders of the modal panel. I want them to be of size zero. and the background color of the modal panel which is white (not of the blocking div).
 means i want to change the style of the modal panel, not to disable the blocking div.
 How can i do this?
 thanks.
- 
        3. Re: How to make ModelPanel transparent and without borders??shayan Aug 31, 2009 9:04 AM (in response to shayan)i have made model panel look like transparent by defining 
 .rich-mpnl-body {
 background-color: #E7E7E7;
 }
 where the back ground color is same as of the blocking div so that it may look transparent.
 however i am unable to change the color properties for the model panel border color and its shadow color. I have tries but failed. How to do this now???
 Thanks
- 
        4. Re: How to make ModelPanel transparent and without borders??ilya_shaikovsky Aug 31, 2009 10:05 AM (in response to shayan)check rich-* classes from the guide or with fireBug and just redefine css properties you need. 
- 
        5. Re: How to make ModelPanel transparent and without borders??shayan Sep 1, 2009 12:23 AM (in response to shayan)I have tried alot to change the color of the borders of the modal panel but failed. I changed its CSS properties according to the rich faces modal panel guide but no use. any idea what properties to change?? I am totally stuck here.... 
- 
        6. Re: How to make ModelPanel transparent and without borders??ipraveenjain Sep 1, 2009 3:30 AM (in response to shayan)hi shyan 
 can u please send me the code to implement a4j:statua as i want to implement the same you did .
 thanks
- 
        7. Re: How to make ModelPanel transparent and without borders??ilya_shaikovsky Sep 1, 2009 3:41 AM (in response to shayan)"shayan" wrote: 
 I have tried alot to change the color of the borders of the modal panel but failed. I changed its CSS properties according to the rich faces modal panel guide but no use. any idea what properties to change?? I am totally stuck here....
 Show the code which you implemented but were found problems. And have you checked results with FireBug?
 
     
    