Link to home
Start Free TrialLog in
Avatar of Steven Vona
Steven VonaFlag for United States of America

asked on

Internet explorer web page rendering issues.

I am by no means a web designer, but I am helping a friend build a website.  For some reason a page I made with a form looks fine in Chrome and firefox, but internet explorer is making a word go straight down in a column.

Page can be viewed here:
http://aivila.com/temp/pjs/index.php

Any help would be appreciated.
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Can you be more specific? I don't see any tables, so the term "column" is vague in this sense. And I don't see any words going straight down in Internet Explorer.
* No points for this *
Look in your HTML for this
<form class="registration_form" method="post" action="index.php">
<fieldset style="font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; border: #666666;">


and remove the width:0px from the inline style on the FIELDSET element
Avatar of Steven Vona

ASKER

Thanks a million, can anyone tell me why Internet Explorer read and displayed that and chrome/firefox did not?
You're welcome.  IE, Firefox, Chrome and all the browsers have some small differences from each other.  Sometimes you run into one that makes a difference on your page.