Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Why to use CSS Positioning? Re: Why to use CSS Positioning?

#101949
seanroberts
Member

If you don’t need it, nobody says you have to use it.

However, if you are saying you don’t need it because you are using javascript to handle positioning then you might want to reconsider. For maintainability and readability it is good to keep your styles, markup and functionality separate. If this is the case, a quick search on MVC in web development should help you figure out why this is important.

Otherwise, you do not have to use it. But if you are learning, you should give it a try.