Forum Moderators: open
I'm currently displaying an image at the very bottom, right using this command:
#corner
{
position: absolute;
bottom: 0px;
right: 0px;
margin: 0px;
padding: 0px;
}
-->
</style></head><body>
<img src="images/corner.jpg" name="corner" width="154" height="226" align="right" id="corner">
Now in Opera it displays the way I want it too, at the very bottom of the document. In IE however, it's displayed at the bottom of the screen, so that when I scroll down, it looks all messy...
The whole thing looks like this:
<html>
<head>
<title>About Me</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body,td,th {
color: #FFFFFF;
}
body {
background-color: #000000;
}
#corner
{
position: absolute;
bottom: 0px;
right: 0px;
margin: 0px;
padding: 0px;
}
-->
</style></head>
<body>