I’m having lots of problem aligning an image on CSS.
Here is the thing, I have a div called “toggle” inside this div I have a list ul – li on each li I have text and then 3 images, but I want to have the Images aligned some how the alignment of the images are relative to the text not to the left padding.
I’m having lots of problem aligning an image on CSS. Here is the thing,
Share
Maybe this is what you need. See code in action at: http://jsfiddle.net/67VWe/
CSS:
HTML:
—
The label tag, width, and float values did the trick.