how can i set image control left position
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
how i can set image control left position to a given value in asp.net
-
how i can set image control left position to a given value in asp.net
Use stylesheets. Set the position property to absolute, and the left to a certain amount of pixels..
style="position: absolute; left: 10px;"
-- edit -- I see the property names are replaced in the example code... Anyway, the first property is position, the second is left -- end edit --.: I love it when a plan comes together :. http://www.zonderpunt.nl