Thank you, that's fine. Now you can remove every " !important" from the value parts. That was only for my ontop CSS with Stylish. https://addons.mozilla.org/en-US/firefox/addon/stylish/
You also could have tried to leave the original and paste it at the bottom of the default.css. Further down rules overwrite above rules (if the selector is strong enough). Second solution is, you add another line into the HEAD of your HTML to load a second CSS-file. <!-- actually --> <link rel="stylesheet" href="default.css" type="text/css" /> <!-- load a second file --> <link rel="stylesheet" href="custom.css" type="text/css" /> -- <http://forum.pspad.com/read.php?6,68757,68789> PSPad freeware editor http://www.pspad.com
