The fixed position layout strategy has its disadvantages. Here are a few of them:
Lack of Flexibility: When using a fixed position layout strategy, elements on the page cannot be shifted or adjusted based on user preference or device size. This often results in users not being able to access all of the page’s content.
Maintenance: Parts of a website built with a fixed position layout strategy can be difficult to maintain and update, as elements are rigidly placed on the page and require manual code updates.
Accessibility: Fixed position layouts can be difficult to navigate for users with impairments such as visual impairments and are prone to being incompatible with different devices.
Compatibility: A fixed position layout is not always compatible with all web browsers. This can make it difficult for users to access the website on their preferred device.
Overall, fixed position layouts can be a good choice for some types of websites, but they may not be the most suitable option for others, particularly when it comes to page maintenance, flexibility, and compatibility.