Questions tagged as 'css3'

3
answers

transparent scroll bar

I have a code that makes transparent the scroll bar in the browsers of the phones, but it makes both transparent, the (x) and the (and) only need to leave the bar transparent (x) no logo to give what I need How do I do? ::-webkit-scrollbar {wi...
asked by 09.10.2018 / 00:20
1
answer

Force text in 2 lines in a row of a table

I have a table that when loading too long text stretches the row too long and leaves the container of the div of the table, that is only in the case that the text is a single word without spaces, because with spaces if it leaves in several rows....
asked by 24.09.2018 / 22:36
0
answers

I created the answer file for the css but it does not detect it

I have created this web page since 0 is the first one I do the initial page is how I want it is basic but if they go down a bit in the area of the most seen in hollow bars and discos, there is a link to a bar that when enter does not appear the...
asked by 24.09.2018 / 21:26
0
answers

Transition to another page disappear (Fade-out)

I have implemented in HTML and CSS a code for when I finish loading a page I do it with an opacity transition from 0 to 1 (Appear or 'fade in'). I need to make another transition when I jump to another page. The current page must disappear ('...
asked by 18.09.2018 / 10:56
1
answer

Show content in my body, with JS

What I would like to do, is that in my index.html, in the part of the body the entire page is loaded, let's say it hits "contacts" of the nav, and it loads me the contents of a contacts.html file, inside the body. <html> <head>...
asked by 18.09.2018 / 21:23
0
answers

Show flashing div depending on the result of a query

I have a PHP page that every x seconds consults another PHP the number of rows of a query. Based on that answer, that is, if the value is greater than zero, I would like to show a div , which is an alert, which should be intermittent. I...
asked by 12.09.2018 / 21:03
0
answers

when I use forwards in animation-fill-mode this does not stop in the last frame of the animation

I want my animation to stop when it is finished running and it does not repeat or restart. Code css: @keyframes slideSubs { from {margin-right: -110px;} to {margin-right: 0px;} } #appearOneElement0 { animation-name: slideSubs;...
asked by 14.09.2018 / 04:50
1
answer

Vertically center Bootstrap 4 custom checkbox

I'm working with Bootstrap 4.0 and I'm trying to put together a form-row that has two columns, on the left a input and on the right a custom-control-input of type checkbox . My problem is that I can not vertically c...
asked by 12.09.2018 / 14:22
2
answers

The css file linked to my html does not work correctly

I'm trying new styles but when it comes to creating them in css it does not show me the expected result. Apparently I see the code correctly but I do not believe the 3 black boxes that this code should create. HTML: <head> <met...
asked by 02.09.2018 / 01:08
0
answers

http error 500 in miarroba

A blog that worked well for me at localhost with Xampp I have uploaded it to miarroba, and when I try to see it on the internet I get the following error:    This page does not work The realzaragoza.webcindario.com page does not work   You ca...
asked by 12.09.2018 / 09:01