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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T18:15:19+00:00 2026-06-15T18:15:19+00:00

I have this CSS linear gradient working in Firefox and can’t seem to get

  • 0

I have this CSS linear gradient working in Firefox and can’t seem to get the same result to work in Safari and other browsers. its a paper like background for a contact field. I Have tried the whole body and a specific element and the style seems to only work in Firefox. Tried using the -webkit- and the -moz- but no luck. Any ideas?

textarea {
    background-color: #fff; 
    background-image: 
        linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
        linear-gradient(#eee .1em, transparent .1em);
    background-size: 100% 1.2em;
    display: block;
    resize: none;
}
  • 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-15T18:15:21+00:00Added an answer on June 15, 2026 at 6:15 pm

    CSS

    textarea {
        background-color: #ffffff;
        background-image: 
            -moz-linear-gradient(left, rgba(0, 0, 0, 0) 79px, #abced4 79px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
            -moz-linear-gradient(top, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
        background-image: 
            -webkit-gradient(linear, left top, right top, color-stop(79px, rgba(0, 0, 0, 0)), color-stop(79px, #abced4), color-stop(81px, #abced4), color-stop(81px, rgba(0, 0, 0, 0))), 
            -webkit-gradient(linear, left top, left bottom, color-stop(.1em, #eeeeee), color-stop(.1em, rgba(0, 0, 0, 0)));
        background-image: 
            -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 79px, #abced4 79px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
            -webkit-linear-gradient(top, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
        background-image: 
            -o-linear-gradient(left, rgba(0, 0, 0, 0) 79px, #abced4 79px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
            -o-linear-gradient(top, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
        background-image: 
            -ms-linear-gradient(left, rgba(0, 0, 0, 0) 79px, #abced4 79px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
            -ms-linear-gradient(top, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
        background-image: 
            linear-gradient(to right, rgba(0, 0, 0, 0) 79px, #abced4 79px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
            linear-gradient(to bottom, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
        background-size: 100% 1.2em;
    }
    

    Demo

    Resources

    • http://www.colorzilla.com/gradient-editor/
    • http://caniuse.com/css-gradients
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this linear gradient, and I can't figure out why it doesn't work.
I have this CSS background-image: linear-gradient(360deg,rgb(255,255,255) 25% ,rgb(241,123,25) 75%); with -moz, -o, -webkit, -ms
Here is some jQuery I have coded: $(function () { $('input').click(function() { $(this).css(background, -webkit-gradient(linear,left
I have a cross-browser CSS gradient, such as this: #background { background: #1E5799; /*
To have a gradient background on an element I do something like this: .css('filter','progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#FFFFFF\',
I have css like background: -moz-linear-gradient(center top , #59a1d8, #27247D) repeat scroll 0 0
My internal css won't work with the little code I have. This seems like
i have this css code, and i want to shorten it. #one{ background: #6cab26;
I have this CSS. the property FILTER In class .crumb make my background and
I have this css: fieldset li { padding-bottom: 0em; } However, it wasn't behaving

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.