So Tikaram, I think we are going a bit backwards here… sorry.. let me explain
The above fix indeed achieves what I am looking for, the featured content icons to scroll over the fixed background image, but adding that re-intruduces my old problem of the image does not show properly on iphone/ipad…(it expands the image to such an extent it is really unviewable..) recall the above fix you gave me on Dec 4.. updating to 2.5 and adding:
@media only screen and (max-width: 812px) {
#featured-content.background-image {
background-attachment: scroll;
}
}
That allows the image to show up correctly on iphone/ipad… but is seems that the “cost” is that I lose the scrolling effect on larger screen???? So right now it seems like I have two choices neither of which really words: I have the “fixed” css code that makes the image fixed and the content to scroll like i like on big screen, but not be viewable on iphone/ipad… or I can use the css code “scroll” which allows the image to be viewable on iphone/ipad but not have the scrolling effect I was hoping for.
Does this make sense??
if this helps: On franciscanfriars.org I have the CSS code you gave me on Dec 4.. and on test4.franciscanfriars.org i have the code you just gave me… neither is totally correct.