Results 1 to 2 of 2

Thread: Footer Issues in Print preview

  1. #1
    Join Date
    Apr 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Footer Issues in Print preview

    Im using different CSS for both print and screen media as my application user is more specific about printing web pages

    >the issue is with footer which behaves relative to the conttent and doesnt stick to the bottom all the solutions ive tried are good on screen but not on print preview.

    Is there a way we hack the print settings as it is more of OS print behaviour respective to styles

    Any help appreciated

    Thanks
    P

    P.S Working on IE6

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Why not have a separate stylesheet for your printed layout?

    Code:
    <link style="text/css" rel="stylesheet" href="/path/screen.css" media="screen">
    <link style="text/css" rel="stylesheet" href="/path/print.css" media="print">

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
  •