more info would help -- right! i floated the left and right sidebars...here 's my code:
i even tried adding top: and left: properties to the print version style sheet to get it aligned left, and it's still doesn't work....
#sidebarright{
float: right;
width: 150px;
background-color: Aqua;
}
#sidebarleft{
float: left;
width: 150px;
background-color:...
User Profile
Collapse
-
Thanks, I removed the visibility:hidd en from the code, but it still acts like the left and right side bar space is still there. I was hoping that display:none would work in combination with adjusting the margins to get the main content area to shift to the left. Any other ideas? Thanks - im...Leave a comment:
-
CSS divs
Hi,
I'm working on a print version of a web page, using css div's. The problem is that the left and right sidebars disappear when I use display:none and visibility:hidd en, but when I try to modify the main content area div margins, nothing happens. What I want to do is shift the maincontent area to the left of the screen. Here's my code: Thanks for your help.
#main{
}
#maincontent{
margin-left:0px;...
No activity results to display
Show More
Leave a comment: