User Profile

Collapse

Profile Sidebar

Collapse
imclemor
imclemor
Last Activity: Jul 11 '07, 04:03 PM
Joined: Jul 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • imclemor
    replied to CSS divs
    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:...
    See more | Go to post

    Leave a comment:


  • imclemor
    replied to CSS divs
    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...
    See more | Go to post

    Leave a comment:


  • imclemor
    started a topic CSS divs

    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;...
    See more | Go to post
No activity results to display
Show More
Working...