At the foot of the page (CSS)

I have a CSS footer which seems to work in IE but not FF
(that is in IE it
is always displayed at the bottom of the page).
It needs to be within the "container" div which seems to be
causing the
problems as I had it working outside of the container div.
www.scswp.co.uk/test/
any help would be much appreciate.
Justin

Hi Justin, I tried to position the footer absolute (bottom 0)
within the relative container div which is an easy solution, but
you have probably come across that idea. It isn't the best solution
when your content is larger than your screen, because the footer
won't go down. I've found an example in a Dutch forum however which
offers a great solution. I haven't looked very closely into the
code yet, but here's the example (HTML and CSS code):
http://tienstra4.flatnet.tudelft.nl/~tom/rein-got/mdekuijper/
In this example the footer alwas stays at the bottom and when the
content exceeds the screen size, the footer easily goes along with
it.
I hope it works for you. Eppo

Similar Messages

  • Is there a way to add roman numerals to the footer? (eg. page i of n)

    Is there a way to add roman numerals to the footer? (eg. page i of n)

    Hi Emily ,
    You may face challenges doing this task in Acrobat .
    If you have created the PDF from word ,I would recommend doing the page numbering in Word, not Acrobat, since you have more flexibility with that program.
    Or the second option is ,if you know how to play around with java script.Here is the code for the same.
    Yeah, it's possible. Create a unique text field on each page with this code as the custom calculation code:
    event.value = romanize(event.target.page+1);
    Then place this function at the doc-level (I didn't write that one):
    function romanize(num) {
        if (!+num)
            return false;
        var digits = String(+num).split(""),
            key = ["","C","CC","CCC","CD","D","DC","DCC","DCCC","CM",
                   "","X","XX","XXX","XL","L","LX","LXX","LXXX","XC",
                   "","I","II","III","IV","V","VI","VII","VIII","IX"],
            roman = "",
            i = 3;
        while (i--)
            roman = (key[+digits.pop() + (i * 10)] || "") + roman;
        return Array(+digits.join("") + 1).join("M") + roman;
    Regards
    Sukrit Dhingra

  • How to get the range of a textbox in the footer of the 1st page ?

    Just like the problem says, how do I use VBA to get the range of the textbox in the footer of the 1st page?

    getCellRect(...);

  • How do i put three items into the footer of each page aligned differently

    Hi,
    I am trying to have the footer of each page in my document with 3 items : -
    1 logo aligned left
    1 text (date and page number) aligned centre
    1 logo aligned right.
    If I add the logos as background they only seem to appear on the first page.
    Thanks,
    James

    James,
    It may not be clear in the small screen shot, but I used Tabs for alignment. Here is a close-up of the Ruler:
    You can get even more control if you place the text in a Text Box and place the text box into the Footer, between the graphics.
    Regards,
    Jerry

  • I need to print the footer in all pages except last page.

    Hi,
    I'm working on PO RTF template. I got one probelm, I need to print the footer in all pages except last page.
    Can someone help me in this.
    Thanks in advance.
    Venki.

    This question has been answered already multiple times - please search the forum before posting a question - in case you did and you didn't find it - we added a feature
    in 5.6.2 to solve this problem - It is described in the user guide in the RTF template section search for start@last-page:
    Last Page Support
    XML Publisher now has the ability to show content only on the last page. This is useful for documents such as checks, invoices or purchase orders where you want want content such as the check or a summary in a specific place only on the last page.
    The basic command is:
    <?start@last-page:body?>
    <?end body?>
    http://forums.oracle.com/forums/search.jspa?threadID=&q=%40last-page&objID=f245&dateRange=last90days&userID=&numResults=15&rankBy=9
    Any content above or below these two tags will only appear on the last page of the document.
    Hope that helps,
    Klaus

  • I have 'lost' the bottom of my reading pane i.e. it appears to be behind the footer of my page; how do I change this please?

    I use 'personas' and have not had problems with these before. Thinking this might be the problem I changed personas, but it makes no difference. I can see almost a shadow of what is behind the footer, but it's really frustrating when using such as skype or facebook as the text box is sitting behind the footer at the bottom of my reading pane.

    I have attached jpeg files of both Firefox upgrade options (5 files) -
    Firefox 18.0.1 US English (with messaging that MailCheck is not
    supported; 2 files)
    Firefox 18.0 German (showing the download and installation of Firefox
    18.0 that supports MailCheck, but in German; 3 files)
    I hope these are helpful in addressing the problems I've been experiencing.

  • Logo in the Footer of the RTF doesn't show in PPT output

    Hello
    I try generate a Powerpoint slide deck with a logo at the bottom of each slide. Therefore I have inserted the picture into the footer of the RTF template.
    When generating the ppt output there is not picture at the bottom of the slides. I played around in Word with different layout options for the picture with the result that now blank pages are being inserted before each slide.
    Which layout options do I have to use to achieve the desired output?
    Does the picture need to have a specific file format (bmp, jpg, gif, png) to get it working?
    Thanks for your help
    Robert

    I'm going from memory since this is done from work, but I believe you have to use semi-complete addresses (IE., 'Chicago' by itself won't work, you need to use 'Chicago, Il.' or 'Chicago, Illinois'. IF the address is for a 'Place' iPhoto knows (and it knows hundreds if not thousands of places) it will pop up and allow you to choose that location. If nothing happens, that probably means iPhoto doesn't know that 'Place' and you need to provide a more complete or more accurate name for it. Like I say, try getting in the habit of using at least a City and State... you can also choose the 'Locate on Map' feature and it will actually show a map of the place and you can Move the Pin to exactly where you want it, choose from Satellite View, Terrain View, Map view, zoom in, out, or enlarge or reduce the area covered by the Pin (the Blue Circle around the pin. Hope this helps...

  • How can I remove the eleven external links at the foot of the opening screen?

    There are elevn external links at the foot of the startup screen. Some of these are to gaming or gambling sites and some are 'advertisments' for madasafish, my ISP. How can I get rid of these?

    You can disable some browser.taskbar.*enable prefs on the about:config page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold(user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • HT1750 What about TWO different numbers in MacOs (about this mac window) and on the bottom of the foot of the iMac ???

    What about TWO different serial numbers in macOs (about this mac window) and on the foot of the mac. This mac was not purchased as a refurbished nor has been sent for servicing on any time since purchasing...
    The one in MacOs is answering : "This is not a valid Apple Product serial number" when i try to check the iMac 1TB Seagate Hard Drive Replacement Program...

    You will need to check with Apple - might be a good idea to take it to a Genius Bar so they can see it for themselves (and the diagnosis is free).

  • How to add page numbers (centred) at the foot of a page?

    Even this is confusing!
    I typed my question hit return and was told I couldn't post a blank message.
    How do I post my message?
    I simply want to know how to add a page number at the foot (centred) of a page.
    Oh! Great! Now I see, I should have known to scroll way down to find "post message".
    Anne

    What kind of document: word processing? Spreadsheet? something else?
    What program are you using to create the document?

  • How to add the paging at the footer on the report page?

    Hi,
      On my crystal report page of vistual studio, there is paging(change page) at the top, if I want to add the paging at the bottom of report, how can I add it?  Could you please tell me?
      there is my code:
             ConnectionInfo connectionInfo = new ConnectionInfo();
            CrystalDecisions.CrystalReports.Engine.ReportDocument boReportDocument;
            string rptFile = ((BaseApplicationPage)(this.Page)).Decrypt(this.Page.Request.QueryString["Name"]);
            boReportDocument = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
            boReportDocument.Load(Server.MapPath("~/Crystal/" + rptFile));
            CrystalReportViewer1.ReportSource = boReportDocument;
            connectionInfo.ServerName = "XXXXX";
             connectionInfo.DatabaseName = "XXXXX";
            connectionInfo.UserID = "XXXXX";
            connectionInfo.Password = "XXXXX";
            TableLogOnInfos tableLogOnInfos = CrystalReportViewer1.LogOnInfo;
            foreach (TableLogOnInfo tableLogOnInfo in tableLogOnInfos)
                tableLogOnInfo.ConnectionInfo = connectionInfo;
    at the top of image is old version on crystal report setting, now, my version of crystal report is crystal report 2011, how can I add the paging like old version?
    thanks
    Kelvin

    Hi Kevin
    Unfortunately, no way. That used to be a feature in one of the previous versions of CR, but is was removed and we have not had any luck getting it back.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • I have layed out a site with 2 rectangles (one on top of the other) in the footer and the one is being cut off when I publish the site

    The depth of the rectangle is fine when I view in muse but only cuts off when published

    Hello,
    Issue is because of the text box in the middle of the rectangle (In MAIN Master page), Please increase its width and then try to preview it.
    Please take a look at the screenshot. I increased it to 311 px and its working form me.
    Please take a look at the screenshot for better understanding.
    Regards
    Vivek

  • Reject the footer using the external table

    Hi,
    I have a flat file with fixed length which have a header and a footer.
    My file is something like this:
    HADF.TXT0309
    D12345ABCD
    D22345ABCD
    FOOTERHJ
    I want to create an external table based on that file, but
    I don't want to have the header and the footer in my table. To eliminate the header I used skip 1, but I don't know how to eliminate the footer.
    Any example and suggestions will be appreciated
    Thank you for your time and consideration
    Catalin

    Hi,
    This problem may be due to several reasons. I am aware of few reasons.
    1)Have you deployed the external table first?
    2) If you do not have your data base client and server running in the same machine, you should place the csv file in the database server machine's 'c:\CSV' folder in order to create the external table through database. Then do a select count(*) statement.
    3)Another reason may be as gerardnico said the file name you refered may be wrong.
    I don't know your requirement. If you could create the external table succefully and if you get value for the select count(*) from <external_table_name>, then try to import the external table into the Design Center and map it with the Table you need.
    If you are doing it purely with OWB then,
    Do you have the file Export_WithHeaders.csv in the Server machine's 'c:\CSV_FILE' folder?
    Because while importing the metadata of the CSV file the OWB will point to your local machine's 'c:\CSV_FILE' that is why your Validation and Deployment is success without errors.
    But while executing the map it will take the data from Server machine. It will search for the Location 'c:\CSV_FILE' in the server machine and will look for the file Export_WithHeaders.csv there. So create athe same folder setup which you have in your client machine and run this again.
    Try this if you do not get any better answers in this thread

  • Running totals at the footer of the report

    I want to create running totals but print them not in e.g. in a group footer. All totals should be printed at the end of the report. The number of needed running totals is not defined before, it depends on the number of different grouping criterias:
    Example
    Criteria   Amount
    1995      10
    1995       10
    1996       20
    1997       30
    1997       10
    At the end of the report shoul appear the following:
    1995     20
    1996     20
    1997     40
    There could be more criteria in the report (e.g. 1998 or 1999), but it is not defined before I start the report.
    Thank you for your support

    Hi Torsten,
    If you want to create year wise running totals without considering groups, you can create like :
    go in Field ExplorerRunning TotalsRight click and select New
    Give the name as 1995 and select Field to summarize and select Sum as type of summary
    In Evaluate select Formula and give a formula like : Year = 1995
    In Reset do not reset.  You get the value of 1995 year this can be placed at the end of your report.
    You may have to create different funning total for different year.
    Thanks,
    Sastry

  • Setting the footer with the value of a cell - Excel 2010-2013

    Hi,
    is it possible to set the footer of a workbook with the value of a cell without using VBA code or macro?
    Thanks

    No; it is not possible to enter a formula that refers to cells in the header or footer. A VBA macro is the only way to set the header or footer to the value of a cell.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

