Questions tagged as 'css'

1
answer

Site with horizontal navigation

I need to make a photo gallery on my site. This gallery will be in the MetroUI format, with images of different sizes and the page sliding horizontally. The page would grow as the number of images saved in the database. Can you do this wit...
asked by 02.10.2015 / 15:51
2
answers

BEM methodology and sub-blocks

I am having doubts about best practices using the methodology GOOD , see below an example (example with Jade): nav(class='c-ngroup') div(class='wrap') div(class='row') div(class='col-md--2') h4(class='c-ngroup__title') Pro...
asked by 01.10.2015 / 16:25
2
answers

Change cell color of a table by changing the backgroud and text to be displayed

Good morning everyone! Gentlemen, it is as follows: I have a table where I load information from the database, and display it on that table. The table is ready and loading the data right. What I need is to change the color of the backgroud of on...
asked by 23.10.2015 / 16:05
2
answers

How to fix an input within a responsive div

I have a div with an image in background and a input of type text. I need the input to be in a certain position and as the resolution changes, it goes down so as not to cover the "Connect to focus" heading. I'm using Bootstrap...
asked by 21.10.2015 / 17:22
1
answer

How do I reposition the menu bar below the header?

I'm editing a WordPress theme and would like to reposition the menu just below the header image, but how do I do this in CSS? The site is not yet hosted on the web. I'm modifying the theme before installing everything. The code for the menu...
asked by 13.10.2015 / 03:12
2
answers

How to center an iframe?

You have on my page an animated banner that I made in Google Web Designer that I incremented in my site to appear before loading the index page. So far so good, the codes are working but I would like to know how I could center it on the page, pr...
asked by 28.09.2016 / 22:33
2
answers

How to put an image in an HTML button

I'm creating a button on a particular page and would like to put a background image. I'm trying to use the background-image:url() tag in CSS but it's not working. HTML: @model WebApplication3.Models.Comercial.ComercialModels @{...
asked by 23.10.2016 / 18:01
1
answer

Clickable 3D globe

I'm thinking of doing a project using a 3D globe with the possibility of clicking countries, but I do not know where to start. I've been researching and so far I've found this: link It seems to be pretty full, but it does not give the...
asked by 28.12.2015 / 01:23
2
answers

Place limit, css animations

I came across this problem that is affecting my CSS framework. I have such an animation on my site link But I need it to stay inside the black bar, ie that surplus that is outside the bar should not appear ... I was using z-index to on f...
asked by 08.12.2014 / 17:39
1
answer

How to call CSS files using Kohana PHP 3.3

I'm new to Kohana Framework and would like to know how to call a CSS file.     
asked by 29.01.2015 / 13:52