MrRalphMan Posted October 31, 2008 Share Posted October 31, 2008 Hi, With the Search button here, it 'drops' a box on the screen, with controls on. What is this called and how can I implement this one a ASPX page? Cheers. Paul. Quote Link to comment Share on other sites More sharing options...
Pete Posted October 31, 2008 Share Posted October 31, 2008 You could use Javascript or DHTML or better nowadays to use CSS. I just found this which might be of interest to you http://www.opencube.com/index.asp ASPX? Microsoft ASP.NET - Run for the hills! Quote Link to comment Share on other sites More sharing options...
MrRalphMan Posted November 1, 2008 Author Share Posted November 1, 2008 Cheers for the link.. You sound just like my 'mate' in work... lol Quote Link to comment Share on other sites More sharing options...
MrRalphMan Posted November 1, 2008 Author Share Posted November 1, 2008 Cheers for the link.. You sound just like my 'mate' in work... lol Quote Link to comment Share on other sites More sharing options...
SupraShaun Posted November 1, 2008 Share Posted November 1, 2008 To make it work like the one on this forum you would need to use javascript and css. So in the css have the element you are going to show/ hide set to 'display:none;', then have an 'onclick' on the the link which calls a javascript function to set the element to display block. Or as Pete said you could use purely css but then you would have to have the element display on hover rather than click. Quote Link to comment Share on other sites More sharing options...
MrRalphMan Posted November 1, 2008 Author Share Posted November 1, 2008 I've been looking at using div area's, they look like they work similar. Quote Link to comment Share on other sites More sharing options...
SupraShaun Posted November 1, 2008 Share Posted November 1, 2008 Yes you would have to have the element you are showing/ hiding within a div Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.