![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
is there anybody who can give me a hint?. I would like to create a fixed positioned navigation area. |
|
There are no probs with correct working browsers (FF, Opera, Konqueror etc.). The feature is switched off in IE<=6 - that's ok for me. |
|
Now I want to activate this function for IE7. |
|
Example: http://www.abitos.de/demo/cascada-schmuck.de/index.html |
#3
| ||||
| ||||
|
|
is there anybody who can give me a hint?. I would like to create a fixed positioned navigation area. Hint: don't, they serve no useful purpose whilst causing problems. |
|
There are no probs with correct working browsers (FF, Opera, Konqueror etc.). The feature is switched off in IE<=6 - that's ok for me. =<IE6 does not support position:fixed, it hasn't been "switched off", whatever that means. |
|
Now I want to activate this function for IE7. If you insist on doing this and you are fine if it scrolls in =<IE6 then simply specify position:absolute and in a following rule specify position:fixed (IE doesn't ignore stuff it doesn't support as it is supposed to do when the options are listed in order in the same rule.) |
|
Example: http://www.abitos.de/demo/cascada-schmuck.de/index.html |
#4
| |||
| |||
|
|
True. But it did remind me to do something silly I've been meaning to try for ages: http://www.cl.cam.ac.uk/~jf15/StyleTests/Fixed-Image/ |
#5
| |||
| |||
|
|
Mathias Wrede <never_read_by_me (AT) gmx (DOT) de> wrote: is there anybody who can give me a hint?. I would like to create a fixed positioned navigation area. Hint: don't, they serve no useful purpose whilst causing problems. I'm saddened to hear this; I've been thinking it might be useful to |
#6
| |||
| |||
|
|
Hi, * Spartanicus wrote: is there anybody who can give me a hint?. I would like to create a fixed positioned navigation area. Hint: don't, they serve no useful purpose whilst causing problems. wrong. It satisfies the customer. So, as long as only your customer visits the page, everything's fine. |
|
I found my own way. ....but it's secret? Streng geheim? |
#7
| |||
| |||
|
|
is there anybody who can give me a hint?. I would like to create a fixed positioned navigation area. Hint: don't, they serve no useful purpose whilst causing problems. I'm saddened to hear this; I've been thinking it might be useful to implement, esp. in a longer page (although the boxes that sort of lazily float down after you start scrolling, like an annoying kid brother tagging along after you, I've found annoying). What specific problems do they cause (or for what should I google)? |
#8
| |||
| |||
|
|
I found my own way. ...but it's secret? Streng geheim? |
#9
| |||
| |||
|
|
Spartanicus wrote: Mathias Wrede <never_read_by_me (AT) gmx (DOT) de> wrote: is there anybody who can give me a hint?. I would like to create a fixed positioned navigation area. Hint: don't, they serve no useful purpose whilst causing problems. I'm saddened to hear this; I've been thinking it might be useful to implement, esp. in a longer page (although the boxes that sort of lazily float down after you start scrolling, like an annoying kid brother tagging along after you, I've found annoying). What specific problems do they cause (or for what should I google)? |
#10
| |||
| |||
|
|
Look at the example given at the start of the thread in a non-maximised window, and the make the windows smaller (in height). As you scroll up and down the fixed position section does not scroll, even if it is not fully on screen, so it is not posible to navigate the site. |
![]() |
| Thread Tools | |
| Display Modes | |
| |