Forum Moderators: not2easy
background-color:#fff;
background-image: url('lrimages/fade.gif');
background-attachment:fixed;
background-position: left center;
and this:
background:#fff url(lrimages/fade.gif) left bottom;
just wondering. i though it was the same. but they both act differently. the first has the background through all the elements as if it were one element (ending up with different parts of the image on whats supposed to be the same as each other). the second actually uses only one part of the background (like a regular background in a single element should act). the image im using is like 100px tall and 20px wide used for the background in tabs and im trying to use different parts (for mouseover and normal states, etc.) of it instead of breaking it up into separate images.
if my babbling is too hard to understand, its because its almost 4am here and i tend to ramble if i dont get to sleep before then lol
To answer your question, yes, "left bottom" is referring to the position.