CSS Footer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gary Finnigan

    CSS Footer

    I can't aeem to get a footer div to display in the right place on my page.
    Can anyone suggest why?


    --
    Regards

    Gary Finnigan
    ICT Co-ordinator - Click@depaul
    Depaul Trust
    26 Forth Place
    Newcastle on Tyne
    NE1 4EU
    Tel: 0191 2618080
    Fax: 0191 2220101
    Mob: 07919 320062
    Email: gary.finnigan@d epaultrust.org
    Website: www.clickatdepaul.org


    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (http://www.grisoft.com).
    Version: 6.0.677 / Virus Database: 439 - Release Date: 04/05/2004


  • Beauregard T. Shagnasty

    #2
    Re: CSS Footer

    Quoth the raven named Gary Finnigan:
    [color=blue]
    > I can't aeem to get a footer div to display in the right place on my page.
    > Can anyone suggest why?
    > www.clickatdepaul.org[/color]

    I believe I just saw this posted in c.i.w.a.stylesh eets?

    Why and how to cross-post:


    --
    -bts
    -This space intentionally left blank.

    Comment

    • Michael Stemper

      #3
      Re: CSS Footer

      In article <Vxqmc.9078$7R6 .1490@doctor.ca bleinet.net>, Gary Finnigan writes:[color=blue]
      >I can't aeem to get a footer div to display in the right place on my page.
      >Can anyone suggest why?
      >www.clickatdepaul.org[/color]

      Boy, that's quite a piece of work!

      1. I can't find anything that looks like a footer, so I can't help
      you with that. I even looked at your source code, expecting to
      see a div or something called "footer", but no luck.
      2. Upon arrival at your site, I was unable to read the text, due to
      your use of micro-fonts. I tried adjusting with my browser, but
      you've somehow disabled standard browser functionality, to replace
      it with your own special buttons. I hope that you didn't charge
      your client for this!
      3. You appear to have somehow forced the height of the page to match
      that of the right-hand column. Since the left-hand column is longer,
      that means that I can't scroll down to see all of the fine GIFs in
      the left-hand column. Maybe this is why I can't find your footer?
      4. The page's title "This is the home page of our project." is less
      than informative. If somebody were, for some unknown reason, to
      add this page to their bookmarks, that's how it would be listed.
      Do you really want that?

      --
      Michael F. Stemper
      Project Support
      #include <Standard_Discl aimer>
      It's Ensign Schrodinger! He's half-dead, Jim!

      Comment

      • Shawn K. Quinn

        #4
        Re: CSS Footer

        Gary Finnigan wrote:
        [color=blue]
        > I can't aeem to get a footer div to display in the right place on my page.
        > Can anyone suggest why?
        > www.clickatdepaul.org[/color]

        You should always cite Web addresses as URLs, not hostname with a path
        slapped on the end (in your example, http://www.clickatdepaul.org).

        You obviously haven't written this page with valid HTML, as there is no
        DOCTYPE, and trying to validate even under HTML 4.01 Transitional gives a
        metric boatload of errors:


        Your CSS hasn't been checked for syntax very carefully, either:


        --
        Shawn K. Quinn

        Comment

        Working...