I am using CSS style sheet, Java, PHP and HTML. I recently replaced most of my links with form buttons. I think that buttons look nicer and they provide greater security because I can pass the url variables as post variables. Also, the url variables are not visible at the bottom of IE when the mouse hovers over the button.
The problem is that I cannot tell when a form button link or action has been "visited". I have tried using the psuedo classes like form:visted and form.nav:visited but cannot get the button to reveal the visited status of an action. How does a:visited work? How can I use the visited psuedo class with the form tag? or if it is not possible to use these psuedo classes with the form tag - Can this be done with cookies?
Start Free Trial