Overlay with linkskursiv_muller.php

joachim / 2009-06-09 08:13:04   

hello all

i use linkskursiv_muller plugin to have the nav on the right of my pictures

http://fbwn.net/DEV/nuage/index.php?/reportages/hourtin/

i cant get the image to go under the menu when the window is too small and that the user scrolls

anyone have an idea i tried z-index in the css but it does nothing

thx for your help

keep up the good work

arsondpi / 2009-06-09 08:57:44   

...the content area is very unlikely to go under the menu area when you shrink down the window.Or are you after something different?

ps. the linkskursiv_muller plugin was an experiment. It's complex and difficult to customize...

arsondpi / 2009-06-09 09:02:59   

aha! Now I understand...
Yes that would be a good idea except only that IE browsers earlier than version 7 don't get position: fixed...

joachim / 2009-06-09 10:09:29   
you can try to give position fixed to the div
of your navigation area on the right.
just after: margin-left: 733px;
  1. #content {
  2.     height: 100%;
  3.     margin: 0 0 0 200px;
  4.     top: 0;
  5.     position:fixed;
  6.     
  7. }

this gets rid of the scrolling
by uniting the menu to the content

which could be a solution, but if i wan't to keep the horizontal crolling and the menu over the content, i've seen it here http://www.cristiangirotto.com on the first page

ps. the linkskursiv_muller plugin was an experiment. It's complex and difficult to customize...

any other way i can get the nav + text on the right of the pics ?

lemathieu A / 2009-06-09 10:17:06   
ny other way i can get the nav + text on the right of the pics ?

why don't you try the horizontal format?
which could be a solution, but if i wan't to keep the horizontal crolling and the menu over the content, i've seen it here http://www.cristiangirotto.com on the first pa

don't get this one…
joachim / 2009-06-09 12:25:55   
why don't you try the horizontal format?

works with crabs but there is no slideshow ...
ll'go look the code of the plugin to check it out

http://fbwn.net/DEV/nuage/index.php?/reportages/le-haillan/

  1. i updated the plugin, doesn't work
  2. $s .= "<div style='position: fixed; margin-left: {$padded}px;'>n";
  3. http://fbwn.net/DEV/nuage/index.php?/reportages/hourtin/
joachim / 2009-06-09 12:47:50   

ad it works on the first page :-)
http://fbwn.net/DEV/nuage/

joachim / 2009-06-10 12:13:14   

but not on the rest :-(

This thread has been closed, thank you.