Hello all!  The sinking text occurs when user submits
incomplete information on the form, tries to submit
it, but is taken to the "retry" page.  Can anyone
help?

http://jsp.inf.brad.ac.uk:8172/Personnel/index.html

Thanks,
Margie

_____________________________________

form      /*  Form section comprised of labels (left)
and input boxes, etc. (right)  */
{
        width:85%;
        margin: 50px;
        padding: .3em 0 .3em .3em;
}
label
{
        text-align: right;
        left: 75px;
        width: 300px;
        font-weight: bold;
        margin-left: 20px;
        margin-bottom: 3px;
        padding: 10px 0 10px 10px;
}

input 
{
        position: absolute;
        left: 400px;
        width: 300px;
        margin-left: 50px;
        margin-bottom: 3px;
        padding: 10px 0 10px 10px;
}

select 
{
        position: absolute;
        left: 400px;
        margin-left: 50px;
        margin-bottom: 10px;
        padding: 10px 0 10px 10px;
}

textarea
{
        position: absolute;
        left: 400px;
        width: 500px;
        height: auto;
        margin-left: 50px;
        margin-bottom: 10px;
        padding: 10px 0 10px 10px;
}



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to