Questions tagged as 'css'

1
answer

Fountain changing weight

I'm making a website using the bootstrap and I was doing the code normally, my client bought the Pluto Bold font and the Condensed Light, and I'm using them as webfonts. The problem is that the font is light weight in the css, but when I go t...
asked by 28.07.2015 / 04:35
2
answers

how to make a DIV that increases in size whenever you increase the content?

I'm doing a course work, I need to make a DIV that grows in size according to the content I add. Can anyone help me? Is it okay if in css I put it like this: height:; ? Taking the value.     
asked by 10.11.2015 / 13:42
1
answer

How can I set the width of each column in a GridView?

How can I set the width of each column to a GridView in the following case below? <div style="width: 1000px; height: 400px; overflow: scroll"> <asp:GridView ID="Grid" runat="server" AutoGenerateColumns="False" CellPadding=...
asked by 10.11.2015 / 20:08
2
answers

Anchors lock with Parallax effect

After adding the effect of Parallax, clicking on any anchor it jumps normally to the point, but when trying to scroll the page is "returning" at the point of the anchor, ie it is "locked" in the point. p> The site is divided basically into two...
asked by 09.11.2015 / 18:10
1
answer

Problem with nav css menu boostrap

I'm trying to make a menu following this template here: Butsincenoteverythinginlifeisaflower,Icannotleaveaborderandthetextinthemiddle,centeredbetweentheedgesisthesame.IhavetriedeverythingIknow,Ididalittleresearchandnothing.Doesanyoneknowhowt...
asked by 15.11.2015 / 20:20
2
answers

Why is my footer not getting full screen? [closed]

I'm trying to make my footer get 100% of the screen, but depending on the resolution is missing a part, as in image 2, the CSS code I'm using in the footer is this: footer { width: 100%; margin: 0 auto; font-family:Gabriola; font-s...
asked by 31.03.2016 / 02:05
1
answer

Create a single change function for multiple CSS selectors in Jquery

Use the function below to add CSS classes (blue, red, pink ...) in a ".container" DIV from a select "#selcolor". Is it possible for me to use this same function in other select tags with different IDs? In this case the classes (blue, red, pink ....
asked by 28.03.2016 / 05:52
1
answer

How do the menu go to the top using Bootstrap?

I see on many sites like this that when you start scrolling the Menu goes to the top and when it is in top it stays in its place of origin (As if it were floating). How do I apply this effect?     
asked by 16.09.2015 / 05:28
1
answer

Placing an image as a background in the firstfaces

How do I put a background image in primefaces . I've tried some shapes but none worked. The closest to a good result I got was using <p:graphicImage/> however when I minimize a menu or do a search in the table the image does n...
asked by 05.06.2015 / 22:43
2
answers

How to position an image with vertical-align?

I have a menu where the logo of the site is positioned as follows: html: <a href="#"> <img src="layout/img/logo.png" class="logo" /> </a> css: header div a img.logo{ top:50%; transform:translateY(-50%)...
asked by 27.05.2015 / 15:07