So on windows my CSS looks great, using IE6. But on Safari 2.0.3, Firefox 1.5.1, and IE Mac 5, it doesn't work at all.
I am using standard css1 stuff, that should be support by all. Whats going on?
Here is all of the CSS im using.
I am using standard css1 stuff, that should be support by all. Whats going on?
Here is all of the CSS im using.
Code:
<style type="text/css">
td.spacer { width: 5px };
td.grp-head { font-size: 14px; background-color: #3399FF; font-weight: bold };
td.head { text-align: center; font-style: italic; font-size: 12px };
td.head-n { text-align: center; font-style: italic; font-size: 12px; width: 150 };
td.grp { text-align: center; font-size: 12px };
td.grp-n { text-align: right; font-size: 12px; width: 150 };
td.grp-1 { text-align: center; background-color: #FFFFCC; font-size: 12px };
td.grp-1n { text-align: right; background-color: #FFFFCC; font-size: 12px; width: 150 };
td.grp-2 { text-align: center; background-color: #FFFFCC; font-size: 12px };
td.grp-2n { text-align: right; background-color: #FFFFCC; font-size: 12px; width: 150 };
</style>