Click here to view the technical documentation.
The purpose of this exercise is to proportionately change the height property of an image proportionate to the user-selected value chosen in the form menu.
The intended use for this function is to visually show attributes (in our example from 1 to 20) in the led bar and to allow those values to dynamically change upon user selection. The selection method can be automated to receive inputs from a server-side database.
The aim is to introduce a graphic level meter, with a 1 pixel high led bar for an attribute score of 1 and a 20 pixel high bar for an attribute score of 20. This can be achieved via CSS only with dynamic changes to the box height, or this can be achieved via the use of 20 graphics for each attribute point up to 20. The idea is to visually reflect values in a led bar display.