473,404 Members | 2,137 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

DIV doesn't move up

Hi there

I have a question regarding http://www.chriss.no/test. The <div
id="rightcorner"> doesn't move up to where it should be in Internet
Explorer.

The HTML is like this:

<div id="right">
<div id="content">
<div id="innercontent">

<h2>Heading</h2>
<p>Text</p>
</div><!-- /innercontent -->
</div><!-- /content -->

<div id="rightcorner">
</div><!-- /rightcorner -->

</div><!-- /right -->

and at the moment, the CSS for this is:

div#right
{
line-height: 200%;
font-size: .8em;
}

div#content
{
float: left;
width: 468px;
background: #FFF;
}

div#innercontent
{
margin: 3px;
border: 3px solid #E50C06;
padding: 15px;
}

div#content h2
{
margin: 0;
padding-top: 10px;
text-transform: uppercase;
font-size: 1.7em;
color: #E50C06;
}

div#rightcorner
{
float: right;
width: 39px;
height: 273px;
background: url('images/annet/rightcorner.jpg') no-repeat;
display: block;
position: relative;
top: 0;
}

It works properly in Opera, but not in Internet Explorer (I'm using
the 6.0 version).

How can I move the <div id="rightcorner" up to it's correct position
in IE, without influencing it's position in Opera?

Best,
Helge Fredheim
Jul 20 '05 #1
0 1801

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Olivier Noblanc ATOUSOFT | last post by:
Hello, In the botom of this post you will see my source code. The problem is when i launch main.py that doesn't make anything why ? Thanks olivier noblanc Atousoft...
44
by: Mariusz Jedrzejewski | last post by:
Hi, I'll be very grateful if somebody can explain me why my Opera 7.23 (runing under linux) doesn't show me inner tables. Using below code I can see only "inner table 1". There is no problem with...
10
by: aagee | last post by:
Hi all Can someone clue me in on this? I just noticed that following doesn't work as it used to: window.open(... "fullscreen=yes" ...) Used to get a window that occupied the whole screen;...
12
by: BillKi | last post by:
I am trying to use nextSibling to move focus to the next input (text box). Here's the script: function CheckFieldLength(e, i) { // don't move automatically forward if a tab or shift-tab was...
149
by: Christopher Benson-Manica | last post by:
(Followups set to comp.std.c. Apologies if the crosspost is unwelcome.) strchr() is to strrchr() as strstr() is to strrstr(), but strrstr() isn't part of the standard. Why not? --...
0
by: Chubby Arse | last post by:
Hi all, I have a control, that basically is my own version of the datagrid, except that is renderers purely readonly tabular information. When the control is rendered to the designer, I can...
1
by: Phil Endecott | last post by:
Dear Postgresql experts, According to the documentation for MOVE, it returns the number of rows that it has moved over. It seems to me that this is true for MOVE FORWARD n, but not for MOVE...
3
by: Joris De Groote | last post by:
Hi, I use Adobe Acrobat to read tekst from PDF files. After that the file has been read, I move the file in a folder (using the date I got from the text I got from Acrobat). Now here is my...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.