Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CanvasXpress css file conflict with HTML <input type="range"> element #142

Open
catsingchannel opened this issue Nov 27, 2023 · 1 comment

Comments

@catsingchannel
Copy link

Hi I am trying to use range input in my HTML page for some value input, The problem is if I directly add the canvasXpress.css file into my HTML, all of my range input bars will disappear from my page. Is there any solutions for this problem?

Here is my HTML:

<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title></title>
    <!---<link rel="stylesheet" href="https://www.canvasxpress.org/dist/canvasXpress.css"type="text/css"/>--->
    <!---If this css file is added the range bar will disappear>--->
</head>
<body>
    <div>
           <label for="rangebar">Here should be a range input:</label>
          <input type="range" id="rangebar" min="0" max="11" />
    </div>
</body>
</html>
@neuhausi
Copy link
Owner

Is this fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants