fauntleroy
Technical User
Hi there,
I'm having a couple problems with a css page I'm building and would be grateful for any assistance with a fix.
First, I have two "sidebars" that flank the page. They are filled with a parchment background image. What's happening is the sidebars are dropping down to a specific spot because I have a height specified (57em), BUT, if I remove the height attribute (and I should be able to remove the specified height) the sidebars disappear all together .
The sidebar codes (generated by Dreamweaver) are ...
.thrColFixHdr #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 33px; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 0px; /* padding keeps the content of the div away from the edges */
background-image: url(images/ParchmentDarkBack.gif);
background-repeat: repeat-y;
height: 57em;
}
.thrColFixHdr #sidebar2 {
float: right; /* since this element is floated, a width must be given */
width: 33px; /* padding keeps the content of the div away from the edges */
background-attachment: scroll;
background-image: url(images/ParchmentDarkBack.gif);
background-repeat: repeat-y;
height: 57em;
}
Each page on the site will be a different height, so Ineed the columns to adapt accordingly
____________________
Also, I'm having an issue with odd white space at the bottom of the page. It's at the bottom of the container (I suspect), but it's only showing in Camino and Firefox (for Mac). I suspect it may have something to do with an Explorer 5 fix built into the code? I know Explorer 5 fixes make for odd white spaces on Spry menus.
Here's where the page resides
And here are screenshots of Explorer Vista ... on a Mac Powerbook
And here is a Mac Camino screenshot
I hope I presented these problems accurately and thanks for any help
I'm having a couple problems with a css page I'm building and would be grateful for any assistance with a fix.
First, I have two "sidebars" that flank the page. They are filled with a parchment background image. What's happening is the sidebars are dropping down to a specific spot because I have a height specified (57em), BUT, if I remove the height attribute (and I should be able to remove the specified height) the sidebars disappear all together .
The sidebar codes (generated by Dreamweaver) are ...
.thrColFixHdr #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 33px; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 0px; /* padding keeps the content of the div away from the edges */
background-image: url(images/ParchmentDarkBack.gif);
background-repeat: repeat-y;
height: 57em;
}
.thrColFixHdr #sidebar2 {
float: right; /* since this element is floated, a width must be given */
width: 33px; /* padding keeps the content of the div away from the edges */
background-attachment: scroll;
background-image: url(images/ParchmentDarkBack.gif);
background-repeat: repeat-y;
height: 57em;
}
Each page on the site will be a different height, so Ineed the columns to adapt accordingly
____________________
Also, I'm having an issue with odd white space at the bottom of the page. It's at the bottom of the container (I suspect), but it's only showing in Camino and Firefox (for Mac). I suspect it may have something to do with an Explorer 5 fix built into the code? I know Explorer 5 fixes make for odd white spaces on Spry menus.
Here's where the page resides
And here are screenshots of Explorer Vista ... on a Mac Powerbook
And here is a Mac Camino screenshot
I hope I presented these problems accurately and thanks for any help