what's the opposite of "quick fix"?
meaning of the word "fix" - English Language Learners Stack Exchange
What is the Opposite of "position:fixed" - CSS - Stack Overflow
Select the opposite of the given word.Fixed(a) Affixed(b) Scheduled(c) Flexible(d) Attached
When is 'affix' a more appropriate choice than 'fix'?
Although the words affix and fix have much in common, affix implies an imposing of one thing on another by gluing, impressing, or nailing.
// affix your address label here
When might 'attach' be a better fit than 'fix'?
The words attach and fix can be used in similar contexts, but attach suggests a connecting or uniting by a bond, link, or tie in order to keep things together.
// attach the W-2 form here
When can 'fasten' be used instead of 'fix'?
While in some cases nearly identical to fix, fasten implies an action such as tying, buttoning, nailing, locking, or otherwise securing.
// fasten the reins to a post
It depends on what "it" is,
For example, if "it" is "the date of the next meeting", then "fix it" must mean "don't change it anymore", since the repair meaning doesn't make sense.
On the other hand, if "it" is "a bicycle", then "fix it" must mean "repair it", because nobody wants their bicycle affixed to something.
There is rarely any confusion, unless done deliberately as a joke. When speaking of things that should not move, then "fix" means "prevent from moving". When speaking of things that should move then fix means "repair".
I'm a native English speaker. I cannot bring to mind any example of "fix" having your second meaning. I understand it to mean:
I want to modify/change/repair it
I work as a Software Developer and if I'm fixing something I want to do a complete job; I don't want to create new problems as I fix the existing ones. Hence
I don't want to keep fixing it
so in that sense
I don't want to repair it anymore
is true, but that's because I've fixed it properly!
position:static;, position:absolute;, and position:relative; are the alternatives to position:fixed;. There isn't a definitive opposite, because relative, absolute, static, and fixed have different properties to behave differently.
Take a look at this article:
http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/
"Default value: static" (seems an opposite to fixed as it shows where is placed and scrolls with the content)
position: static;
Probably you should edit your question and use "which are the alternatives of position: fixed"!