This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Removing boarders and drop shadows
Started 16 years ago by cdaters | 2 posts |
-
I would like to take the default .css (grey borders and top/bottom drop shadows on white background) and remove the borders/shadows so that I can include the php (Advanced Form Code) on my existing page. I am not a .css expert and would appreciate any assistance.
TIA,
Craig D.
Posted 16 years ago # -
Hi..
You can comment and change some properties in your CSS form like this code
#main_body h1 { /*background-color:#dedede;*/ margin:0; min-height:0; padding:0; text-decoration:none; text-indent:-8000px; /*background-image: url('../../../images/machform.gif'); */ background-repeat: no-repeat; } #form_container { background:#fff; /*border:1px solid #ccc;*/ margin:0 auto; text-align:left; width:640px; } #bottom { display:none; /*change to none*/ height:10px; margin:0 auto; width:650px; } #top { display:none; /*change to none*/ height:10px; margin:10px auto 0; width:650px; }
MachForm Support
Posted 16 years ago #
Reply
You must log in to post.