Forum Moderators: open

Message Too Old, No Replies

How to place an image at the very bottom, right?

in a frame WITH SCROLLBARS!

         

Ribtin

12:18 am on Sep 26, 2004 (gmt 0)

10+ Year Member



Here is the problem:

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...

adni18

2:50 am on Sep 26, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



if you are talking about what I think you are, I wouldn't get mixed up with floating on top of frames. This is probably a job for the HTML department.

Ribtin

4:33 am on Sep 26, 2004 (gmt 0)

10+ Year Member



eh... ok? Will this topic be moved, or do I have to post it again, or how does this work?

adni18

6:30 pm on Sep 26, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think usually the posts are moved by administration

Ribtin

2:43 am on Sep 27, 2004 (gmt 0)

10+ Year Member



ok.. so now I just have to wait...?

Strange though, as I started to ask this question in another thread, but they told me it belonged in the script section...?

Rambo Tribble

4:21 am on Sep 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Could you explain why the HTML comment closing tag (-->) is in the middle of your CSS? Bear in mind that IE conditional comments allow you to have a rule specific to IE, if need be. [msdn.microsoft.com...]

Ribtin

4:46 am on Sep 27, 2004 (gmt 0)

10+ Year Member



I have no idea what that is!

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>

Ribtin

6:20 am on Sep 30, 2004 (gmt 0)

10+ Year Member



so..... what now? Do I post this topic once again in the HTM section, or what?