September 13, 20187 yr Hello - hoping for some PHP help I have a search function working on my website (see arina.biz/search.php) Basically it gives a list of search tags in a checkbox field and after a submit the results then follow under. I am thinking it might work better functionally if the results came up on the righthand side of the webpage - and in an independently scrollable frame!! I though about separating the two halves of the script but would the results then recognise the search variables? Thanks all I have attached my basic script Searchbackup.php Edited September 13, 20187 yr by Aussie John
September 13, 20187 yr Frames are pretty much deprecated technology. Give your picker div a float:left property and a width, and add overflow:scroll and a height to the CSS for the results div.
Create an account or sign in to comment