Quantcast
Channel: Active questions tagged html - Stack Overflow
Browsing all 72330 articles
Browse latest View live
↧

Change border from parent div by hovering the child div [duplicate]

I try to change the color of the border but nothing works out. Is it even possible with css? I already found this: How to affect other elements when one element is hovered and also How to style the...

View Article


How to get data from server's database in HTML 5, using React

I have HTML files. They are just local files, so it is not connected to a certain server. I want to connect this to a server I made and make it alive. I don't want any code that works for real. That's...

View Article


Image may be NSFW.
Clik here to view.

HTML: image not clickable when placed within a certain region

I'm getting this really weird problem where the <img> stored inside an <a> tag is not clickable whenever I place it within a certain region i.e. within a certain height.After a bit of...

View Article

Changing exists rule based on choosen option

So i have this simple code to input value based on database value in registration form and it's work great,The code below located at register.blade.phpThis for selecting branch<div class="form-group...

View Article

Nav Bar Text Not Centering & Covering Text

I have an html page that "contains" many pages meaning I have links at the top of the page but when they are clicked you are not actually taken to a new page. The links stay on the same page but just...

View Article


Input control in Angular: invalid input not detected

I'm using Angular 8 for my client application. I want an error message to be displayed under the input box for the user when she inserts a wrong input. I'm using this inside my HTML:<!-- Score input...

View Article

Making underline start before text [closed]

I am trying to achieve something like:this imagewhere the underline starts before the text, and the text has a margin.I have tried by adding an empty div to my paragraph like this:<div...

View Article

How to do Javascript Function which will change the style display of element?

function burgerMenu(){ //alert(document.getElementById("hiddenMenuUL").style.display); if(document.getElementById("hiddenMenuUL").style.display="none"){...

View Article


PHP/MySQL - Query database with prepared statement, put each row of data...

I have 1 PHP file(query), 1 HTML/PHP File(results). I want a prepared statement to query all Data(column1) based on column2 value then put inside a div in another file. I have been trying this for...

View Article


Image may be NSFW.
Clik here to view.

bootstrap buttons coming out too small

hey guys i'm a newbie to web development and i have this little problem with bootstrap that i couldn't solve, it's two buttons that i put in the end of the page and they come out so small with the...

View Article

How can I make this sidenav menu be fixed in computers, but collapsible in...

I want THIS (I mean, the same menu system): https://i.stack.imgur.com/O5EtV.gifI have THIS (I mean, the same menu system): https://i.stack.imgur.com/ChI3e.gifHere's the code I got: body { margin: 0;...

View Article

parse xml from html POST [duplicate]

if it possible tell if an Iframe content has changed after the page has loaded?$('iframe').on('load' function () { alert('iframe loaded') }) will only alert once th page has...

View Article

How to remove left padding on a site using bootstrap

I know some bit of CSS. I got some profile card effect which uses bootstrap and since adding it, I have been unable to remove a left margin that appears for viewport that is above 1350px.I have tried...

View Article


Wordpress - Retrieve all Posts by 'post_type' then filter by taxonomy

I have a Wordpress installation with ACF (Advanced Custom Fields) installed. I created the Class post type and each Class has it's on Location value. How can I retrieve every Class and get the...

View Article

How to add Kelvin temperature to hex color?

Scenario:Using a color picker tool, I found some hex colours that I like.While doing so, I forgot to disable the screen-reddening software I was running (f.lux, redshift, etc).The color I see on my...

View Article


Why doesn't CSS clip-path with SVG work in Safari?

I have an inline svg and a background image on the masthead. I am using css clip-path to 'clip' out the svg animation with the image below. I have it working great in firefox and chrome but safari...

View Article

Losing content when i convert html to pdf with jsPDF

In my React App (client-side) i have a button to create a pdf using the current html content with jsPDF. I'm using .html() instead of .fromHTML() because i need to keep the html styles in the pdf...

View Article


How to load and play YouTube video into UIWebView in my iOS app?

I have a WebView in my iOS app. This webView is loading an web page that contains a youtubeVideo using myWebView.loadHTMLString The YouTube-video appears good but when I click to play, this show the...

View Article

How to get number of rows in using JavaScript?

I have a <textarea> element. Can I use JavaScript to detect that there are (for example) 10 rows of text in it?

View Article

react app does not rerender immediately only after second update [closed]

This is the start of an App class in a react app of a todo list, the app currently getting the user data from the server in "componentDidMount" and re-getting it in "componentDidUpdate" after every...

View Article
Browsing all 72330 articles
Browse latest View live