[SOLVED] Â Fixed 'All Fields Search' Horizontal Bar |
11/26/2013 8:21:36 AM |
PHPRunner General questions | |
P
p1nr author
I have embedded a PHPrunner project onto my website as an iFrame. I modified the search panel and moved it to the horizontal bar (the bar where the All Search Fields goes) at the top of the page. I was hoping to have that bar fixed on the top of the menu just like you see here: http://www.nigelbuckner.com/downloads/handouts/web/pos_explained/fixed.html . |
|
P
|
p1nr author 11/26/2013 |
UPDATE: I'm really close. I was able to fix the menu by adding position:fixed; to the following tag in the page_list style sheet: body.page-list21 .rnr-top. |
F
|
fantasmino 11/26/2013 |
I don't know if this can help you <TABLE
<div class="rnr-top {$blockclass_top}"style="position:fixed;z-index:1; padding-top:70px; width:1000px">
<div class="rnr-center {$blockclass_center}"style="padding-top:120px; padding-bottom:80px"> |
P
|
p1nr author 11/29/2013 |
I don't know if this can help you For shure the Admin will give a better answer but for now maybe this help you a little. I have the header and the horizontal menu with search in fix position in header: <TABLE
<div class="rnr-top {$blockclass_top}"style="position:fixed;z-index:1; padding-top:70px; width:1000px">
<div class="rnr-center {$blockclass_center}"style="padding-top:120px; padding-bottom:80px">
|