The form below doesn't show up at all in Safari. No problem in any other 
browser.
What the heck would cause it to just completely vanish?


FORM:

<div id="botcol1">
 <h1>REGISTER FOR FREE NEWSLETTER</h1>
 <p>Please enter your email to join our free list.</p>
     <form action="email-list-subscribe.cfm" method="post">
    <input type="text" name="email" />
     <input type="image" src="images/idx-submit.gif" name="submit" 
id="idxbutton"  />
</form>
</div>

CSS:
#botcol1 {
 display: table;
    vertical-align:bottom;
 float: left;
 margin: 30px 0 0 8px;
 padding: 0 4px 0 0;
 width: 260px;
 height: 100px;
 border-right: #CCCCCC dotted 1px; }

#botcol1    form {
 margin: 0;
 padding: 0; }
   
#botcol1    input {
margin-right: 6px;
 height: 23px;
 border: 1px solid #999999; }
   
#idxbutton {
 padding: 0;
 margin: 0 }   

-- 
-----------
Les Mizzell

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to