Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8713749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:24:50+00:00 2026-06-13T05:24:50+00:00

I know it sounds ridiculous, but can I use a css media query in

  • 0

I know it sounds ridiculous, but can I use a css media query in an inline style? The reason is I’m echoing a background in PHP and need to use a retina size image if the device is retina.

ie: <div style="background:url(normal.png); <- need to add style for retina device

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T05:24:51+00:00Added an answer on June 13, 2026 at 5:24 am

    Not within an inline style declaration as far as I know.

    However, if you’re echoing from within PHP and really can’t access the stylesheet I would suggest echoing an inline <style /> element with the media query and using a class for the div.

    i.e.

    <style type="text/css">
        .bg {
            background: url(background.jpg);
        }
        @media only screen and (max-device-width: 480px) { /* Change to whatever media query you require */
            .bg {
                 background: url(background_highres.jpg);
            }
        }
    
    </style>
    <div class="bg">...</div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i know this sounds silly, but can someone please post the arrays described by
I know this sounds bad but how can I disable/suppress a specific warning for
I know this sounds really silly but what character encoding should I use for
I know this sounds easy but how can i delete a image with wxpython?
I know this sounds strange but I can't get it. Here (http://pytest.org/dev/getting-started.html) it says
I know this sounds silly, but does anyone know how to implement CSS fallback
I know this sounds pretty trivial, but I'm new to jQuery... I use this
I know this sounds like something I can google, but the truth is that
I know this sounds like an easy question but for some reason I just
I know this sounds strange, but on my development box I can't go back

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.