i have a stylesheet which looks something like this:
I call these styles wherever i need them using the class="something" coding. This works perfectly fine in IE, but in Mozilla and Netscape, they just appear as default font: Times New Roman, thus making the site look completely awkward. Im not really good at css stylesheets so if anyone can tell me why its doing this, and how to fix it, it would be appreciated. Thank you.Code:<style type="text/css"> body { scrollbar-3dlight-color: #D3D3D3; scrollbar-arrow-color: #35393D; scrollbar-base-color: #E5E5E5; scrollbar-darkshadow-color: #D3D3D3; scrollbar-face-color: #E5E5E5; scrollbar-highlight-color: ; scrollbar-shadow-color: #D3D3D3; scrollbar-track-color: #E5E5E5; } a:link { text-decoration: none; font-family: Verdana; font-size: 10px; color: #3F586F }; a:active { text-decoration: none; font-family: Verdana; font-size: 10px; color: #3F586F }; a:visited { text-decoration: none; font-family: Verdana; font-size: 10px; color: #3F586F }; a:hover { text-decoration: none; font-family: Verdana; font-size: 10px; color: #35393d }; .secondary { text-decoration: none; font-family: Verdana; font-size: 10px; color: #FEFEFE }; .secondary a:link { text-decoration: none; font-family: Verdana; font-size: 10px; color: #FEFEFE }; .secondary a:active { text-decoration: none; font-family: Verdana; font-size: 10px; color: #FEFEFE }; .secondary a:visited { text-decoration: none; font-family: Verdana; font-size: 10px; color: #FEFEFE }; .secondary a:hover { text-decoration: underline; font-family: Verdana; font-size: 10px; color: #FEFEFE }; .main { text-decoration: none; font-family: Verdana; font-size: 10px; color: #35393d }; .textbox { background-color: #E5E5E5; font-family: Verdana; font-size: 10px; color: #35393d; border: 1 solid #4A4D4F }; .submit_button { background-color: #E5E5E5; font-family: Verdana; font-size: 10px; color: #35393D; border: 1 solid #35393D }; </style>




), but I do know that some browsers don't like text styles to be applied to containing blocks like tables.




Bookmarks