Page 1 of 1

Panel Behind the grid

Posted: Wed Feb 26, 2014 9:49 am
by pritu patel

I remove header and put grid and i want panel start under the header how it possible??
I want panel same as following image.
Image


Panel Behind the grid

Posted: Wed Feb 26, 2014 10:24 am
by Maryna Brodina

Hello! Panel has position:absolute. You can change it's position with JS or customize CSS the way you need.


Panel Behind the grid

Posted: Wed Feb 26, 2014 10:43 am
by pritu patel

I tried that in custom css but not affect on panel
.ui-panel{
position:absolute;}


Panel Behind the grid

Posted: Wed Feb 26, 2014 11:45 am
by pritu patel

and New Question is that I want to display button Without disc.
Means I want to show image same as above image.
I have image with round disk.I don't want that disk.


Panel Behind the grid

Posted: Wed Feb 26, 2014 12:56 pm
by Maryna Brodina

Try prediv.ui-panel{
top:45px;
}/preNot sure I understand about button and image. Could you clarify please?


Panel Behind the grid

Posted: Wed Feb 26, 2014 1:32 pm
by pritu patel

I want same like above image.
I have no idea that is image or button.
How i got same as above image??


Panel Behind the grid

Posted: Wed Feb 26, 2014 1:39 pm
by Maryna Brodina

Please show us what have you done and what exactly doesn't work? Screenshots would help.