- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
Use GIMP [url]http://www.gimp.org/tutorials/Simple_Animations/[/url]
Please include the HTML
-moz-border-radius for FF -webkit-border-radius for Chrome there is none for IE [url]http://www.the-art-of-web.com/css/border-radius/[/url] but alternatively you can use this CSS trick for rounded corners w/ no images [url]http://www.ajaxapp.com/2008/06/10/round-corners-with-css-only-without-images/[/url] hope this helps
I am not entirely sure what you are asking for, but i'm assuming this code will help. Hope it works [B]CSS:[/B] [CODE] <style> html, body { width: 100%; height: 100%; margin: 0; padding: 0; color: #ffffff; background-image:url(http://g1-wallpapers.com/albums/userpics/10004/space-planets-snow.jpg); } #container { position: relative; top: 20%; margin: 0 auto; width: 50%; height: …
The End.