Questions tagged [web-frontend]

A refinement of the more generic frontend tag. In a web application this usually means HTML, CSS and JavaScript

Related: frontend, css, html, javascript

1441 questions
-2
votes
1 answer

Javascript: How to handle Shift + Tab inside switch case?

So I have been using a nested if-else & event.which for handling all the keyboard navigation, but I want to change to switch-case & event.key. I am facing trouble in handling shift+tab event. I've tried: switch(event.key){ case "Shift": …
-2
votes
1 answer

can someone please tell me why my hover and focus is not working

I was trying to set my text-decoration to none but I don't know why my hover is not working I am using sublime text 4 the color scheme is monokai my HTML screenshot : Html screenshot My css screenshot : css schreenshot
Ayushaps1
  • 31
  • 3
-2
votes
2 answers

How to Change the Background colour of a table-column in html and css?

How to Change the Background colour of a table-column in html and css? I know how to change row colour. But I just can't seem to do this.
-2
votes
1 answer

Why cannot I use this.props in stateless functions like I did in React Components?

When I used props in react Components,I used this.props.name to access name. this.state = { seconds:parseInt(this.props.start) }; But when I do the same thing in functions [stateless],I get an error: function Show(props) { return ( …
Savannah Madison
  • 575
  • 3
  • 8
  • 17
-2
votes
1 answer

How to import reactjs code to react native

I have developed a webpage using react js and now want to develop the ios and Andriod app using react-native. How to import react js code to react-native?
-2
votes
1 answer

How to handle Different Session in different tabs of same browser?

I would like to open different tabs with different session but currently I did not found any procedure? I have searched my methods but did not found any solution
Techleadz Team
  • 198
  • 2
  • 15
-2
votes
2 answers

How to maintain position and size for all window sizes in CSS?

I want the image to be at the center of the window, and of the same size irrespective of the window size. Im not sure on how to do this, any kind of help will be appreciated.
-2
votes
1 answer

Differentiate between Observables, Subjects, ReplaySubjects, Behaviour Subjects?

Please share some examples/code snippets. I read the code but my understanding is not that clear.
Kapil Raghuwanshi
  • 867
  • 1
  • 13
  • 22
-2
votes
1 answer

How can I remove a comma in a list via css?

As you see, the first row includes a comma, thus the output is ", Paris,…
-2
votes
1 answer

how to get exact decimal height for table rows using jquery

It is giving integer value. If value is 15.6, it is showing 16 OR if value is 15.2, it is showing 15 How to do it? Please help
-2
votes
1 answer

How to get Live projects in Front-end Development as a fresher?

I want to start my career as a front-end developer, though I'm from non-IT background. Where do I get live projects in this field?
Biraj Raj
  • 1
  • 1
-2
votes
2 answers

WYSIWYG form for users in Django CMS

Recently I started using Django CMS, it turns out to be a great tool for web developer. But one thing I couldn't have achieved so far is creating a form for users so they could submit some content created with WYSIWYG editor. I thought maybe…
PookyFan
  • 785
  • 1
  • 8
  • 23
-2
votes
2 answers

Sketchapp using for mockup designing

I know this is not related to PHP but related to many Front-end designers and developers. In now days experienced mockup or UI/UX element designer use an app called sketchapp specially who use mac os. but when it comes to front-end developers who…
-2
votes
1 answer

Javascript - need explanation on the variable inside IIFE

I have this code - I just wonder why after I add 'var' to foo variable, it doesn't work (it shows me foo is undefined)... Can anyone help explain these two functions? Thanks! window.onload = function() { var test = foo().steps(2); …
catlovespurple
  • 682
  • 1
  • 7
  • 20
-2
votes
2 answers

I need the best responsive website test tool

I'm looking for the best app, online tool or whatever exists to fully test compatibility for a responsive website I'm working on. I need to check screen sizes, browser, devices. Is there a tool that unifies all test in one platform?