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 9156749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:50:42+00:00 2026-06-17T12:50:42+00:00

I need to built a website but I have specific instructions to not use

  • 0

I need to built a website but I have specific instructions to not use javascript. In addition to that I also have to make one that work for iPhone/mobile devices (also no javascript). It’s fine for me to switch style sheets base on devices with some PHP magic, so it doesn’t have to be the same CSS file.

What I want to know is, what are some recommended CSS frameworks for either or both scenarios?

  • 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-17T12:50:43+00:00Added an answer on June 17, 2026 at 12:50 pm

    You would use media queries to achieve this.

    https://developer.mozilla.org/en-US/docs/CSS/Media_queries

    The basic idea is to design from mobile up, or “responsive” design. You should google search that for more insight.

    You then use such operators as

    @media only screen and (max-width: 480px){
        #content{
            display:block;
        }
    }
    

    for example, to define how a particular element changes for each view.
    There are tons of resources for this that can be found with basic searches, so the need to outline in detail here is none.

    You can also add in specific style sheets like so:

    <link rel="stylesheet" media="all and (max-width: 480px)" href="http://foo.bar.com/stylesheet.css" />
    

    if you want to separate the style sheets for each view.

    good luck.

    If you have specific questions, feel free to ask and I can update.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just built a website and have realised that I need to have a
I have a website based on Wordpress, built with pages. I need to have:
Need to use own imaged markers instead built-in pins. I have several questions. 1.
When I originally built my website, it was handling only one interface, but now
I have an ASP.NET website that I built that has grown considerably in size
I have a php built website with a mysql database. I need an sql
I have a website that allows users to query for specific recipes using various
I need to secure my website without using the ASP.NET built in login controls
I have built a simple TCP server and need to compare client input with
I'm in need of a dynamic form that will be built from a list

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.