Most voted "css3" questions
The term CSS3 is used to refer to CSS properties and selectors added after level 2.1 of the specification. Use this tag for questions about new CSS modules.
Learn more…1,944 questions
Sort by count of
-
0
votes2
answers436
viewshow to change right browser cursor and scrollbar
How to change mouse cursor and right scroll bar because I did many searches and all cursor with default tag example of the code: .mouse{ cursor: pointer; } and not and so wanted a cursor as on this…
-
0
votes1
answer268
viewsHow to make random numbers
Hello someone would tell me what the name of this effect has on this site : http://www.popupdesign.com.br/ as soon as scrolling the page above the contact us there is 4 image and below it generates…
-
0
votes2
answers1127
viewsText slide
ola would like to know how I do this effect here slide text : http://demo.megadrupal.com/d7/md-bigstream/index-6 he is almost at the end of the page the title and People SAY if it is possible to…
-
0
votes1
answer66
viewsFooter is not hidden with page content
A few weeks ago I asked a question about having an effect Parallax in a footnote and got the answer: Parallax in the footer But now I’ve made another page that I want to get that same effect. I…
-
0
votes1
answer192
viewsHow to Mount a Slide
I needed to make a mini slide that contains an image and text on the side. That passes automatically and when you click the button. Would anyone have a good reference or have knowledge to do this? I…
-
0
votes1
answer180
viewsParallax in the footer
html { font-family: Gabriola; height: 100%; } body { height: 100%; } #titulo-fotos { font-family: Gabriola; font-size: 2.5em; text-align: center; font-weight: bold; margin-top: 10%; } .linha-galeria…
-
0
votes0
answers35
viewsVideo Cross-browser
I need to use a video and it has to be cross-browser. It works on Google Chrome, Opera and Mozila, but it fails to display on Safari. Follow my code: follows the html code: <div id="video">…
-
0
votes0
answers53
viewsHow to Make a Simple Parallax
I need to make an effect Parallax where this the image of a game character and this the following phrase we play everything ... only that I tried everything and nothing works follows one of the…
-
0
votes1
answer39
viewsGray Scale cross browser
Personal I’m wanting to put a filter Grayscale in some images it works only in Google Chrome and Opera and does not work in Mozila or Safari. Follows the css: .parceiros li a img{ margin-top: 5%;…
css3asked 9 years, 6 months ago Felipe Henrique 2,135 -
0
votes1
answer192
viewsHide click box (tap) on an HTML5/CSS3 website?
I’m making a site to serve with an app for a college job, the desing is ok (for now, and worked cool on smartphone. However, in the menu there is an error when I press some menu item, a light blue…
-
0
votes1
answer491
viewsSlide only with html and css
I wonder if it is possible to make a slide make a slide equal to that site here but only with HTML and CSS the slide I want to do would be the one in the picture and you can velos running on this…
-
0
votes1
answer97
viewsHow to make image stand above text with media queries
I have a slide that has some keyframes to make a basic animation but need to add a media queries that when my screen has at most 800px I wanted my image that is on the left side stands above the…
-
0
votes1
answer238
viewsCSS effects to use in images
Would anyone like to tell me some CSS effects for general image files? I know some, however I wonder if there are effects like inflating, shadow projected among others only using CSS.
-
0
votes2
answers129
viewsResponsive Design
I have two questions here with responsive design. The first is in relation to the code that follows: <link rel="stylesheet" media="only screen and(min=width: 1366px)" href="css/deskmax.css" />…
-
0
votes1
answer1300
viewsWhy doesn’t Transition work?
The div #sub should make a transition of opacity when passing the mouse over #item, but it doesn’t work. It only works when I take the display: none How do you fix it ? #item,#sub{ height: 40px;…
-
0
votes1
answer53
viewsPage components messing up when redeeming the page
I would like to know what is happening to my page because see well I encoded it whole but when I redeem the components climb one on top of the other I know that my page should have media queries but…
-
0
votes1
answer545
viewsLinks does not work in the menu
I’m having a problem on my accordion menu I did it with HTML and CSS pure however I will have to link some PDF'f to can open in a new guide co target="_blank" however I create the links normally and…
-
0
votes3
answers436
viewsProblems Configuring Gradient in CSS
I want to put a background on the web page with gradient effect, but that’s the result I’m getting; This very ugly. I used this configuration in CSS; body { font-size: 12px; font-family: Arial,…
-
0
votes2
answers330
viewsDifficulties with slider and overflow:Hidden
I have a structure in HTML and CSS to make a slider, should work as follows: The images are next to each other, however, only one appears on the screen, and as the images will be next to each other,…
-
0
votes2
answers96
viewsButtons made with images
I have a question. I recently joined on that website here and I realized that right at the beginning there were some buttons with different format I took a look and I realized that they were images…
-
0
votes1
answer38
viewsSetting the browser position in CSS
I need the page sizing not to move the project menu when the page is resized, because when I change the dimension of the display it moves individually from the rest of the body. See that the menu…
-
0
votes2
answers158
viewsactivating background overlay with link
all right? I’m preparing a layout for a blog and need to do a slidershow more or less as follows: I can already do everything beauty via CSS but I have a problem! The picture only activates when the…
-
0
votes1
answer64
viewsThe Site disagrees on the responsive
Well, inside the body, I put two Boxs, col-Md-6, with a 1px edge, but one was next to the other, and it was not meant to stay, then I put a margin-left of 28px, in the two Boxs on my left side of…
-
0
votes1
answer98
viewsSelf-adjusting video
Good am using HTML5 which in turn has a tag called <video> only that I am having many difficulties to use my video in the header of my site because I can not handle my video properly I would…
-
0
votes1
answer38
viewsdiv does not track header resizing
I have the following problem, I have a video that is in my tag <header> in it there is a div presentation that there are written texts I wanted when resize the browser that div accompanies the…
-
0
votes3
answers244
viewsNumerical counter
I am making a control page for entry and exit of company equipment. I’m using Boostrap as a framework, you could let me know how I do a counter to manage the OS number. Or some help link on the…
-
0
votes1
answer302
viewsWhat does id="Primary" class="content-area" mean if it does not exist in the style.css file?
I’m starting now to develop themes for Wordpress and I’m studying the default theme of it. But so far I have not understood what these ID’s and classes mean that there are no configurations of their…
-
0
votes1
answer7397
viewsPlacing scroll in a table so that it does not cross the limits of the window size
I have a table that has many columns. I want it to be at most the size of the window. The problem is that it passes the window. How to place a scrool if the content moves the window size…
-
0
votes1
answer364
viewsPositioning of div
I am trying to make a joke with css and Html5 of this type. Only it’s causing a lot of problems because To div (content)principality is not occupying all the height and width of the page. The…
-
0
votes2
answers2930
viewsCenter caption of a figcaption image
I can’t center the image caption relative to the image. I’ve tried with text-align: center; but it didn’t work. Follow the code: <figure class="foto-legenda1"> <img…
-
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
votes2
answers1495
viewsHow to put Auto Adjustable background?
How to Put Self Adjustable Fabric Background? I put it like this in mine body but when I enter the cell phone it keeps cutting the background, it only stays where it has element. body{ clear: both;…
-
0
votes1
answer3201
viewsBootstrap Navbar Fixed Top overlaying the slider Carousel
I’m making a Fixed top navbar menu and I want this menu to accompany the scroll when you slide the page, but the navbar is overlapping the section just below that is the slider. I wanted to know how…
-
0
votes2
answers697
viewsAutomatic menu break with icon and text aligned
I’m making a menu with ul and li where inside my li has an a with a span for the icon and a span for the menu item text. Currently when it arrives at a resolution xxx it breaks the items. I wish…
-
0
votes2
answers1226
views -
0
votes1
answer485
viewsHow do I make Transition work in "round trip" when using Hover?
I have this :hover here... .novidades{ background-color: #F5dcdc; background-color: #f5dcdc; background: linear-gradient(#f5dcdc, #bebef4); position: relative; bottom: 0; } .novidades:hover{ bottom:…
-
0
votes1
answer288
viewsImages don’t stay inside the div
I have a div where I want to leave 2 images on top of each other, and only the image checked in an input will be visible, while the caption of the visible image should be positioned to the right of…
-
0
votes0
answers72
viewsCSS3 Border Radius and Background in IE 11
Hello, I’m facing a problem with border-Radius and background in Internet Explorer 11, it puts a slight white edge, in this case it sits on top of the border-shadow, however, if I take the effects…
-
0
votes0
answers102
viewsProblem with image size and position:Fixed
I’m not able to put these large images with background image or position Fixed. They change in size when I try and the page misshapen. http://codepen.io/murtinha/pen/vGLdBO .container-fluid {…
-
0
votes4
answers959
viewsHow to do a background cover on a separate div?
I’m making a site with side menu. 30% of the screen is the menu and the rest is the content. In the content div, I want to put a background image using the COVER method. I used the first:…
-
0
votes2
answers408
viewsResponsive content with fixed size sidebar
Is it possible to make a layout with flexible lagura content and a fixed-size sidebar? Example <body> <header></header> <article></article> <aside></aside>…
-
0
votes1
answer49
viewsDIV misalignment when inserted text inside
I’m doing some frames with the help of CSS Triangle to get to the point I need. But when I insert the text inside the BOX, it is misaligning. My intention is that the text aligns inside the BOX as…
-
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
votes1
answer42
viewsWhen I resize the viewport, the image moves to the bottom of the page
The site has a center image and a small text. When I resize the page, it adjusts (responsiveness). When it reaches a certain point 350-400px approximately, the div with the image and the text…
-
0
votes2
answers360
viewsPage mode landscape does not fit
I put a photo of the background, being 100% tall. When I open the site by mobile (or Chrome/Firefox console) in landscape mode, the image background does not take up all the space. In desktop mode…
-
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
votes1
answer213
viewsAlign text horizontally to a diagonal div
Hello guys I need a help to align the text to a pie div without distorting the text. (Same in the image) I need something in css or css3 if possible.…
-
0
votes0
answers88
viewsHorizontal menu does not use 100% of space
Guys I’m making a simple horizontal menu and I split the columns in percentage so the last column isn’t breaking the row. I need the menu this way because it will be responsive. HTML and CSS nav ul…
css3asked 8 years, 10 months ago Joao Nivaldo 1,229 -
0
votes1
answer1497
viewsHow to make a menu-div appear when clicked on a button?
I’m trying to make a menu similar to this: Click here to see the example menu What I did, I put a div over the other using the position:absolute and hid the div responsible for the menu with a…
-
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…