I have been programming dhtml/css for IE4+ until now. My page looks like
garbage in Netscape 4.74. I had to add a form inside the body tag to make
anything visible(?). My textboxes don't seem to have any styling. I have a
link to a stylesheet, but with no type="text/css". Each textbox has a
class="mystyleclass" and many have in addition, style="slight customization
over the class". I am new so please explain where I need to change this to
make it broadreach, for most browsers. The more info, the better, thankyou!
The css file looks like this-
BODY
{
}
.shopprods
{
BACKGROUND-COLOR: #cae8cf;
BORDER-BOTTOM: ivory thin ridge;
BORDER-LEFT: ivory thin ridge;
BORDER-RIGHT: ivory thin ridge;
BORDER-TOP: ivory thin ridge;
COLOR: gray;
CURSOR: hand;
FONT-FAMILY: 'Arial Narrow', Arial;
FONT-SIZE: 9pt;
FONT-WEIGHT: 600;
margin-top:-2px;
margin-bottom:-2px;
WIDTH: 30%
}
Should it have a <STYLE> at the top and </STYLE> at the bottom?
Thanks
Justin Dutoit