Maybe you are looking for

  • I have tons of pictures on my iphone and when I connect it to my windows pc it says i have no new photos.  How do I fix this?

    I have 1,592 photos on my iphone 4, and I have new ones on there since I lasted synced my photos to my computer.  Everytime I plug in my computer it says i have no photos. I have tired unlocking my phone then syncing it and nothing works.  How can I

  • Maintenance updates for OS X 10.7?

    My MacBook is not up-gradable past OS X 10.7 so I am wondering if there will be any maintenance updates for Lightroom 5 CC from here on out. For instance, any bug fixes (not that I know of any) or any new camera support? On a related note, is it know

  • Using dbms_xmldom to load large xml

    Hi, I am using dbms_xmldom to load the xml of size 600 MB. Its taking around 7 hours to load the xml. Please provide the tips or tricks to tune the dbms_xmldom code. Quick help will be appreciated. Thanks !!

  • De authorizing a computer that won't run QT

    How do you deauthorize a computer that won't run quicktime, causing itunes not to launch? Or better yet, how do you fix quicktime so it works, allowing itunes to run in the first place.

  • Neither Appleworks nor Office will run

    My daughter's MacBook (OS 10.5) will launch neither Appleworks nor Office. They start to run, but then immediately quit and she gets the "quit unexpectedly" message. Text edit and NeoOffice both run fine. I trashed the plist file and cleaned the rece