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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T05:13:31+00:00 2026-05-23T05:13:31+00:00

I want to use to simulate a cursor by adding the following class to

  • 0

I want to use to simulate a cursor by adding the following class to it.

.cursor {
    border-left: 1px solid red;
    margin-right: -1px;
    display: inline;
    position: relative;
    z-index: 1;
}

It works perfectly fine in Firefox. However, nothing is shown in Safari. I’ve been trying many different values. It seems like border-left is not understood by Safari although w3c claims that it’s supported by all major browsers.
Can someone please help me fix this problem?
Thanks,

  • 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-23T05:13:32+00:00Added an answer on May 23, 2026 at 5:13 am

    It seems to work fine for me, using your exact code. I’ve created a jsFiddle here, which displays a red “caret” in Safari.

    Is there a particular Safari version you’re having problems with? Does the jsFiddle shown work for you? It uses only the code you’ve provided.

    Caret displaying in Safari 5.0.5 on OS X 10.6.7

    On further investigation, it seems that the span must have content in order to show the border. I’m not sure exactly why — perhaps Safari is “optimising out” the empty span, or giving it zero height, or something like that.

    This appears to be a WebKit issue, as the same behaviour occurs in Chrome. As a workaround, if you set a height on the span, it seems to work. If I change your CSS to:

    .cursor {
        border-left: solid 1px red;
        margin-right: -1px;
        display: block;
        position: relative;
        z-index: 1;
        height: 1em;
    }
    

    …that is, adding a height to the span, then your border displays whether or not it has content. Therefore I guess what’s going on is that without content, WebKit is giving no height to your span, and therefore no border. Which is perfectly sensible behaviour, really.

    Here is your original jsfiddle, with a height added, that works in Safari and Chrome.

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

Sidebar

Related Questions

I want to use longjmp to simulate goto instruction.I have an array DS containing
I want to simulate mouse movement every x seconds. For that, I'll use a
I have made the Graph class, and i want to simulate a distribution network.
I want to use python urllib2 to simulate a login action, I use Fiddler
What control do can I use to simulate VB6's dotted design surface? I want
I have the following problem: I want to simulate some control engineering system. As
Im trying to use SendInput to simulate keyboard presses in my app and want
I want use groovy findAll with my param to filtering closure filterClosure = {
i want use some data from a website with web service. i have a
I have a transaction log file in CSV format that I want use to

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.