how to work with fixed div tags in firefox and other similar browsers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dannewcomer
    New Member
    • Feb 2008
    • 1

    how to work with fixed div tags in firefox and other similar browsers

    Hello,

    I have a fixed div tag on my site where my links are and it works great on Safari when scrolling, yet in firefox the sidebar won't scroll at first.

    is there a way I can make it perform the same as it would on safari?

    my site: http://www.dnworkinpro gress.com

    Thanks,

    Dan
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Well, your site has 336 html errors and a whole pile of CSS errors that need fixing first.

    Comment

    • isoquin
      New Member
      • Jul 2007
      • 48

      #3
      with all due respect, I'm guessing the problem can be addressed despite those.

      I don't have safari, so I don't exactly know what you're trying to get it to look like. If you simply don't want the bottom div to show up behind the top div, add a background-color:white to your css appropriately.

      If you want the top portion to move as well, remove the absolute positioning.

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        Originally posted by isoquin
        with all due respect, I'm guessing the problem can be addressed despite those.
        You think so? In all browsers? Including any additional changes that will be made later it will all still hold up? I call that chasing your tail.

        Comment

        • isoquin
          New Member
          • Jul 2007
          • 48

          #5
          Originally posted by drhowarddrfine
          You think so? In all browsers? Including any additional changes that will be made later it will all still hold up? I call that chasing your tail.
          Code:
          <table hite="200" with="600" id="toptable">
                    ---table contents---
          </table>
          
          
          <table style="text-color:FF0000" id="bottom-table">
                    ---table contents---
          </table>
          "Problem: my bottom table won't display in red!".

          Yes, you can *address* one problem without fixing the others. Now I will of course admit that quite a few errors can directly lead or bring about a problem. But, I would bet you that all 336 HTML errors do not bring about the problem he's seeing. In fact, I just checked your link, some of them literally *are* as simple as an error that brings about unintended coloring.

          Now you can completely turn him away, offering little help to the problem he came here for, or you can start to address the stated problem at hand while encouraging him to make the rest of his code compliant.

          I just always saw this as a place to learn from others. He already knows his code doesn't work - no one need remind him, but we can make the attempt to directly help in a manner that best works for *him*. =)

          That's all I was trying to say.

          Cheers.

          Comment

          • drhowarddrfine
            Recognized Expert Expert
            • Sep 2006
            • 7434

            #6
            You need to read the link in the sticky at the top of this board but you do see my issue with this:
            Now I will of course admit that quite a few errors can directly lead or bring about a problem.

            Comment

            Working...