Forum Moderators: not2easy
border:none works like you would expect, but not in Internet Explorer. It seems impossible to change the look of the border around the checkbox... So, now I'm wondering if there's a proprietary "mso-" property I can use?
In fact, does anyone have a handy-dandy list of all (or at least a majority) of Microsoft's proprietary "mso-" properties?
My best guess is that such a property doesn't exist. I tried creating a checkbox in a form in a word document and saving it as HTML, then looking at the code, and there is no reference to border in the resulting code. In addition, I tried tried to use word to change the properties of the checkbox (right-click on it and go to properties) in hopes that changing the border would make the border property appear in the code, and there is no way to affect the border there either. So, while I'm not 100% certain, I'm guessing that an MSO property for border doesn't exists for checkboxes...
-Moz
In fact, does anyone have a handy-dandy list of all (or at least a majority) of Microsoft's proprietary "mso-" properties?
This only thing I have in my bookmarks is this:
[msdn.microsoft.com...]
There are some
mso- properties in the right-hand column, but I'm not sure it's a complete list.