4 Responses to Mega Drop-Down Menu, Enjoy It Responsibly!

Avatar

jazzook

March 14th, 2010 at 3:42 pm

I like Comic Sans, it's a casual font that gives a less formal look to your text. I also like Rebuffed, but used it only when having vinyl letters made for my boat which I named 'Ghost' and for my business 'Ghost Designs'. It gave the words an eerie appearance.

Avatar

Jeon

March 16th, 2010 at 5:47 pm

You make the login form the startup form. If the login is successful (select the username and password from the database – if you get one, and only one, record, it's successful), open the program form and close the login form in the program form.

Avatar

Sokaroit V

March 20th, 2010 at 7:45 pm

you can go to control panel and choose mouse option and statrt to change it as you want.

Avatar

Colanth

March 25th, 2010 at 8:58 am

Take a look here..

You use the value="" parameter of the tag to define the default value of the input box.

Alternatively you can leave the box completely empty and use scripting to append (concatenate) the "web1_" to the username after the form has been submitted. This would avoid the problem of users deleting or overwriting the (required) "web1_" part of the login.

1) Use the contents of the input box to set a variable eg. $input_username
2) Set another variable eg. $final_username = "web1_" & $input_username. And use this variable in the remainder of your login script.
The code you would use this depends on the scripting language you are using.

Comment Form

About this blog

This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.