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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:23:22+00:00 2026-05-28T01:23:22+00:00

I have a design with a width;1010px this design have two Arrow for a

  • 0

I have a design with a width;1010px this design have two Arrow for a slideshow “left” and “right” and are out of the box (width:1010px div container), in an absolute position.

.showcase-arrow-next
{
    right: -40px;
    top:150px;
    background-position: -70px 0px;
}

so I would like to know if it’s posible to declare a rule for specific monitor resolution, actually for ipad resolution 1024×728, I would like to position my arrows inside of the 1010px container when the monitor is 1024×728, I know how to do this with prototype, jquery, javascript alike solutions, But I don’t know if it’s posible to resolve this problem with only css approach.

thanks in advance

  • 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-05-28T01:23:23+00:00Added an answer on May 28, 2026 at 1:23 am

    Use a CSS3 Media Query to apply conditional styles to devices with a specific size:

    <style>
        @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {   
            .showcase-arrow-next {
                right: -40px;
                top: 150px;
            }
        }    
    </style>
    

    You can also detect the orientation of the device (Portrait vs. Landscape) by using the ‘orientation’ media feature, which can be combined like so:

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
        and (orientation: portrait) {
        /* iPad Portrait Mode */
    
        .showcase-arrow-next {
            ...
        }
    }
    
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
        and (orientation: landscape) {
        /* iPad Landscape Mode */
    
        .showcase-arrow-next {
            ...
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My Page is 980px in Width, but I have a few design elements (which
Please have a look at this form that I am trying to design with
We have lot of object with this kind of design : Interface and several
I have small design question about html.DropDownListFor() How can I change width of html.DropDownListFor()
Say I have an image that has a width of 2000px. The snazzy design
I have a difficulty on design a web page layout. This is my layout
I have these two options to implement a design, that are both extremely 'ugly'
Just need help as I have been trying sort this out for ages now.
I'm trying to create a design where I have a div for an image,
I have a simple CSS fixed width layout with a container and some backgrounds,

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.