deansaddigh Posted March 1, 2010 Share Posted March 1, 2010 If you can please go to this page http://www.languageschoolsuk.com/school_details.php?id=83 and look at the bottom. where it says "other courses" I want that to be in a box that expands. if they want to see anymore courses the school offers. Does nyone know of a script that will do it? King regards Dean Link to comment https://forums.phpfreaks.com/topic/193776-i-want-an-expandable-box-when-clicked/ Share on other sites More sharing options...
aeroswat Posted March 1, 2010 Share Posted March 1, 2010 If you can please go to this page http://www.languageschoolsuk.com/school_details.php?id=83 and look at the bottom. where it says "other courses" I want that to be in a box that expands. if they want to see anymore courses the school offers. Does nyone know of a script that will do it? King regards Dean Put the other courses in a div that has it's display property set to none. If the person clicks see other courses make the div change its display to block. This is a javascript issue and has nothing to do with PHP. You may get more help in the javascript forum. Link to comment https://forums.phpfreaks.com/topic/193776-i-want-an-expandable-box-when-clicked/#findComment-1019895 Share on other sites More sharing options...
deansaddigh Posted March 1, 2010 Author Share Posted March 1, 2010 Ok thanks for the advice, i was unaware it was javascript, my appolagise for posting in the incorect place Link to comment https://forums.phpfreaks.com/topic/193776-i-want-an-expandable-box-when-clicked/#findComment-1019900 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.