Most voted "css" questions
Cascading Style Sheets (or simply CSS) is a style language used to define the presentation of documents written in a markup language, such as HTML or XML. Its main benefit is to provide the separation between the format and content of a document.
Learn more…8,314 questions
Sort by count of
-
-1
votes1
answer248
viewsHow to hide a dragging Drawer menu?
So I’m starting to develop sites and I made a Google play-style Drawer menu for the mobile version of the site only it doesn’t hide when I drag it aside someone knows a way to do this interaction ?…
-
-1
votes2
answers1145
viewsChange the background color of an element when scrolling the page
I’ve tried that code without succeeding. $(document).ready(function(){ $(document).scroll(function() { var alpha = Math.min(0.5 + 0.4 * $(this).scrollTop() / 210, 0.9); var channel =…
-
-1
votes1
answer916
viewsUnderstanding position, display and float in responsive layout
I created a simple "project" with CSS, HTML and JS, with the purpose of my learning. However some doubts arose at the end of the project (I will leave the link of the same to download), Dropbox -…
-
-1
votes1
answer881
viewsHTML-footer overrides the HTML content
The footer I have overlaps with the body contents. I’ve put the footer inside the body and outside it and yet I have this problem. please see image: http://imgur.com/a/TJkti , as I have this form…
-
-1
votes1
answer1952
views'phonegap/Cordova' is not recognized as an internal command
'phonegap/Cordova' is not recognized as an internal or external command, a operable program, or a batch file. I was with this error and was breaking my head, I will share to those who are having…
-
-1
votes2
answers45
viewsScroll Gigantic
My site is with a huge scroll, surpassing the content of the site and showing a white background. I’ve tried to set a max-height on the tag html but nothing has changed…
-
-1
votes1
answer511
viewsCombo box with colors
I wanted to do a kind of a traffic light, I have a combo box with 3 options: I would like each of them to have a ball in front with a color (Green, Orange/Yellow, Red), so that it is easier to…
-
-1
votes1
answer1089
viewsChange button link according to a select
I am developing a plan table, where the values of these plans vary according to the options selected in (are 4 selection options). This part of changing the value of the plan according to the…
-
-1
votes1
answer300
viewsImprimir Alert PHP
Good staff as I can print the contents of something php in a div for example : I have a login area , if the user data is wrong I want to print a div with Alert (with bootstrap) on the same page. I…
-
-1
votes2
answers110
viewsChange file ( jpeg , gif or swf ) according to screen size?
I have a Site in PHP and it has a field for advertising ( Where I can paste codes ) As it is a site that resizes I have no idea how to make an HTML or JAVA code use different images for the same…
-
-1
votes1
answer81
viewsThe image is getting below the menu
The image is not getting...well positioned. What do I do ? You have this blank. It’s for her....…
-
-1
votes2
answers46
viewsImages within DIV’s - How?
I want to apply 2 company logos, one on the left side and the other on the right side within this DIV. How?! I can only apply one, when I’m going to apply another, the first one goes away. @media…
-
-1
votes2
answers1694
viewsPlace an icone with css in a div
Guys I’m putting together a css with a Tooltip, it is working well. However I want to put a little arrow in the balloon of Tooltip, and it’s not working. I tried creating the following class…
cssasked 8 years, 3 months ago Hugo Borges 5,294 -
-1
votes2
answers97
views100% modal with CSS
Someone can help me, I need to make a modal, an msg that will appear in the loading of the site, with a background all opaque, IE, with the modal characteristics same, and when clicking the window…
-
-1
votes1
answer387
viewsFont icons BOOTSTRAP/CSS
I was looking at some sites and I saw that they are using some icons, but without the need to put an image, is used a font, I found it very interesting because you can change size, color without…
-
-1
votes1
answer691
viewsVertical alignment and inline display
good afternoon! I have the page below and as much as I try I can’t get the menu to stay online with the logo. Where am I going wrong? Another problem is that the logo and menu have height of 88px…
-
-1
votes2
answers1167
viewsHow to put a:Phocus effect on div
I’m 5 input and each one stays within one div, would like to know how to put an effect phocus in each div that holds the input and by clicking off the div remove the effect. <div…
-
-1
votes1
answer136
viewsHow to import CSS source
I need to use the source Imagine, but I have no idea how to import it to my page. I did so, but it did not work: <style> font {font-family: "Imagine Font"; src:…
cssasked 7 years, 1 month ago user91701 -
-1
votes2
answers134
viewsCan only do this with CSS3
I wonder if there’s any way to do that effect just with CSS, the problem is that I do not know how to do the "triangle" from below the rectangle <div…
-
-1
votes1
answer178
viewsLayout of text box
I’m trying to do something like those forum elements, which show a div with a user photo and a space with some text on the right, you know? I’ve tried to position one on the other side using the…
-
-1
votes1
answer127
viewsMaterialize is not responsive
I developed a site using the css of http://materializecss.com/, but it does not get responsive, I wonder if the materialize is responsive and if you have to do something to make it responsive…
-
-1
votes1
answer146
viewsSite with Responsive objects!
I’m developing a website in BootStrap! He’s doing very well in a matter of being Responsivo. Only, Background is working as planned only on PC’s, we already smartphones He’s even cool, but by…
-
-1
votes2
answers1699
viewsImage appear while hovering over text
I’m making a site for a pizzeria and need that, when passing the mouse over a pizza menu (text) appear next to a picture of the corresponding pizza.
-
-1
votes1
answer34
viewsHow to animate cursive font
In my home of the site I’m creating, has the very large name of the person with a cursive source. I’d like to know how to open the page, start an animation as if a person is writing the name. The…
-
-1
votes4
answers1713
viewsHow can I create a circle in CSS with number in the center to use in wordpress
I’m starting in CSS and Wordpress, would like to create a pattern of articles with circle format with numbers in the center. My idea is for a bingo site, then I would like to update only the…
cssasked 7 years ago Neto Oliveira 11 -
-1
votes1
answer121
viewsI’m having trouble making a.css file.
Hello, I’m new here, and I’m studying front-end, but I’m having problems, when saving a css file, to add in HTML, this same file is empty, even if I save it as (.css) and does not change what I…
cssasked 7 years ago user90868 -
-1
votes1
answer152
viewsAnimation in background HTML
people I saw on a website the following animation in the background and would like to know if someone has her source code or something like .... follows the link of the site with the animation: to…
-
-1
votes1
answer249
viewsConnecting MYSQL Database with PHP and Phonegap
I’m creating an app in HTML, CSS and JS with Cordova. And would like to know how I make his connection to a database of a server... In case I want to take his information and pass to the app.…
-
-1
votes1
answer444
viewsStylization of views - Laravel
By Laravel’s default, the view welcome.blade.php comes with styling in the view itself and not in a separate file. I wonder if this practice of styling the view in the same file is correct or should…
-
-1
votes1
answer42
viewsHow to make a top designer with these breakups in Woocommerce?
How to make this image in css in Woocommerce? I want to leave it this way in my header, but it is not aligned this way and does not have separation traits. I have to do it in CSS and HTML Image used…
-
-1
votes1
answer690
viewsAdjust Portrait Image to CSS Landscape
When the image is landscape, the thumbnail is top. When it is portrait, the function does not adjust so that it stays in landscape mode by adjusting the image with the proper proportions. When I…
-
-1
votes1
answer47
viewsElements that return to original size when clicked again or when a brother element is clicked
I have a table with some <td> align vertically. When clicked, the height of the <td> increases, and if another is clicked <td>, the previous one back to its original size. I also…
-
-1
votes2
answers154
viewsProblem with toggle button
https://jsfiddle.net/pkr6zeu2/2/ I’m having a problem on the toggle button and I’m not figuring out why, when I click on btn-Help was to pop another help-body div but it’s not working.…
-
-1
votes1
answer156
viewsSelect on map/img
After I’ve clipped that image into states, how could I join them?…
-
-1
votes2
answers609
viewsAlign DIV with Absolute position to another DIV with FIXED position
I got a little problem here. on this website: http://www.gncshop.com.ar/portal/company/ I need to align this image slider to the top of the screen, which sits behind the main menu. As you can see,…
-
-1
votes2
answers429
views -
-1
votes1
answer632
views100% height on div does not work
I’ve tried everything but my height:100% does not work what I should do? html, body { margin: 0px; height: 100 %; } .margin - site { width: 615px; margin: 47px auto; background - color: #fff;…
-
-1
votes2
answers1063
viewsMy site does not update CSS
Guys I made some modifications to my site only in CSS. However, it does not update the modifications only that I realized that taking away the https and putting only the http it modifies, it is as…
-
-1
votes1
answer57
viewsI want to use DISPLAY:FLEX in CSS but I’m not getting it?
<iframe class="OrganizarPosicao" src="https://www.linkedin.com/embed/feed/update/urn:li:activity:6378354762370285568" height="525" width="504" frameborder="0" allowfullscreen="">…
-
-1
votes2
answers75
viewsdiv 11 does not receive styling in css
Guys, there’s something going on with me that I don’t understand I created several Ivs like this: div id="nome" img src="img/00001.jpg" /div to put an image at the bottom of a page, but as I want to…
-
-1
votes1
answer46
viewsProblems with HTML + CSS Element Placement
I’m having a lot of problems positioning elements in html+css, I’m making a site, and I made a button with animation there, so I went to try to put a navigation bar, so I put before the code of the…
-
-1
votes1
answer876
viewsAnd when the overflow doesn’t work?
I’m working with some images with a zoom effect using transform: scale(x);. But when you zoom in, especially on mobile, the image goes beyond the side container. So it doesn’t appear in itself but…
-
-1
votes1
answer554
views -
-1
votes1
answer1651
viewsAnimation of texts with css
I need some help with animation CSS: Show sentence wait 2 seconds... Show another sentence and wait 2 seconds... After 2 seconds of the second sentence return to initial animation. <div>Frase…
-
-1
votes5
answers939
viewsCentralize H3 in the Section
I’m trying to correct a mistake in my website to leave the h3 in the center of the Section, I have tried several methods, I do not know if it can be error or other. the CSS is this: .BlackSky{…
cssasked 6 years, 6 months ago Givago Fritzen 1 -
-1
votes3
answers132
viewsUl list with independent dynamic width of items
I have a list with several blocks, I would like the width of UL to be dynamic, if I delete a <li> the size of the list track without breaking the alignments, it needs to serve for 1 block, 3…
cssasked 7 years, 9 months ago Samuel Souza 468 -
-1
votes1
answer138
viewsGraphic in css or jquery
It is possible, via css, html or jquery to create a chart like this? Actually, the problem is making the arrows. If anyone has ever worked on something like this to shed light, I thank you.…
-
-1
votes1
answer245
viewsIcon of misaligned input
I have a password type input with span where the bootstrap icon is this misaligned, only Password type, text works normally <div class="panel-body"> <form class="form-signin" method="POST"…
-
-1
votes2
answers51
viewsHow to make the background image different for each day?
How to make each day of the week a different background image ?
-
-1
votes3
answers9296
viewsHow to make a countdown timer with Html5+css+javascript, which at the end of the selected time tap(or run) a *.mp3
I started testing with this HTML code: <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body…