Renton Sat Dec 20, 2008 4:25 am
I never said that anything was impressive. The thing is, is that most people can't do things like that, not even close to that. I'm not trying to look like someone who is the best forum designer out there, I'm just an experienced person. I know how to make it look nicer "better". I don't say things suck because I can't work them, I challenge them, and learn how to do it.
One thing that a lot of people can't do but wish they could do is; make a picture background, and have it stay in one place. For example, the background picture in ESU, it just stays there, even when you scroll up and down, the picture doesn't move.
Here is the code to prove I know it, and for anyone that wants to know:
<html>
<title>blah blah blah</title>
<body>
<style type="text/css">
body {
background-color:#ffffff;
margin-top: 0px;
margin-bottom: 5px;
background-image: url(https://2img.net/h/i357.photobucket.com/albums/oo11/renton823/2-1.jpg);
background-attachment: fixed;
}
#main {
position: absolute;
margin-top: 3px;
margin-left: 25px;
visibility: visible;
}
#clan {
position: absolute;
margin-top: 3px;
margin-left: 25px;
visibility: hidden;
}
#user {
position: absolute;
margin-top: 3px;
margin-left: 25px;
visibility: hidden;
}
#misc {
position: absolute;
margin-top: 3px;
margin-left: 25px;
visibility: hidden;
}
-->
</style>
<table border="0" height="595" width="1000" background="https://2img.net/h/i281.photobucket.com/albums/kk225/iChris_/background.gif" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
</td>
</table>
</body>
</html>
I just took two images, and added them together.
I am not an amazing designer, but most people can't even do that.