1,187,190 questions
0
votes
2
answers
17
views
Fixed Navigation Bar Overlapping Content in Mobile View
I'm working on a restaurant website. When viewed on a laptop screen, the navigation bar behaves as expected. However, when I look at the same website using using Chrome DevTools in mobile view, the ...
0
votes
0
answers
37
views
Indesign table XML convert to HTML table using XSLT 2.0
I want to transform Indesign table XML converts to HTML but I am not getting the correct output and need to handle dynamically rowspan and colspan. can anyone please suggest the correct table HTML ...
0
votes
0
answers
42
views
Have alert and appear before text
I have this html to display an alert in a table cell:
<tr>
<td>Status:</td>
<td class="td-alert" id="txtStatus">
<p style="text-...
-3
votes
0
answers
42
views
Why is my element with a higher z-index still behind another element? [duplicate]
I have two overlapping elements. I set one to z-index: 999 and the other to z-index: 1, but the element with 999 still appears behind. Why?
Minimal example:
0
votes
2
answers
47
views
Incorporate existing HTML file as String in VBA and send as HTML email using Outlook?
I am trying to incorporate a html file as a part of a new email (in the email body section) using outlook.
Here is my code:
Dim OutlookApp As Object
Dim OutlookMail As Object
' Define ...
Advice
0
votes
1
replies
36
views
Accessible two column-grid using role=table
Situation
We used to have a description-grid component that was our own interpretation of visually representing a list of key-value-pairs using div and role="table". We had a "one-...
0
votes
2
answers
58
views
How to create a Straddling div that overlaps direct sibling div, but does not overlap content [closed]
I want to add a "Straddling div", between two other divs in a column layout.
Div 1, Div 2, Div 3.
Diagram:
In the above image, scenario on the left, Div1 and Div2 are 'touching'. Just two ...
0
votes
0
answers
21
views
Remove space at the edge of a text box when text wrap [duplicate]
I have a series of span in my code with some short or long centered text inside.
<span class="mark">CA Global</span>
<span class="mark">Nombre de logements ...
1
vote
2
answers
71
views
Web form repeatedly resubmits itself after submission by Apple users [closed]
I have a .php file on the web which contains an html form. That form (in case it's relevant) calls the original .php file when a user presses "Submit". That is, the file is called newform....
0
votes
0
answers
16
views
Is it necessary to add Enctype in forms for uploading files in flask [duplicate]
Form:
<form action="/upload" method="post">
<input type="text" placeholder="Enter your name" name="name">
<input type="...
1
vote
2
answers
73
views
Trying to flip cards in JavaScript, stuck trying to pass data to the function to flip them [closed]
I can get these cards to flip on hover, but not on clicking on them. I'm trying to make a memory match game but I can't seem to get the Flip function to get the data it needs to flip the card that is ...
-3
votes
0
answers
28
views
Devices html viewer on android [closed]
Device -4407639870435284203.html
Archived my goodgle data and 4 devices with html appeared. Can I identify the devices
I googles for possible answers with not much info
Can the community perhaps ...
0
votes
1
answer
103
views
How to place a div over entire screen? [duplicate]
I have a simple webpage with one button and one or two div elements inside it.
When I click the button, I want one of the div elements to take over the entire screen (physical monitor). Currently, it ...
0
votes
2
answers
78
views
Why does my Go templates always render the last child template when using template inheritance?
I'm having an issue using template inheritance in Go. All of my routes are rendering the same file from my templates folder, which happens to be the last one (ViewGames.html). Here is what my ...
-1
votes
0
answers
45
views
how to fill textarea value using jquery and parse html inside [closed]
I'm developing a website with laravel as backend and pure js as frontend. I'm getting a field named Bio and in backend I'm removing any unwanted html tags and keep the ones I need with mewebstudio/...