Sent by Jayde Van Doorn on 1 December 2003 23:11
OK, here's a new one. I'm testing a layout CSS, and netscape 6.2.1 appears
to be eating an entire div. I expect some wierdness going between the
browsers (*sigh* standards compliance would be nice...) but I've got an
entire div that is just *gone* It shows up fine in IE6. Also interesting,
I've got a background image in one of the divs, background-attachment:
fixed, and it scrolls (within the div) in NS 6.2.1. I thought it was
supported in the new NS?
Here's the relevant CSS:
/* header section: logo, image bar */
div#header {
position: absolute;
left: 0;
top: 0;
width: 100%;
background-image:url(sligertitle.gif);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top center;
text-align: center;
height: 100px
}
/* main navigation bar */
div#nav {
position: absolute;
left:0;
top: 101px;
height: 20px;
}
/* secondary navigation or bullet points */
div#secnav {
position: absolute;
left: 0;
top: 121px;
width: 200px;
text-align: center;
height: 100%;
background-color:#4169e1;
}
And the relevant HTML:
<div id="header"><p>Testing header div</p></div>
<div id="nav"><p>still testing nav div</p></div>
<div id="secnav"><p id="secnavpara"><img src="dot.gif" alt="dot" />Yet more
testing secnav div</p>
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/