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

  • Home
  • SEARCH
  • 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 7428321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:43:40+00:00 2026-05-29T08:43:40+00:00

What is the preferred way to store styles very specific to one single dom

  • 0

What is the preferred way to store styles very specific to one single dom element? In a separate css file, or inline in the style attribute in the html file?

I’ll give you an example. This is the css i currently have in a css file. Titlebar, product title, product description, and category image are elements which all need very specific styling and I will never reuse the styles anywhere else. I am very tempted to add them inline and only leave the more general styles in the css file. Should I do this? Why/why not?

#titlebar {
  position: absolute;
  top: 141px;
  left: 80px;
  width: 180px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: white;
  text-shadow: 0 -1px 0 #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#product-title {
  position: absolute;
  top: 190px;
  left: 110px;
  width: 190px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-family: 'Droid Serif', Georgia;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#product-description {
  position: absolute;
  top: 210px;
  left: 110px;
  width: 190px;
  font-size: 10px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#category-image {
  position: absolute;
  top: 186px;
  left: 43px;
  width: 52px;
  height: 60px;
}
  • 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-29T08:43:41+00:00Added an answer on May 29, 2026 at 8:43 am

    Generally use an external stylesheet (or several) because they can be cached by the browser.

    Using inline styles is a bad idea. It reduces maintainability and separation of code and presentation.

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

Sidebar

Related Questions

What is the best or preferred way to store data for a .NET desktop
What is the preferred way to store some data on the users computer for
What is a preferred way to store recurring time windows? For example. If I
When using VS, the preferred way to store user- and application settings seems to
What is the preferred way to work with Singleton class in multithreaded environment? Suppose
What is the preferred way of deploying a compojure/sinatra applications? I have multiple sites
What is the preferred way to build application gui components tree? Instantiate all components
Which is the preferred way of defining class properties in Python and why? Is
What’s the preferred way to handle 404 errors with Play 2.0 and show a
So what will be the preferred way of initializing records? With a 'factory function':

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.