Micky Hulse wrote:

>Kevin Murphy wrote:
>  
>
>>What happens if you add:
>>
>>body, html {
>>width: 100%;
>>}
>>    
>>
>Hi Kevin!  :)
>
>Thanks for the quick response, I appreciate your help.
>
>Well, I had tried that yesterday with no luck... and just tried it now 
>with the same negative results - it does not appear to make a difference 
>in Firefox/PC.  :(
>
>Seems like setting 100% width on body/html would do the trick, but not 
>in this case.
>
>Maybe I should think about specifying the backround-image position with 
>units instead of keywords?
>
>"0 100%" instead of "top right"?
>
>TIA.  :)
>Cheers,
>Micky
>  
>
Hi Micky,
In your testpage http://www.ambiguism.com/sandbox/bkgrnd.html
you say: 'the background image does not "stick" to the right of the page'.
As "stick" smells as "fixed", I pasted this one [1] in my FF css edit 
sidebar (Webdev toolbar!):

body { color: #333; background: #fff 
url(http://home.tiscali.nl/developerscorner/css-discuss/images/testbg1.jpg) 
repeat-y fixed top right; }

... and see what happens @changing "fixed" in "scroll" (or just 
omitting, as "scroll" is the default) and back.  :-)

Cheers,
francky

[1] The gradient is so subtle (or my monitor so not calibrated - who 
has? - or my monitor and/or eyes not good enough), that I could hardly 
see any difference when scrolling. Made a more contrasting bg for a 
better effect. ;-)


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to