Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-4 votes
0 answers
21 views

How to be good at css and styling the webpage [closed]

How to be good at css and styling the webpage I am not good in desiging so how can be a good designer in css. and i am not able to do projects by myself i depend on youtube and google so please ...
Hamad Ullah's user avatar
0 votes
0 answers
34 views

Why are my simple addEventListener functions not working, except one works backwards? [duplicate]

So I'm new to javascript and new to coding. I am building a website or two just to learn while I'm building. I'm doing this locally on my laptop. I'm trying to make a button on my website, that when ...
miguel's user avatar
  • 9
0 votes
1 answer
59 views

Web Components: attributeChangedCallback() function not triggered even after mentioning the observedAttributed()

I have created a Web Component which has 2 inputs: btnText and btnDisabled. I have mentioned these 2 attributed in the static get observedAttributes() {}. Yet, the attributeChangedCallback() does not ...
Ankit Tanna's user avatar
  • 1,809
-1 votes
1 answer
36 views

Iframe start possition only by HTML and CSS

I am strugeling for few days on "How to set custom view point in iframe." I have also tryed ChatGPT, but nothing worked for me. Point what i am trying to do is that the my friend lost his ...
Jiri Cerny's user avatar
0 votes
1 answer
49 views

Horizontal scrollbar affects layout

When I have a horizontal scrollbar on divs that contain tables of varying lengths it causes a shift in the layout. I'm aware of gutters but they only seem to work on vertical scrollbars? How would I ...
Toby Hogg's user avatar
0 votes
2 answers
47 views

Overflow issue in flexbox [duplicate]

Markup & Styling * { box-sizing: border-box; } body { font-family: sans-serif; background: #dedede; padding: 48px; } #app { display: flex; width: 100%; } .box-1 { border: 1px ...
Farheen Shaikh's user avatar
0 votes
0 answers
56 views

Problem with *.svg logo showing on my website

Good day to everyone! I'm new here & in web design. Have some problem with my study project. In my study material (website), logo showing well, but once I change image in original *.svg file it ...
nas2toll's user avatar
0 votes
0 answers
49 views

MJML Column Gutter and Column Division

I Want To Build Thin In MJML Can Some One Give Me The Code For This Using MJML I Cant Seem To Get It Right Thank You. This Part Is a Must <mj-column background-color="#f6f6f6"> &...
Naveen MalNay's user avatar
0 votes
0 answers
110 views

Change site from HTML to React based on Next.js 14

my current page is hosted on hosting, and the page is pure html,css,js. I created a React version of this website and deployed it on Vercel. Now I wanted to put it on my main server, however after npm ...
Krzysztof's user avatar
0 votes
0 answers
18 views

HTML code wouldnt scroll all the way up and will not run in localhost

im a newbie in html and css. im trying to make a website with a form but i have two problems: My page wouldnt scroll all the way up. It wouldnt launch on browser ps: any tips to make my code cleaner ...
djon3rcod3r's user avatar
0 votes
1 answer
36 views

Nav bar doesn't extend to the 100% of the webpage when using a video as a background

My navigation bar doesn't reach the left end of the screen, only the right end. This issue only came up when I tried to put a video as a background for the web page. I tried setting the padding to 0, ...
Doma's user avatar
  • 1
0 votes
0 answers
20 views

Need to remove cupertino styles in primefaces [duplicate]

When using the cupertino styles in primefaces, it forces me in certain sections of my page to use the default ones and doesn't let me change them, so I added the following in my web.xml: <context-...
David's user avatar
  • 23
1 vote
0 answers
35 views

How can I create white corners for my grey border in CSS? [duplicate]

I have a div and I want it's border to have white corners alongside with the grey border (as on the picture). I tried creating it as a mask like this: img { --s: 50px; /* the size on the corner */ ...
belka's user avatar
  • 19
1 vote
2 answers
152 views

Inserting space between two input fields on same line in an html form

I am trying to create a form using html and CSS. My form requires the first two input fields to be on the same line however I am struggling with spacing them out so that they are in line with the rest ...
Anesu Mazvimavi's user avatar
0 votes
1 answer
30 views

Cursor stuck on 'wait' when I go to previous page

Is there a method to have the cursor change to 'default' if I have to go back to the previous page? When my login button is clicked, I want to indicate to the user that the next page is loading, so I ...
HawkHightech's user avatar

15 30 50 per page
1
2 3 4 5
368