472,954 Members | 1,760 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Fixed positioning problem with IE6

Hi,

I would really love to get some help from you since I am starting to
become completely desperate with something quite simple...

I am trying to transfer a fixed-positioning-implementation for IE from a
tutorial page (http://limpid.nl/lab/css/fixed/header-and-left-sidebar)
to my site: http://www.refugio-thueringen.de/dev/dev.html. Everything
works fine with FF and also it works with IE but only on the tutorial
site not in my implementation even though I actually adapted it 1:1...
Can't find the error :(

Thanks a lot for any help!

Best wishes,
Axel

--
By three methods we may learn wisdom:
First, by reflection, which is noblest;
Second, by imitation, which is easiest;
and third by experience, which is the bitterest.
Jul 1 '06 #1
3 1940
Axel Siebenwirth <no****@nospam.com> wrote:
I would really love to get some help from you since I am starting to
become completely desperate with something quite simple...

I am trying to transfer a fixed-positioning-implementation for IE from a
tutorial page (http://limpid.nl/lab/css/fixed/header-and-left-sidebar)
to my site: http://www.refugio-thueringen.de/dev/dev.html. Everything
works fine with FF and also it works with IE but only on the tutorial
site not in my implementation even though I actually adapted it 1:1...
Can't find the error :(


The original kicks IE into quirks mode, your code doesn't. Add the
comment that precedes the doctype to see if that helps.

Btw, the original causes a nasty horizontal scrollbar in Opera.

--
Spartanicus
Jul 1 '06 #2
Spartanicus wrote:
Axel Siebenwirth <no****@nospam.comwrote:
>I would really love to get some help from you since I am starting to
become completely desperate with something quite simple...

I am trying to transfer a fixed-positioning-implementation for IE from a
tutorial page (http://limpid.nl/lab/css/fixed/header-and-left-sidebar)
to my site: http://www.refugio-thueringen.de/dev/dev.html. Everything
works fine with FF and also it works with IE but only on the tutorial
site not in my implementation even though I actually adapted it 1:1...
Can't find the error :(

The original kicks IE into quirks mode, your code doesn't. Add the
comment that precedes the doctype to see if that helps.

Btw, the original causes a nasty horizontal scrollbar in Opera.
Yes, thats because the top right container with the orange background
needs to extend to the right window border. And because the two
container to the left of it are fixed size I do not know what to do with
the right one to have it end exactly at the window border so that no
horiz. scrolling bars are necessary. I just set it to width 100%.
It the same in IE, but FF does it how I would want it. I interprets the
100% in this way that it extends to the full window width but not further.

Can you maybe help me with this, too?

Thank you!

Axel
--
By three methods we may learn wisdom:
First, by reflection, which is noblest;
Second, by imitation, which is easiest;
and third by experience, which is the bitterest.
Jul 2 '06 #3
Axel Siebenwirth <no****@nospam.comwrote:
>>I would really love to get some help from you since I am starting to
become completely desperate with something quite simple...

I am trying to transfer a fixed-positioning-implementation for IE from a
tutorial page (http://limpid.nl/lab/css/fixed/header-and-left-sidebar)
to my site: http://www.refugio-thueringen.de/dev/dev.html. Everything
works fine with FF and also it works with IE but only on the tutorial
site not in my implementation even though I actually adapted it 1:1...
Can't find the error :(

The original kicks IE into quirks mode, your code doesn't. Add the
comment that precedes the doctype to see if that helps.

Btw, the original causes a nasty horizontal scrollbar in Opera.

Yes, thats because the top right container with the orange background
needs to extend to the right window border. And because the two
container to the left of it are fixed size I do not know what to do with
the right one to have it end exactly at the window border so that no
horiz. scrolling bars are necessary. I just set it to width 100%.
It the same in IE, but FF does it how I would want it. I interprets the
100% in this way that it extends to the full window width but not further.

Can you maybe help me with this, too?
The original seems a rather poor construct overall, it also breaks
keyboard scrolling in IE, I wouldn't bother trying to fix the flaws.

--
Spartanicus
Jul 2 '06 #4

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

Similar topics

9
by: Paul Trautwein | last post by:
I'm trying to get an image to float in a window despite scrolling. I've gotten it to work on my Mac using IE 5.2, Netscape, and Safari, but it goes wonky when I test it on a PC. (testing with IE...
6
by: Mason A. Clark | last post by:
Masters: On two or three-column layouts, one column often has a list of links. Scrolling the page hides them. I'm aware there's supposed to be the ability to fix the column (frame-like). I...
10
by: CMAR | last post by:
Mason C. posted an here an innovative technique for using Javascript and CSS to accomplished fixed positioning that works with IE. Does anyone have the URL of his homepage? Thanks, CMA
1
by: Frances Del Rio | last post by:
don't know if I'll succeed, have spent a lot of time already trying to figure this out: I would like to position a footer (co. name, address, etc..) at the bottom of browser page, in such a way...
25
by: Michael Schuerig | last post by:
I'm trying to do something seemingly very simple, but it's brought me close to crushing my head on the keyboard. All I want is a table where the head row is fixed and the body columns below are...
5
by: msubodh | last post by:
I have been able to piece together the following code to created a fixed div so that it stays in place even when scrolling (and does it smoothly as opposed to other approaches that have jerky...
31
by: Sarita | last post by:
Hello, this might sound stupid, but I got a really nice homepage template which unfortunately is a 3-Column Fixed Width CSS format. Now I don't have any content for the right column and would...
2
by: soulmach | last post by:
Hello forum friends. I performed a search on this topic, but I couldn't find anything useful. I wasn't really sure what to search. First I'll state what I am trying to do. I recently agreed to...
9
by: Mr Prister | last post by:
I've tried to create a sidebar that uses the fixed positioning property. However after looking through various tutorials and how to's of the web I can't find a bugger wrong with my code. This is...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
1
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.