Aussie John Posted September 13, 2018 Posted September 13, 2018 (edited) 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, 2018 by Aussie John
doughemi Posted September 13, 2018 Posted September 13, 2018 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.
Aussie John Posted September 13, 2018 Author Posted September 13, 2018 Thanks I’ll have to research this.
Recommended Posts
This topic is 2601 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now