Jump to content

ceejay1223

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by ceejay1223

  1. Thanks I fixed the footer but the right side navi is still not repeating the background image. The left side navi has more content in it than the right side does and I am using repeat-y. Does that matter in getting it to repeat the whole way down or not? Here is my code for that section

    div#affiliates {
       position:absolute;
       top:175px;
       right:0;
       width:15%;
       margin:0 0 0 0;
       border-left:1px solid #000000;
       background: #A5FFB0 url('../imgbin/leftbg1.jpg') top left repeat-y;
       padding:0 0 0 0;
       height:100%;
       text-align:right;
    }
    

  2. I am working on a website for the first time using CSS and I am having two main problems. I am making a 3 column design with header and footer. My problems are first, I want both left and right columns to repeat the backround to the bottom of the page and meet at the footer backround. And second, I can't get the footer to the bottom of the page by itself.

     

    links are:

    http://cjwalizer.vacau.com/firstcss.php - problem link

    http://cjwalizer.vacau.com/mycss.css - if the attachment doesn't work

    http://cjwalizer.vacau.com/index.php - is what I basically want it to be laid out as.

     

    The last link I did in all tables but it doesn't work well with Firefox unless I do some serious editing

×
×
  • Create New...