Advertisement

04.03.2007 at 11:30AM PDT, ID: 22489923
[x]
Attachment Details

FF/IE Rendering discrepancy

Asked by opho in Cascading Style Sheets (CSS)

Tags: css, form, height, ie

On this page:

http://www.beyondexgay.com/Contactformtestversion.html

I have a contact form.

In FF 2, it's rendering as needed.  The label "Your thoughts:" lines up vertically with the first line of paragraph "Please share your feedback..."

In IE 7, the "Please share your feedback..." is rendered lower than the bottom line of the "Your thoughts:" label.

The same is occurring with "Your ideas:" and "What would you like to see..."

Here is the relevant chunk of html:
<form id="ContentEdit">

<li>
  <label class="main" for="Text0008">
    Your thoughts:
  </label>
  <p>Please share your feedback on what you've
        read and seen at bXg.  Feel free to comment
        on content, tone, layout, and/or functionality.</p>
  <textarea name="Text0008" id="Text0008"
      style="width:500px;height:6em;" tabindex="7"
      rows="2" cols="40" ></textarea>
</li>
</form>

And the CSS:

#ContentEdit li {
padding: 0 0 0.4em 165px;
margin:0;
}

form#ContentEdit p,
form#ContentEdit ul li p {
margin:0 0 0.5em 0;
padding:0;
}

#ContentEdit ul {
clear:both;
list-style-type: none;
padding:0 0 .5em 0;
margin: 0;
}

#ContentEdit label {
line-height:1.4em;
font-weight:bold;
}

#ContentEdit label.main {
margin-left: -165px;
margin-top: 0;
position:absolute;
text-align:right;
width:155px;
}

Thanks!

--SteveStart Free Trial
 
 
[+][-]04.03.2007 at 11:49AM PDT, ID: 18845782

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.03.2007 at 12:17PM PDT, ID: 18846042

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.03.2007 at 12:37PM PDT, ID: 18846219

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Cascading Style Sheets (CSS)
Tags: css, form, height, ie
Sign Up Now!
Solution Provided By: TName
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32