T
themasterrocker
Guest
I want to put rounded corners on the Page around the full page not just a box of rounded corners on it.
Thanks for your help in advance
Thanks for your help in advance
<img src="nw.png" style="position: fixed; top: 0px; left: 0px;" />
<img src="ne.png" style="position: fixed; top: 0px; right: 0px;" />
<img src="sw.png" style="position: fixed; bottom: 0px; left: 0px;" />
<img src="se.png" style="position: fixed; bottom: 0px; right: 0px;" />
http://www.roundedcornr.com/
This is the answer to your query.
However they have a restriction over the height and width that you can have within rounded corners.
Nevertheless you can derive something from here.
http://www.roundedcornr.com/
You dont need to set the height or width for this.
Just generate the images and set the height yourself in html code.
Though you cannot set height and width more than 1024 i guess