Forums

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

Home Forums CSS Deactivating Styles? Re: Deactivating Styles?

#82498
Moofin
Participant

If I need to deactivate a style I just put x before them for example:

#container { xwidth:920px; width:600px; margin:0px; }

This works well for me :)

Or if you wanted to remove the entire div:


x#container { width:600px; margin:0px; }
#container { width:300px; }