neeki4444
Sep 1 2004, 09:40 PM
| | This little code will disable the select option in a drop down menu, sometimes people like to add titles to their menu.
insted of
<select> <option> Pick One </option> <option value="232"> Choise 1 < /option> </select>
try
<select> <optgroup label="Pick One" title="Pick"> <option value="232"> Choise 1 < /option> </optgroup> </select>
with optgroup users can't select Pick One, it is just use as a title |
Reply
andrewsmithy
Mar 18 2005, 02:25 AM
True, but if you want to put some form of javascript or cgi, php, jsp error checking mechanism it works just as good.
Reply
Similar Topics
Keywords :
menu- Iframe Menu Question
- (1)
- Menu Errors In Internet Explorer
- (4)
I am not sure if this is the correct section, but this is related to HTML. I have some menus at the
top of my forum, which work perfectly in Firefox. But my members started complaining that they were
not working correctly, and when I tested it in Internet Explorer, I found that only two of the menus
show up, and the others show up as plain text below. Here is a screenshot of what the menus look
like in the two browsers: I have thought of something though. The HTML i used for my menus was
the only code I could find for to make some menus. But I noticed that this forum...
Help With Nav Menu Error
- (5)
my webpage http://switchfoot.ifastnet.com/index.php has something wrong with it, as soon as you
load the page the menu appears on the right then goes to it's spot on the left, any help? As
Soon As Poosible would be nice but there is no rush really.... (only hosting it there for now, when
i finish the website it will be moved to trap) Title needs to be more discriptive then just
help, so as to get a better answer from the members. ...
Menu Bar Aligning
- (1)
I am creating a website for an outreach service. I am running into a reoccuring problem. I can get
everything to center correctly while I am viewing it under 1024x768. When I view it under 800x600
the menu itself pulls to the right. If I take away the absolute value it puts the menu on the left
margin. You can view the source by going to this website: http://www.faithcity.org/test.html . Any
advice would be greatly appreciated....
Image Roll Over Drop Down Menu Help
- (2)
Ok I been searching for days now on a half way descent tutorial on how to do a Image Roll Over Drop
Down Menu in CSS without the use of javascript, I been seeing alot of the suckerfish set up but of
course no one goes in to detail on how to set up the image rollover version of it. Plus I don't
want the dhtml or the javascript setup just good ole pure css. Also I need ot be able to control
multiple menus in one script as well. CODE <!DOCTYPE html PUBLIC "-//W3C//DTD
XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict...
Dhtml Menu That Reads A Database
- (7)
I wanted to make a DHTML menu that read off a database, so it woud work with a menu system in
PHP-nuke, called somarre patreballe, or something like that. Anybody can help me? I don't know
much of anything about DHTML....
Looking for drop, menu