Re: [css-d] help on avoid background-image to move while scrolling the page.

2010-07-06 Thread MEM
The URI is the same, some js errors will be taken care later. http://www.nuvemk.com/nascer/ Taking seriously (as ever) this list suggestions, I will then start with the screen size issues. Then, pass to IE7 issues. If I properly understood Philippe Wittenbergh, by using @media screen, we can tar

Re: [css-d] help on avoid background-image to move while scrolling the page.

2010-07-04 Thread MEM
2010/7/5 Philippe Wittenbergh : > Fwiw, I noticed that you are using JS to (eventually) load stylesheets > depending on the user screen resolution. > > Don't. This is the wrong way to solve this. > For one thing, the is absolutely no guarantee that the screen width will be > the browser window wi

Re: [css-d] help on avoid background-image to move while scrolling the page.

2010-07-04 Thread Philippe Wittenbergh
On Jul 5, 2010, at 3:26 AM, MEM wrote: >> Your uri is: >> >> All good things in due time. You have a way to go before concerning yourself >> with IE/7.0. Resolve compliant browser issues first. > > Ok. > > >> >> Expand the menu thingy and view your page at: >

Re: [css-d] help on avoid background-image to move while scrolling the page.

2010-07-04 Thread MEM
2010/7/4 David Laakso : > Keep in mind that they way it is set now, that users will not be able to > access all the items in the left column, and/or they will not see the > footer,  with or without javascript enabled-- at 1024x768, 1152x870, and > 1280x960. Wow. Yes know I see... > In other words

Re: [css-d] help on avoid background-image to move while scrolling the page.

2010-07-04 Thread MEM
2010/7/4 Claude Needham : > > However, if possible, the page should render in a reasonable fashion > even for those without javascript. > > Regards, > Claude Needham > Thanks Claude, I'm trying to hide divs only by using javascript, and not CSS, so that, if no javascript engine is present, then,

Re: [css-d] help on avoid background-image to move while scrolling the page.

2010-07-04 Thread David Laakso
MEM wrote: > 2010/7/4 David Laakso : > >> Your uri is: >> >> > The minimum resolution that this was planned was to: 1024 x 768; > Keep in mind that they way it is set now, that users will not be able to access all the items in the left column, and/or

Re: [css-d] help on avoid background-image to move while scrolling the page.

2010-07-04 Thread Claude Needham
On Sun, Jul 4, 2010 at 6:09 AM, MEM wrote: > Hello all, > Html: > http://www.nuvemk.com/nascer/ > > Css: > http://www.nuvemk.com/nascer/Css/Main.css At some point you may want to look at your page with javascript disabled. I know the intended audience of the page folks that have javascript enabl

Re: [css-d] help on avoid background-image to move while scrolling the page.

2010-07-04 Thread MEM
2010/7/4 David Laakso : > Your uri is: > > All good things in due time. You have a way to go before concerning yourself > with IE/7.0.  Resolve compliant browser issues first. Ok. > > Expand the menu thingy and view your page at: > 640 x 480 > 800 x 600 > 1024 x 7

Re: [css-d] help on avoid background-image to move while scrolling the page.

2010-07-04 Thread David Laakso
MEM wrote: > 2010/7/4 MEM : > >> Is there a way out of this? >> > > background-attachment: fixed; > > Seems to be the solution. > > I'm now aware this layout is a mess on ie7. > True that ie6 is not a target browser, but ie7 is. > > I will accept some advices about where should I start to s

Re: [css-d] help on avoid background-image to move while scrolling the page.

2010-07-04 Thread MEM
2010/7/4 MEM : > Is there a way out of this? background-attachment: fixed; Seems to be the solution. I'm now aware this layout is a mess on ie7. True that ie6 is not a target browser, but ie7 is. I will accept some advices about where should I start to solve this ie7 issues. :D (hasLayout must

[css-d] help on avoid background-image to move while scrolling the page.

2010-07-04 Thread MEM
Hello all, First I must excuse myself for such a poor semantic structure on my markup. I've not yet found a way to proper do that on this layout structure. Html: http://www.nuvemk.com/nascer/ Css: http://www.nuvemk.com/nascer/Css/Main.css The intended result is to allow the scroll to happen,