Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2009
    Location
    South Africa
    Posts
    38

    Default Can I make a footer object stay at the bottom right of the browser window?

    Hi, I have a nice picture of an aloe on my footer. I want the footer to stretch with the page and the aloe to stay at the bottom right of the browser window. I dont seem to be able to do it! HELP? http://www.spargos.co.za - strange the brown area and the cream square are stretching with the page?
    "You can't control the wind, but you can adjust your sails." Red Barn Web & Graphic Design Studio

  2. #2
    Join Date
    May 2011
    Posts
    6

    Default Re: Can I make a footer object stay at the bottom right of the browser window?

    i dont know the answer but can i ask... did you make that with web designer?

  3. #3

    Default Re: Can I make a footer object stay at the bottom right of the browser window?

    Import your named logo image (aloe.png) using a small placeholder (on the pasteboard) and the 'link to file' option in web properties.

    Download the attached staticlogo.zip -- extract the staticlogo.js file and edit lines 8-9 in notepad (edit that which is shown in red), save.

    example
    offsets: {x:0, y:0},//offset of logo relative to window corner
    logoHTML: '<a href="http://url" title="popup-title"><img src="index_htm_files/aloe.png" style="width:200px; height:200px; border:0" /></a>', //HTML for logo, which is auto wrapped in DIV w/ ID="mysitelogo"
    Import the staticlogo.js file using a small placeholder (on the pasteboard) and the 'link to file' option in web properties.

    Add this code to a placeholder named <head>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    <script type="text/javascript" src="index_htm_files/staticlogo.js">
    </script>
    Followed carefully this will place your image bottom right of the browser window.
    Attached Files Attached Files

  4. #4
    Join Date
    Mar 2009
    Location
    South Africa
    Posts
    38

    Default Re: Can I make a footer object stay at the bottom right of the browser window?

    Quote Originally Posted by Donny531 View Post
    i dont know the answer but can i ask... did you make that with web designer?
    Yes I did, thanks for the reply!
    "You can't control the wind, but you can adjust your sails." Red Barn Web & Graphic Design Studio

  5. #5
    Join Date
    Mar 2009
    Location
    South Africa
    Posts
    38

    Default Re: Can I make a footer object stay at the bottom right of the browser window?

    ShapeShifter you are a GENIUS! Wow that works perfectly and I had the added bonus that it doesnt scroll with the page, which is really neat. Thanks SO MUCH! Awesome..
    "You can't control the wind, but you can adjust your sails." Red Barn Web & Graphic Design Studio

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •