how to locate one button near right position of the screen?
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I want to put one button just near the right side of the screen, how to do? thanks.
-
I want to put one button just near the right side of the screen, how to do? thanks.
Use absolute positioning and place it where you'd like. Otherwise, determine the screen size with JavaScript and position it appropriately. Don't forget to handle the resize event.
only two letters away from being an asset
-
I want to put one button just near the right side of the screen, how to do? thanks.
You can use div and in the style attribute use absolute positioning with y axis and x axis.