In CSS I have formatted a tab structure that points to different pages on the site. I have a:hover and a:active set to different colors in CSS class. This works fine, however, when I post back I lose the active attribute of the anchor link.
Is there a way of maintaining CSS over postbacks, because it seems it is resetting everything if that makes sense.
Is there a way of maintaining CSS over postbacks, because it seems it is resetting everything if that makes sense.