Can I make a counter with only CSS/HTML?

GhostDawg

New member
I'm currently working on a site for someone and they want a counter to show how many visiters are on the site.. I'm currently only work with HTML, CSS and Flash..

I have see that it can be done with PhP.. but I wondered, is there a way purely with HTML and CSS? - I can't see that there is but it's worth an ask :)
 
You cant, Html and CSS do not have dynamic functionality. At least not to that degree. Rollover is about as dynamic as it gets.

You will need JS or perhaps a CMS for that.

Edit: second thought, you will definitely need a CMS and server side scripting for that.
 
Back
Top