Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / want to reposition an image using css. what is css to control this?

want to reposition an image using css. what is css to control this?

Locked

Views: 2,018

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
6 Nov 2007, 7:46 PM
#1
what44 avatar

what44

Zen Follower

Join Date:
Oct 2007
Posts:
134
Plugin Contributions:
0

want to reposition an image using css. what is css to control this?

want to reposition an image using css. what is code to control this.

ie i want the image to be 6 px from left, 18 from top, justifyed to the left.

any one know?

thanks

10 Nov 2007, 4:03 AM
#2
nimbuz avatar

nimbuz

Zen Follower

Join Date:
Oct 2007
Posts:
291
Plugin Contributions:
0

Re: want to reposition an image using css. what is css to control this?

ID_OR_CLASS HERE img {
margin:10px 0 0 6px;
}

Everything is left-aligned by default.