Hi guys, i have an issue about anidated divs... look.

I don't know why when I put a div immediately inside of another div, the
first element in the anidated div, IE doesn't displays the correct format
defined in the CSS file (Firefox displays all fine). Yeah, I know, my
description it's a little messy... better I put an example:

Part of the HTML file:
<div id="first">
   <div id="second">
      <h1>First element</h1>
      <h1>Second element</h1>
   </div>
</div>

Part of the CSS file:
#second h1{
   margin: 20px 0px 10px;
   font: normal bold 15pt Trebuchet MS;
   border-bottom: 1px dashed #000000;
   letter-spacing: -1px;
   color: #000000;
}

In the IE, the output shows the "First element" with all the properties
except the border, "Second element" (and all after that) looks totally
fine... in Firefox all the elements shows the border... Plus, if I put
anything before "<h1>First element</h1>", even a simply letter, the element
displays his respective border... somebody knows what's this problem? I
really appreciate any help, thanks!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to