Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 0
1 answer
47 views

I am trying to implement this StackOverflow answer but I am running into problems getting Bootstrap to play nice. I am using Bootstrap v4.3.1. I have the following code that lists brands using a Twig ...
Score of 1
2 answers
56 views

.navbar { display: flex; gap: 28px; list-style-type: none; padding-left: 145px; background: linear-gradient(to right, #EEEEEE, #999999); height: 30px; align-items: center; } .search { ...
user avatar
Score of 1
1 answer
93 views

Cannot remove the underline from the second level of a nested ul in Markdown. Code Markdown * list item (first ul first li) * list item (second ul first li) * list item (second ul second li) * ...
Score of 1
1 answer
242 views

I'm using OpenLayers for a React project and everything is going very well. I'd like to extend the WebGLTileLayer class to eventually be able to apply GLSL to web tiles (for raster smoothing, ocean ...
Score of 1
1 answer
86 views

On current project, I've been using :before pseudo-elements to insert the bulletpoints for ul > li elements. That way, I can put padding on the li-elements themselves to nudge them to the right. ...
Score of 2
1 answer
49 views

I want to output like so: 1-2 number one 3-4 number two 5-6 number three This is my HTML-CSS code which I have tried ol { list-style : none; /* Remove default numbering */ counter-reset :...
Score of 0
1 answer
74 views

Actually the <ol> tag font-size is getting as 1 after received the output even the <li><font>listItem01</font></li> font size is bigger (1,, 2, 3, 4, 5, 6, 0r 7), so here ...
Score of 1
1 answer
74 views

I am using a content editable list. Currently I am not able to solve the following chrome problem (it works fine in FF at least). When you click after the end of the following lines, the cursor is ...
Score of 1
1 answer
55 views

In the example below you can see the issue. I have tried changing the grid-tample-colums property of the grid-container (ol) to grid-template-columns: min-content 1fr 0; . But I am stuck. ol { ...
Score of 1
0 answers
72 views

I have an unodered list which uses JQuery to reorder the list. Each list item is made up of several parts:- switch ($categ) { case 'P': $p1 = 'C'; $p2 = 'E'; break; ...
Score of 0
0 answers
67 views

I have a list of application which I first filter by those who have paid: var boapApplicants = _BOAPRepository.GetBOAPApplicantsList_Paid(); It then takes that list and puts it into a new selection ...
Score of 1
1 answer
169 views

Is it possible to have a list counter style that behaves like number.toLocaleString()? Or at the very least, show commas in the thousands places? Basically to show like 1,234 (or ideally 1.234 ...
Score of 1
1 answer
85 views

My HTML structure looks like this: <ol styletype="A" start="5"> <li data-prefix="Pre" data-suffix="Suf">Item 1</li> <li data-prefix=&...
Score of 0
1 answer
55 views

I have a navbar on a website, of which I want the background color to be yellow and the text black. When having a mouse over an item, the background would be black and the text yellow. My problem is ...
Score of 1
1 answer
205 views

I'm running a PHP file that uses javascript to add to a list of items that is pulled from a sql database. The search filter does not affect the items that were taken from the sql database. How can I ...

15 30 50 per page
1
2 3 4 5
400