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
-
0
votes1
answer228
viewsHow to add 64 base image to the div background dynamically?
I’m having second thoughts, How to place a Base64 background image in a div, dynamically using jquery ? I know it’s normal to use it like this: background-image: url('data:image/jpg;base64,AQUI VEM…
-
0
votes0
answers38
viewsUnwanted space when adding a Google Font
When using the source Source Sans Pro of Google Font, I noticed that just after the footer appears a spacing of 1px, at the end of the Document if it is loaded into the Internet Explorer (version…
-
0
votes1
answer667
viewsChange background color of jquery multiselect plugin
Guys I’m using the Jquery multiselect plugin https://plugins.jquery.com/tag/multiselect/. It occurs that it is generating me two difficulties. The first difficulty is with CSS: I need to change the…
-
0
votes2
answers55
viewscentralize "a" elements in a div
How do I center a "a" link horizontally and vertically in the center of a div? <div id="header_right"> <a>A</a> <a>B</a> <a>C</a> </div> CSS:…
-
0
votes1
answer140
viewsWYSIWYG editor with code style
I am creating a website where I will post some code snippets (as if it were a backup of my codes), and for this, I am using ASP.NET MVC. Almost everything is ready, what is missing is a WYSIWYG…
-
0
votes1
answer59
viewsWhat is the easiest way to make a slide with Bootstrap?
I was following the following tutorial to make a slide: http://getbootstrap.com/javascript/#Carousel The Design I managed to deploy on my page, as it is practically just copy and paste, I followed…
-
0
votes0
answers71
viewsSlide with rounded base
First time I need to make a slide of this type, it came into mind to use a normal slide with a div superimposing the bottom of the slide, giving the rounded effect. There is another way to do this?…
-
0
votes1
answer124
viewsPHP recursive directory
I need to include a file from a recursive directory, I’m using the following form: <?php require_once '../../cabecalho.php'; ?> Okay, here’s what’s going on. The header, which would be the…
-
0
votes1
answer50
views"Hide" a cell from a table
I was trying to make a simple layout in which the desktop version has a logo in the center of the main-Nav at the top of the page, flanked by navigation. Using a table is the best solution? I tried…
-
0
votes1
answer36
viewsCSS3 Gradients - Doubt about syntax in Firefox and IE
I created the CSS code below in my web project, the goal is to leave the top menu bar with a gradient from black to transparent, in Chrome works perfectly, but I do not know what syntax to use for…
-
0
votes1
answer134
viewsProblem developing Wordpress comments.php form
Hello! I am developing a theme and my form on comments.php is giving error. The rest of the comment file is working right. I am following the book "How To Be a Rockstar Wordpress Designer" as…
-
0
votes3
answers60
viewsJavascript does not follow the algorithm flow
Example : $("#segundaFeira").change(function(){ valorSegundaFeira = calcularJornadaDeTrabalho(this.value); var x = valorFinalJornadaTrabalho(); alert(x); }); Note that the global variable…
-
0
votes0
answers69
viewsDiv gets cropped when changes window size + css
Guys I don’t know how to look for this on the web, until formulate the question is difficult, what happens is that I have a div on the screen with background=red for example, the screen being…
-
0
votes0
answers214
viewsHow to create the Hover effect with two canvas superimposed with opposite effects?
Previous Code. *Below is the example of the code: Jsfiddle Antigo New code for anyone! Jsfiddle Novo…
-
0
votes1
answer23450
viewsHow do I load an external source into a CSS/HTML document?
I am trying to import an external source to a file CSS So that’s my code CSS: body{ background-color: white } @font-face { font-family: 'devgothic'; src: url('/fonts/devgothic.eot'); src:…
-
0
votes1
answer1174
viewsHow to make a DIV adjust its height according to the background image?
How to make a DIV adjust its height according to the background image? .guaraparivirtual-guiacomercial-banner { position:relative; width:900px; height:auto; float:left; background-color:#dddddd;…
cssasked 8 years, 6 months ago Gladison Neuza Perosini 861 -
0
votes1
answer160
viewshow to define a minimum resolution
Well I am mounting a system in php for box control. It will be a system aimed only for computers, IE will not be responsible. I created the menu, box information and etc... This is all 100%, however…
-
0
votes1
answer4837
viewsZoom Effect on DIV
I need to do an effect like this page http://www.kanui.com.br/roupas-femininas/blusas/ . When you hover over the product (DIV) it gives a zoom effect and raised. I tried to do so: HTML <div…
-
0
votes2
answers806
viewsHow to create an animated Hover icon
what I need to know to create an animated Hover like this in the menu http://www.webdesignerdepot.com/? I know this menu is done with javascript, but where should I look for such icons that look…
-
0
votes0
answers57
viewsoverflow: auto hides content at the bottom of the page
I have a problem with my html, I couldn’t find an answer. I have a div called box-footer. This div is inside a div main, where I added overflow: auto and height 100%. All that content is inside a…
-
0
votes2
answers303
viewsAnchor locks with Parallax effect
After adding the effect of Parallax, when clicking on any anchor it jumps normally to the point, but when trying to scroll on the page it is "coming back" at the point of anchorage, that is, it is…
-
0
votes2
answers89
viewsError when giving spaces between Ivs
I’m having a problem for space on some Divs, follow code below: HTML: <div id="feira"> <div class="barraca"></div> <div class="barraca"></div> <div…
-
0
votes0
answers38
viewsSCOUT compiler does not generate css file
Good afternoon, I am using the SCOUT compiler to work with scss and Sass files, but from yesterday to today it is no longer generating css files, it is configured correctly for the project folders.…
-
0
votes1
answer683
viewsHow can I set the width of each column in a Gridview?
How can I set the width of each column in one GridView in the following case below? <div style="width: 1000px; height: 400px; overflow: scroll"> <asp:GridView ID="Grid" runat="server"…
-
0
votes1
answer66
viewsFREE tool for Wireframe
Among the various tools found when researching about it, could anyone indicate a good FREE tool for creating wireframe? The focus and system development for web. Note that I do not seek the best,…
-
0
votes2
answers2191
viewsImage Rotation with CSS
Guys, someone can help me because my image is not rotating? <html> <head> <style src="reset.css"></style> <style src="header.css"></style> <meta…
-
0
votes1
answer783
viewsDisplay dialog box when right-clicking
I have a form with multiple fields and I want to put the option of the user to insert a comment in the field value. Example: <form> <input type='text' id='campo'> <input type='hidden'…
-
0
votes1
answer1723
viewsCSS - Align image set in the center of a div
I need to align a random image set in the center of a div, follow example code: HTML <div class="divAlign"> <img src="teste.jpg"> <img src="teste2.jpg"> <img…
-
0
votes0
answers88
viewsHelp with CSS for Iphone on site
I’m posting to a colleague of mine. His website: www.consultapelaplaca.com.br has a BG image of passing cars. This image does not appear on Iphone/Safari, getting a totally gray background. The…
-
0
votes1
answer100
viewsProblem with Nav css boostrap menu
I’m trying to make a menu by following this template here: But since not everything in life is flowers, I can’t possibly leave one border and the text in the middle, centered between the same edges…
-
0
votes0
answers40
viewsf. label is overwriting the information that is in f.text_field
<div class="input-field col s12"> <%= f.label "Número do SUS" %> <%=f.text_field :sus_number %> </div> <div class="input-field col s12"> <%= f.label "Paciente"%>…
-
0
votes2
answers235
viewsheader Content-Type does not let you use HTML/CSS
I have this code to overlay two images, one on top of the other <?php $img = $_POST['img']; $user = imagecreatefromjpeg($img); $mask = imagecreatefromgif('imgs/logo.gif'); $width =…
-
0
votes2
answers599
viewsmenu with the selected option of another color in Angularjs
my first question and my first "real" project as well. I am using bootstrap, html/css and angular and have a horizontal menu in an unordered list. What I need to do is that this menu has another…
-
0
votes4
answers2082
viewsKeep Ivs side by side even if the line runs out
I’m having a hard time putting one div next to another, use float:left but when the line ends div goes to the next line, I’d like it even if it didn’t fit on the screen to div remain on the same…
cssasked 8 years, 5 months ago Lucas França 9 -
0
votes1
answer35
viewschange color after a page was visited using Bootstrap
it seems that doing so has no effect: a:visited{ color: #red; } There is another possibility to know which page the person has visited? I’m using php…
-
0
votes2
answers53
viewsError with PHP function
Hello, I am developing this system for study purposes and whenever I try to do some operation like register, edit or delete I get the error message: "Fatal error: Call to Undefined Function…
-
0
votes0
answers45
viewsSubmenu in tag "area"
I have to develop this element that is in the middle (rendondo) : I never developed such a shape in HTML/CSS, so I resorted to tag <map> and made the following code: <div align="center">…
-
0
votes1
answer2605
viewsIs it possible to create an iframe for a specific part of a page?
You can get a specific part of a site by mapping it to an iframe? I’ve seen some solutions using css, but it doesn’t give the effect of fixing the region. clip: rect (top, right, bottom, left)…
-
0
votes1
answer154
viewsHow to affect div who is before div with Hover
We assumed in this code. How do I affect the class nav and the class img__logo when the input is with Hover? <div class="nav"> <div class="img__logo"></div> <input…
-
0
votes2
answers1977
viewsBreak Line Correctly in a List with Data Binding Angularjs
I have a list of comments where I display some data. But when the comment is too big the list gets strange because the lines break does not happen correctly. Example: Here is the code: <div…
-
0
votes2
answers1092
viewsMenu css separated by bar
I have the following list: <ul> <li>Inicio</li> <li>Notícias</li> <li>Download</li> <li>Contatos</li> </ul> I would like to make this a…
-
0
votes1
answer3187
viewsChange colors from zebra bootstrap table
I’m using the bootstrap and a table with table-Striped and a zebra is getting very light, ?
-
0
votes1
answer644
viewsScreen size browser window without scroll
I would like to know how it is possible to make a page that does not have scroll and that adapts to the exact screen size. how can I do this ?
-
0
votes1
answer527
viewsFormat HTML5 Input Calendar with javascript
I’m making a form with HTML5 validation and I came across a slightly bad situation when I put for example type="date" when I hover the mouse above, the "little arrows" appear to manipulate the date…
-
0
votes1
answer84
viewsJavascript that permanently changes server css
First, I apologize if this question is too vague or stupid, but I really don’t have enough knowledge to formulate otherwise. My idea is simple, create a site where, through Javascript, the visitor…
-
0
votes1
answer57
viewsI can’t center the button with css
I’m having trouble centering the proceed to checkout button. I wanted to pass the paypal to the left. Anyone can help me,I’m using wordpress. http://ttu.awd.pt/carrinho/…
-
0
votes2
answers2002
viewsHow can I position a tree-shaped image in html and css?
I would like to position some images on my site so that they stay in the format of a tree as in the image I have each of the separate circles. I tried to align them with the tag table however I was…
-
0
votes2
answers116
viewscss shows error in chorme
On that page, http://www.magicforbaby.com.br/contato.php?form, form fields are stylized correctly. Locally with Texts inputs everything is as it should be, but on the web is out and css are…
-
0
votes3
answers121
viewsHelp with CSS - Position Right and Left
I’m trying to create a menu similar to the one I saw on a website. I managed to do everything right, I just can’t let it occupy the entire menu bar. Print1 : http://prntscr.com/bmbbp4 Print2 :…
-
0
votes0
answers30
views