Double column background

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • A Hess

    Double column background

    I'm working on a little something for my dad and have a question. I have
    a background graphic which repeats-y down the left side of the page. I
    want to get the exact same thing down the right side as well. See the
    page and you should see what I mean. How might that work?

    Page is here: http://members.tdn.com/ajhess/andy/index.html
    css is here: http://members.tdn.com/ajhess/andy/andy.css

    Thanks for your time, Aron

    --
    Mountain Dew and doughnuts... because breakfast is the most important
    meal of the day.
  • brucie

    #2
    Re: Double column background

    in post <news:vst63s6fq 0am02@corp.supe rnews.com>
    A Hess said:
    [color=blue]
    > I'm working on a little something for my dad and have a question. I have
    > a background graphic which repeats-y down the left side of the page. I
    > want to get the exact same thing down the right side as well.
    > Page is here: http://members.tdn.com/ajhess/andy/index.html[/color]



    --
    brucie
    04/December/2003 12:43:35 pm kilo

    Comment

    • A Hess

      #3
      Re: Double column background

      Somewhere around 12/3/03 6:52 PM, brucie typed wildly with reckless abandon:
      [color=blue]
      >
      > http://stuff.bruciesusenetshit.info/...er-thingy.html
      >[/color]

      sweet, thanks for the quick reply. I knew it had to be something simple,
      I just couldn't figure it out. About the hover, you're right. The
      novelty of it wears off quick. Thanks again, Aron

      --
      My mind Like A Steel Trap - Rusty And Illegal In 37 States

      Comment

      • A Hess

        #4
        Re: Double column background

        Somewhere around 12/3/03 6:52 PM, brucie typed wildly with reckless abandon:
        [color=blue]
        >
        > http://stuff.bruciesusenetshit.info/...er-thingy.html
        >[/color]

        After playing with it a bit more, I used position:float; on the columns
        and they did exactly what I wanted in a standards compliant browser.
        Then I looked at in IE and boy oh boy, was it screwed up. That made me
        sad. looks like I'll have to figure out something else to make it look
        the best. BTW, Bruce, I know what you said in the comments about
        adjusting the columns (as best as possible) to the height of the
        content, but different resolutions would whack that way out. I'll keep
        working on it. Thanks, Aron

        --
        Elwood Blues: They're not gonna catch us. We're on a mission from God

        Comment

        • brucie

          #5
          Re: Double column background

          in post <news:vsteqn38d lia8f@corp.supe rnews.com>
          A Hess said:
          [color=blue][color=green]
          >> http://stuff.bruciesusenetshit.info/...er-thingy.html[/color][/color]
          [color=blue]
          > After playing with it a bit more, I used position:float; on the columns
          > and they did exactly what I wanted in a standards compliant browser.
          > Then I looked at in IE and boy oh boy, was it screwed up.[/color]

          its ok in ancient IE6

          --
          brucie
          04/December/2003 03:02:50 pm kilo

          Comment

          • Thomas Mlynarczyk

            #6
            Re: Double column background

            Also sprach brucie:
            [color=blue][color=green][color=darkred]
            >>>[/color][/color][/color]
            http://stuff.bruciesusenetshit.info/...er-thingy.html[color=blue]
            >[color=green]
            >> After playing with it a bit more, I used position:float; on the
            >> columns and they did exactly what I wanted in a standards compliant
            >> browser. Then I looked at in IE and boy oh boy, was it screwed up.[/color]
            >
            > its ok in ancient IE6[/color]

            Which one? Yours, brucie, or the float version? Anyway, yours works on my
            IE5 as well. One drawback, however: when I make my window narrow enough, the
            right div will cover the main contents and no scrolling will help to bring
            the hidden parts back into view. Any remedy?



            --



            Comment

            • brucie

              #7
              Re: Double column background

              in post <news:bqn6tm$s3 8$04$1@news.t-online.com>
              Thomas Mlynarczyk said:
              [color=blue]
              > http://stuff.bruciesusenetshit.info/...er-thingy.html[/color]
              [color=blue][color=green][color=darkred]
              >>> After playing with it a bit more, I used position:float; on the
              >>> columns and they did exactly what I wanted in a standards compliant
              >>> browser. Then I looked at in IE and boy oh boy, was it screwed up.[/color][/color][/color]
              [color=blue][color=green]
              >> its ok in ancient IE6[/color][/color]
              [color=blue]
              > Which one? Yours,[/color]

              of course gowd damn mine! you only ever get the best shit from me.
              [color=blue]
              > Anyway, yours works on my IE5 as well.[/color]

              surprising
              [color=blue]
              > One drawback, however: when I make my window narrow enough, the
              > right div will cover the main contents and no scrolling will help to bring
              > the hidden parts back into view. Any remedy?[/color]

              i mentioned min-width in the source but its not supported by IE.
              IE sucks. i suppose you could z-index the content div so at least it
              would go over the right div.

              --
              brucie
              04/December/2003 09:50:29 pm kilo

              Comment

              • Thomas Mlynarczyk

                #8
                Re: Double column background

                Also sprach brucie:

                [color=blue][color=green]
                >> One drawback, however: when I make my window narrow enough, the
                >> right div will cover the main contents and no scrolling will help to
                >> bring the hidden parts back into view. Any remedy?[/color]
                >
                > i mentioned min-width in the source but its not supported by IE.
                > IE sucks. i suppose you could z-index the content div so at least it
                > would go over the right div.[/color]

                I'll try that for my own site - so far I have made a table layout, now I'll
                try to do it without tables...



                Comment

                Working...