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
votes2
answers562
viewsTable being rendered by Firefox with different border thicknesses
I have a problem specifically for tables rendered in firefox. I need to use the border-Collapse property on my tables to join the edge of the cells. But when firefox renders the table, the edges are…
-
0
votes2
answers1796
viewsZoom in with jQuery
Have any plugin that leaves the site the size of the screen? When a site opens in resolution x, it gets that size. For example, when I open the site on TV it gets small and I want it to increase in…
-
0
votes1
answer819
viewsPerform action by pressing key
I need that when the user presses the DOWN key (down) of the keyboard, it goes to a div, in the same way as with scrollTop. Someone has done something like this using Jquery? It would be something…
-
0
votes1
answer243
viewsFlash iframe over div with z-index: 9999
Some components of my Flash chat are above the div header. As you scroll the screen, these components disappear and reappear. Follow the image: I don’t have access to Flash, that’s the problem,…
-
0
votes1
answer120
viewsIs it possible to customize the Apache directory?
It is possible to customize the Apache directory where the files sent to the server are listed?
-
0
votes3
answers238
viewsFooter does not position at the bottom of the page
My css: #rodape { position:absolute; bottom: 0; } .RodapeFaleConosco { float:right; } .RodapeTermoPolitica { float: left; } Now my code in jquery to load html str += '<div id="rodape">'; str…
-
0
votes2
answers680
viewsHow to create the fade effect on a link that uses Sprite?
I created a link with a transition effect, but no fade, but rather a background movement. HTML <a class="botao" href="#">Contrate agora</a> CSS .botao {…
-
0
votes1
answer3002
viewsUsing 'Hide' and 'show' in a div
I have a div that when I click on it it shows and hides an ul. With the code like this: <ul class="homeMenuItens"> <li> <div pagina='/produtos/incendio'…
-
0
votes2
answers282
viewsWord selection for phrase formation
To facilitate the explanation, I have separated the following mockup: The idea is this: Each of the options in the DIV is originally not visible, the idea is that an option is visible only after the…
-
0
votes2
answers182
viewsLayout error, scrolling left when there is line break
I have in a part of a website, a selection of the hours. I’m just trying to get past the layout, and the guys thought it was a mistake and I’m not sure how to fix it. Following example image, if you…
-
0
votes1
answer239
viewsDo not run autoplay video as bg on mobile
My website has as bg a video that is on autoplay. However, when you’re on mobile, I want this video to not run, leaving only on pause to display a background image. If I put display:none in CSS it…
-
0
votes2
answers1376
viewsImage alignment inside the box
I have a 'box' where images are loaded, in all loads the box has the same size, this size is: width:700px; height:575px However, not all images have the same size, that is, their sizes vary being…
-
0
votes1
answer1028
viewsapplying charset in E-mail Marketing
I recently read that the ideal for building an Email Marketing is not to use: DOCTYPE HTML tag BODY tag meta tags Head tag base link tag tag Script tag title applet tag tag Frameset tag frame tag…
-
0
votes1
answer123
viewsImage effect increase when page loads
In this script the images increase but only as we scroll http://tympanus.net/Development/GridLoadingEffects/index8.html The idea is every time the page loads the images have that effect without…
-
0
votes2
answers892
viewsdynamic background - jQuery
I’m testing a slide of images, I’m dynamically altering the background using jquery’s "css" function by changing the url("image path"); But I realized that every time there’s a switch, he lowers the…
-
0
votes1
answer102
viewsStrange problem with footer
I’m developing this site: http://conscienciaestelar.filosofiaesoterica.com.br And I’m encountering problems with footer positioning. I’m using twitter bootstrap(just the grid) and SASS as tools. If…
-
0
votes4
answers1375
viewsHow to change the color of only one element in a form-group with several others?
Hello! What happens to me is this: I am using Bootstrap Validator to validate the fields in my form. However, when I rotate the page, the fields are getting as follows. Note that the "Code" field is…
jquery html css twitter-bootstrap jquery-validateasked 10 years, 5 months ago Victor Alencar Santos 1 -
0
votes2
answers199
viewsHow do I position two Ivs relative to a third (Fixed)?
I want two Ivs below a third that has position: fixed, the problem is that these Divs are behind the third, I’ve tried to change the position of the two Divs to relative, Absolute and Static, but it…
-
0
votes1
answer126
viewsForce the import of css and js on site pages
<nav class="navmenu center"> <ul> <li class="first scroll_btn active" onclick="atualizarPagina('Home.htm');"> <a>Home</a></li> <li class="scroll_btn"…
-
0
votes2
answers792
viewsPosition controls with bootstrap not aligning
I need to do the following: Label above and control below the Abels. I took the example of the page itself twitter bootstrap and it’s not working. Below my code: <div id="tabs-1"> <form…
-
0
votes1
answer292
viewsPlace tabs inside a form
I have an html document with tabs. That’s ok. Now, inside one of these tabs, I have a form, where I put my controls. I could not put, inside this form more tabs, so that would have a documanto and…
-
0
votes2
answers210
viewsProblems with the presentation of cshtml(Visual)
I have a cshtml, which is shown like this: A sequence of filters that are fixed. When I click search, then I get the return of a method in the controller via json by a jquery function and in the…
-
0
votes1
answer117
viewsOverlay Section
I have more or less the following structure: <!DOCTYPE html> <html lang="pt-BR"> <head></head> <body> <div id="tudo"> <header> <nav></nav>…
-
0
votes1
answer211
viewsCan you assign a function to several css rules in the same Hover, but with different values?
Can you do a css Transition, all triggered by the same element, but with different values? CSS: .co-la { background: none repeat scroll 0 0 green; height: 25px; left: -37px; margin: 0; width: 0%; }…
-
0
votes1
answer131
viewsHow do I make the table not leave the tab
I’m having a hard time putting a table inside a tab because it’s always outside. I have the following code: echo'<div id="tabs-1"> <p><b>Alvará: </b></p>'; echo…
-
0
votes1
answer927
viewsBootstrap: Navbar + list
I am developing a web application in HTML5, where I use Bootstrap. In one of the application pages there will be a navbar at the top of the page and just below the navbar there will be a list.…
-
0
votes1
answer471
viewsUse Fade Out/In effects when changing CSS
I created a function that changes the background image of <body> every 5 seconds, but I also wanted to insert in this function a transition effect between the images: Fade Out to black at the…
-
0
votes2
answers1764
viewsBootstrap alignment is not correct
I tried to do a bootstrap alignment, so that I had the label and next to it the control. Well, thinking that way, I opted for the class .form-horizontal. Well, when I rescan the site, the alignment…
-
0
votes2
answers988
viewsHow to position a div side by side with JS/jQuery
I’m creating a simple chat system where it has a function that opens the user window to which you want to talk face style. What I would like to know is how when opening the second user the window is…
-
0
votes4
answers129
viewsProblem with positioning of div
Good afternoon, you guys, I’m doing a Dropdown menu on a website, I’m having the following difficulty, when I hover over the item, the subitens are below a plugin that uses banner. Ex: If I put to…
-
0
votes0
answers32
viewsCSS Place data in the center
I’m using css to build tables and I want to put the data in the center and I’m not getting it. CSS: .tabla7 .columna7 { padding: 5px; height: 45px; float:left;width:89px; border-right: 1px solid…
cssasked 10 years, 4 months ago ChrisAdler 1 -
0
votes1
answer189
viewsCSS Jitter in Hover menu
I programmed a menu with 2 hovers (class), one that makes the text go up and another that makes the text go Bold. But when I put the mouse over the words the other words on the side move, this is…
-
0
votes1
answer124
viewsHow to make "custom" background for a word? (how the image shows)
How to do this kind of background effect, as shown in the image below? If possible using CSS. I want it to look like the image. I did it with the text-shadow (http://jsfiddle.net/9N94B/) but it…
-
0
votes2
answers1762
viewsHow to create a responsive pricing chart?
I need to create a responsive price list, but I don’t know how to start. I don’t know if I use list or table. Below is an example of how it is to stay: Does anyone have any idea?…
-
0
votes0
answers666
viewsBundleconfig - No files found on the server
I’m using Kendo UI on a project MVC 4, I made the settings in Budleconfig: bundles.Add(new ScriptBundle("~/bundles/kendo") .Include("~/Scripts/kendo/2013.2.918/kendo.all.min.js")…
-
0
votes1
answer1470
viewsCentralize components of a datatable that is in data editing in Primefaces
How can I center the components of this datatable. When I click to edit the data of the same I realize that the components of data entry are not centralized, but when using a certain tests with css…
-
0
votes1
answer56
viewsApply class when it is second list item
I have the following HTML code: <ul class="grid_1330 margin-auto"> <li class="homeListagemLi"> <div class="homeListagemDiv"> <ul> <li><img src="./imagens/pessoa.jpg"…
-
0
votes1
answer71
viewsWidget for Events
Good night, I’m programming an HTML/css site for a band. The client asked to have a session with the schedule, I found the bandsintown manager, but wanted something similar, where the customer…
-
0
votes1
answer169
viewsCentering a horizontal div
How to center a horizontal DIV without knowing the width of it. Example: Previous - 1, 2, 3, 4 - Next
-
0
votes1
answer17396
viewsSeparate text in two columns
I have a div that will contain two columns. As shown below: Is there any CSS technique to do this? No CSS3, because I want it to work on all browsers. Sure, I could create two Ivs there and put…
-
0
votes2
answers428
viewsGeneral questions about using xhtml box, positioning and width
Long live, I’m having some doubts about some concepts. I’m messing up a little each of these concepts. Box: For example, if you create a class in a text I can give it a width and height with…
-
0
votes1
answer989
viewsWhat is the difference between form-group and input-group bootstrap?
What is the difference? in which cases are used one or the other?
-
0
votes2
answers304
viewsHow to access specific <ul> items with :Nth-Child()?
How can I access items from 2 to 2 in my list using the :Nth-Child() parameter or if it gets easier, access and customize even items?
-
0
votes2
answers16510
viewsli - CSS spacing
I’m trying to space my menu so it’s centered on the content... the content has width:80%; ... WEBSITE HTML: <nav class="navbar navbar-default" role="navigation"> <div…
-
0
votes0
answers265
viewsIE9 decreases sidebar width with auto scroll
I am facing a layout problem with IE9. On a certain page that I am developing, there is a side menu bar with CSS property overflow-y: auto for a scrollbar to appear if the content in the menu does…
-
0
votes2
answers166
viewsAbsolute position does not work in a fixed menu
I have a following problem, I have a div no body with absolute position, and I have a menu where it is fixed, you have sub-menus and to open them you must pass the mouse over the menu,. Fiddle to…
-
0
votes1
answer436
viewsCarousel or Cycle displaying 6 elements in grid format
In the HTML code that follows below, I have a listing of images within a container. I would like to limit the display of these images in a table of 2 lines and 3 columns and paginate to look better…
-
0
votes1
answer46
viewsRemove class depending on site height in refresh?
I own a website with animation that starts as soon as the object on the screen is visualized. However, if I give F5 in the middle of the page, by climbing to the mean refresh top in the middle of…
-
0
votes1
answer89
viewsBreak line (clearfix)
I would like to know, which forms you use when you need an element to occupy the total WIDTH+HEIGHT that it is using, for example: <p> <span>Teste</span> </p> So that the P…
cssasked 10 years, 2 months ago helderburato 1,019 -
0
votes2
answers205
viewsSASS function does not work
Good morning! I’m doing some tests with the Sass function it does not return me anything. I thought it was something I was typing wrong, or something like that. I copied the exact function of this…