Ray Leventhal wrote:
>
> http://www.cprtools.net/reg/regform1.php
>
>
> IE7, is moving the topmost fieldset to the right edge of the viewport, 
> leaving the 2nd fieldset where it belongs.
>
> IE6 (WinXPSP2) is doing much the same as it's older sister, but leaving 
> some space to the right of the fieldset as compared to the viewport edge.
>
>
> -Ray
>
>   



Assuming you can mess around and play games with the html:




</select>

<br /><------------ :: add ::


<label for="phone">Phone:&nbsp;</label>
<input type="text" id="phone" size="35" name="phone"><span 
class="req">*</span><br>
<label for="fax">Fax:&nbsp;</label>
<input type="text" id="fax" size="35"><br>
<label for="email">Email:&nbsp;</label>
<input onblur="checkemail()" type="text" id="email" name="email" 
size="35"><span class="req">*</span><br>

</fieldset>


<div><!-- --></div><------------ :: add ::


And you may want to pay a visit to the Markup Validation Service.


Best,

~dL





-- 
http://chelseacreekstudio.com/

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

Reply via email to