NOTE: All codes must be Firefox compatible.
I'm making a new user lookup, but I'm stuck. I'm using a background that I made, and I want to put an image over it, in the bottom right corner. Is there a way to make it so that it scrolls with the page, like this code?
Code:
<style type="text/css">
body{background:black url(IMAGE URL HERE) no-repeat bottom right fixed}
</style>
Of course, I can't use that code because I'm using a background, but hopefully you know what I mean. This is the code I was trying to use:
Code:
<style type="text/css">
i.anypic1{background:url(IMAGE URL HERE);height:146;width:126;position:absolute;top:0;left:0}
</style>
<i class="anypic1"> </i>
But, I don't know where to position it, and of course, it won't be seen unless you actually scroll all the way to the bottom.
Next questions:
What is the code to get rid of the top banner & sidebar that works with Firefox?
Can you use opacity/blinkies for your name in Firefox?
Thanks in advance.
EDIT: I figured it out.
"It's just a ride." ~ Bill Hicks