Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS @media print

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34998
    aoeui
    Participant

    MEDIA QUERIES

    I use single .css file in which I have apart all web styling at the very bottom also


    @media print {
    /* print styles in here */
    }

    I know media queries as for adaptive / responsive webs
    but is this also MQ so I have to use modernizer or such in order to print in older browsers ?

    #90001
    aoeui
    Participant

    I do not want to use 2 separate files like
    style.css
    print.css

    but have the printing part included in one file

    #90007
    hero
    Member

    Are you worried about the amount of http requests with separate style sheets?

    #90010
    aoeui
    Participant

    not really so much as I wanted to have all css in one file for convenience

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.