I have this rule in my forms.css -
(the form id=horizontalForm)
which does not work...
I am trying to do this - which does...
I suspect my scope is wrong? Can anyone help, I am stumped...
Code:
#horizontalForm input.submit
{
margin-left:45px;
color:#FFFFFF;
background-color:#FF0000;
}
which does not work...
I am trying to do this - which does...
Code:
<input type="submit" value="Submit" style="margin-left:45px; color:#FFFFFF; background-color:#FF0000; ">
I suspect my scope is wrong? Can anyone help, I am stumped...