Within the results of the Photoshop design mock-up students requested a drop down login form in order to reduce the amount of information displayed on the header section. The image below displays the design of the homepage top bar so far, as you can see if have displayed the word login instead of username and password. This reduces the amount of text on the design therefore making it more appealing. I am aware that although students can figure out the word login would be a link to the login page it is not the best method.
Arrows within interfaces are a useful tool in identify drop down lists therefore I implemented one next to the Login header. This will enable students to identify that once they click on the link a drop down will appear allowing them to enter their login details.
Here is the CSS code for the arrow:
HTML Result:
After designing this mock-up I decided that the most effective way of creating a login drop down was using JQuery. Here I looked at various samples online to see what kind of design I was after and methods of displaying the information. I used the website as a sample tool for creating my login section:
http://thefinishedbox.com/freebies/scripts/jquery-dropdown-login/
Using the sample as a guideline I started altering the code to suit my project although I did experience some errors and the need to problem solve.
Login Form Transformation
The samples design did not suit my project therefore I need to alter it in order to match the rest of my design.I decided to remove any drop shadows on the text and keep it looking simple with the use of solid colours. I decided to stick with the dark blue from the footer in order to display a different colour next to the bright blue found within the header.
The input text will appear as normal to the user regarding the email section, I have implemented security within the password where input text will appear anonymous. As you can see I have kept the arrow next to the login as it is an effective method to represent a drop down menu.
The login box will appear similar to the one displayed below, the box will overlap any content within the body instead of being directed onto another page.
The image below is an example of what the content will look like when the user inserts their details.









