position at top of browser only works with one table

Discussion in 'CSS' started by PinkChocobo, Jun 7, 2006.

  1. #1
    http://system.biostat.wisc.edu/bcgsup/jkriplean

    table with contents: <Div class="main"> table next to it with repeating top bar: <Div class="repeat">

    When I use

    div.main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    }

    on my style sheet http://system.biostat.wisc.edu/bcgsup/jkriplean/internalsite.css

    it correctly positions the table named "main" it the very top of the browser, however when I add


    div.repeat {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    }

    to position the table that contains the repeating image as well, it somehow puts "repeat" over the images in "main". Any ideas?

    Jessica

    [​IMG]
     
    PinkChocobo, Jun 7, 2006 IP
  2. PinkChocobo

    PinkChocobo Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Please Disregard, It Was A Stupid Error On My Part, I've Got It Now! Many Apologies.
     
    PinkChocobo, Jun 7, 2006 IP