Earlier quoted context omitted.
But then you need an active server.
how else do you serve an html page?
NoJS – Creating a calculator with only HTML and CSS
21–30 of 48 posts
Re: NoJS – Creating a calculator with only HTML and CSS
#22Re: NoJS – Creating a calculator with only HTML and CSS
#23Do yourself a favor and try dividing by zero!
Re: NoJS – Creating a calculator with only HTML and CSS
#24
C
Rather than just using the formerly-ubiquitous but now rare beast (I think I saw exactly one last year), a reset button:
To keep the CSS simple (!), you could even keep using the label (though ditch the wrapping) and just chuck an invisible in with the radio buttons, if you really want. Then the label would dangle no more.Re: NoJS – Creating a calculator with only HTML and CSS
#25It would be interesting to create complex mathematical computations and finding a solution without the proper help of JS.
Re: NoJS – Creating a calculator with only HTML and CSS
#26Earlier quoted context omitted.
But then you need an active server.
how else do you serve an html page?
Re: NoJS – Creating a calculator with only HTML and CSS
#27Re: NoJS – Creating a calculator with only HTML and CSS
#28I’m disappointed with the reset button: it uses a dangling label inside a link, which reloads the page: C Rather than just using the formerly-ubiquitous but now rare beast (I think I saw exactly one last year), a reset button: To keep the CSS simple (!), you could even keep using the label (though ditch the wrapping) and just chuck an invisible in with the radio buttons, if you really want. Then the label would dangl…
Thanks for this. I did have this earlier in the development but it didnt properly work. I'll go back to this and try again
Re: NoJS – Creating a calculator with only HTML and CSS
#29Re: NoJS – Creating a calculator with only HTML and CSS
#30Unfortunately, it does not seem to work on Firefox for Android. Pressing any digit will always produce a 0 value