I need assistance on this

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
whitelotus
Forum Newbie
Posts: 3
Joined: Mon Jul 02, 2012 5:48 pm

I need assistance on this

Post by whitelotus »

Hello,
I would like to know how I can create a drop down menu showing either clickable variables or something similar to the one show on this site http://www.chhito.com. Once created, do I need to edit my css file? Am new to php and am working my first project. The drop down menu I want to create is for selectable regions. Am using a script called OSClass to develop my first project.
Attachments
Chhito.png
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: I need assistance on this

Post by social_experiment »

whitelotus wrote:Once created, do I need to edit my css file? Am new to php and am working my first project. The drop down menu I want to create is for selectable regions. Am using a script called OSClass to develop my first project.
You only have to edit the css file if you want to style the dropdown menu; As per the first part of the question: you would have to look at the class / code that you are using to create such a menu (if the code does offer it)
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
whitelotus
Forum Newbie
Posts: 3
Joined: Mon Jul 02, 2012 5:48 pm

Re: I need assistance on this

Post by whitelotus »

@ social_experiment. Well, I'll do just that. Thanks for the heads up
Post Reply