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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:56:34+00:00 2026-06-01T00:56:34+00:00

I am a total newbie to CSS – am just an iphone developer, and

  • 0

I am a total newbie to CSS – am just an iphone developer, and I want to put a home page together to promote my apps, basically just one background image with links to the app store, facebook, and twitter.

I received from my designer the home page image (jpeg, 1400×776) and started to research different ways to build my site without slicing this image since it’s the last thing I’d want to do, and thats how I came across CSS sprites (literally yesterday). What I was looking to do is to “mask” some areas of the image and add links to them, and so I used the following code to “mask” some icons so I could attach links to them and make them “clickable” (things like facebook, twitter links, etc.). My problem is that once I checked my site on a smaller screen, while I did see the full image, the “links” were way outside the screen (as if not “attached” to the UI elements anymore).

My index.html:

<head>
<title>Delengo Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style media="screen">

#skyline {
background: url(delengo.jpg);
background-repeat:no-repeat;
background-position: top center; 
width: 100%; 
height: 100%; 
margin: -10px;
padding: 0px;
min-height: 800px;
}

#skyline li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#skyline li, #skyline a {height: 200px; display: block;}
#twitterlink {left: 1295px; top: 500px; width: 30px; height: 77px;}


</style>
</head>

<body>
<ul id="skyline">
<li id="twitterlink"><a href="http://twitter.com/#!/delengo"></a></li>
</ul>
</body>
</html>

What is the best way to fix that, and is this the right way to utilize CSS sprints anyway? I am trying to avoid any way possible to get into photoshop and slicing my image.

PS: there is a good chance that I have missed how CSS sprites work altogether, since I keep coming across sites that “assemble” your images into one file with CSS sprites, while my understanding was that the key value of this technology is that now you dont need to mess around with multiple images and you can just ask the designers to provide you one image with all the elements…is that not true?

Thanks a millions…

  • 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-01T00:56:35+00:00Added an answer on June 1, 2026 at 12:56 am

    CSS Sprites are used sparingly and selectively, in order to improve performance. They’re not used as a way to “skip slicing”. You can make a sprite with some buttons and icons that are used decoratively, but still, you’ll need to cut them and reposition them in a new image. If I understand it correctly, you think you can just position your html over a huge background, which even if you find a way to do (!) I’m afraid it won’t look at all good if you want to promote yourself. (for once it is not flexible and fluid – for sure.)

    CSS can be quite easy if you’re a developer already. I suggest you give it a try.

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

Sidebar

Related Questions

I am total newbie to Android but I have some knowlege of iPhone apps.
I'm a total newbie when it comes to CSS so I've pretty much given
Total newbie question, but I cant figure out what im doing wrong. I want
I'm a total newbie and want to start with php. I know some javascript
I am a total newbie in the Python world. I want to start to
I'm a total newbie to programming and just started learning JAVA i order to
I'm a total newbie at Entity Framework and ASP.Net MVC, having learned mostly from
I am a total newbie in servers/hosting etc, although I have some experience in
I`m a total newbie in php, so sorry for my simple question. Need to
I know this is a total newbie question, but the answer may not be

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.