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
ie css
Started 15 years ago by katya | 2 posts |
-
Hello,
I have a form at http://bbscchennai.com/site/membershipform.htm and if you see it in ie the form is a little too much to the right and if i see it in firefox, the position is just the way i want it. How do I change it so it looks the same way on ie?
Katya
Posted 15 years ago # -
Hi Katya,
Try to edit #main_body rule in your CSS form, by default it will be like this
#main_body { background:#fffff; font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif; font-size:small; margin:8px 0 16px; text-align:center; }
try to change become
#main_body { background:#fffff; font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif; font-size:small; margin:8px 0 16px; text-align:left !important; /* here is the change */ }
MachForm Support
Posted 15 years ago #
Reply
You must log in to post.