Link to home
Start Free TrialLog in
Avatar of zachvaldez
zachvaldezFlag for United States of America

asked on

small icons

I have several textboxes that I would like to place edit,save,cancel icons.
What is the best way to handle and position these icons. I'm trying to split the cells (into smaller TDs) but I think there is a better way to do it. Also Id like the icons to be small. The ones I saw were still not the size that fit well.
Thanks
Avatar of LZ1
LZ1
Flag of United States of America image

Textboxes meaning inputs? If so, then your best bet would be to use background images and assign them using CSS.

You'll have to get the icons the size you want though in order to fit in the text boxes.

Do you have a sample URL or code we can look at?
Avatar of zachvaldez

ASKER

I like the way EE place their icons with description(e.g. delete,edit,...) How was that done?
Still not seeing where your talking about? EE has tons of icons everywhere.
when you add a comment ,there are icons below the comment area after clicking submit
I'm just adding this comment to see what you mean. Give me a few minutes after this comment is posted to see what your talking about.
ASKER CERTIFIED SOLUTION
Avatar of LZ1
LZ1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
the url does not work..
It was meant to show you an example of how to do it. You would replace that code with your HTML.