I'm fairly unfamiliar with CSS, but want to develop a way to skin a
web application by using stylesheets for everything, including all
images.
I have a set of images used as buttons - mostly for simple links
rather than form input buttons.
<a href="mypage.ph p?action=add&id =7"><img src="..." border="0"></a>
<a href="mypage.ph p?action=delete &id=7"><img src="..." border="0"></a>
What is the way to do this? Define classes for the links or for the
images? Rollovers aren't particularly important, but if easily doable
would be a nice addition to the skinning ability.
web application by using stylesheets for everything, including all
images.
I have a set of images used as buttons - mostly for simple links
rather than form input buttons.
<a href="mypage.ph p?action=add&id =7"><img src="..." border="0"></a>
<a href="mypage.ph p?action=delete &id=7"><img src="..." border="0"></a>
What is the way to do this? Define classes for the links or for the
images? Rollovers aren't particularly important, but if easily doable
would be a nice addition to the skinning ability.
Comment