Guest Posted March 21, 2003 Share Posted March 21, 2003 Anyone have some code to place a drop-down menu anywhere containing the catagory listings? What I mean is, the only catagory drop-down list's I can find are built in a way that uses the sidebox style, so you get a box around the drop-down menu with a heading etc. I just want the drop-down menu on its own without any fancy boxes around it so I can add it to the center of the page, but I can't find how to do this. Any ideas? Quote Link to comment Share on other sites More sharing options...
mattice Posted March 21, 2003 Share Posted March 21, 2003 drop the box by not calling it :) the dropdown is built by two functions and then is parsed through 'new infoBox'... look in your 'box-file' and play with it. HTH Mattice Quote "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
Guest Posted March 21, 2003 Share Posted March 21, 2003 If I edit the way the boxes are built though, the rest of the site looks different (all the other boxes). I just want to add a drop-down catagory menu into the center of the site, unformatted - just a menu on its own. Quote Link to comment Share on other sites More sharing options...
mattice Posted March 21, 2003 Share Posted March 21, 2003 look at the contribution, look for the tep_xxxx whatever functions and see what they do in either /includes/functions/html_output.php or /includes/functions/general.php. Once you see what is done to build the dropdown it is a piece of cake to mimic that and place the drop down wherever, boxed or not boxed. Mattice Quote "Politics is the art of preventing people from taking part in affairs which properly concern them" 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.