+ 1
what does those 3 values signify ? also what an '*' means here ?
4 Respostas
+ 5
* means the remaining part.... if you write 40,30,* the browser calculate the * as the remaining part out of 100... therefore here * is 30....
+ 3
in general coding, * means 'all'
+ 1
* means remaining part
0
yeah right