Questions tagged as 'css'

2
answers

Static content of jsp does not appear

I'm using netbeans 7.3.1, apparently it's working ok. The pages are opening normally, but when I try to access the css, jpg, ... content inside the resources folder, no content appears. In the dispatcher-servlet.xml file I put the following l...
asked by 21.02.2014 / 22:30
2
answers

How to use a border image (or character) via CSS?

I have a tag with text inside that I would like to use the% c key as the border for this text. Code: .indicacoes { font-family: 'AmaticBold'; font-size: 40px; margin-top: 30px; text-align: center; } <div class="container">...
asked by 23.11.2018 / 05:56
1
answer

JavaScript function breaking image

Hello; I'm having a Technician project, and it has a list of games in it, I want to make it when I hover over the image, so I have the following: foreach ($lista as $jogo){ echo (' <div class="quad-Jogo box"> &...
asked by 26.07.2018 / 01:16
1
answer

Responsive Site with side left

I made a site that on the "responsive" cell phone is left side could someone help me? This is the code HTML <!DOCTYPE HTML> <html lang=”pt-br”> <head> <meta charset=”UTF-8”> <meta name="auth...
asked by 23.07.2018 / 22:26
1
answer

How to create a frame with text mid page? [closed]

HowdoIcreateframesthatarethesame,alsowithabitoftransparency? I was kind of doing this basic work.     
asked by 10.05.2018 / 21:03
2
answers

Change icon color after clicking or hover input

I would like so I click on the input change the color of my icon My form <form method="post" id="form"> <div class="input-wrapper"> <div class="icone icone-user"></div> <input type="text" placeholder="Usuário" id...
asked by 11.05.2018 / 04:58
1
answer

divs overlap alignment!

I have a widget that will insert some images, and inside this widget I have a div and another div where it will be inserted the images, and two divs where they have a title and an underline below that title. The problem is that the images are ge...
asked by 14.05.2018 / 22:06
2
answers

how to insert an image by css?

I want to insert into my style.css file an image that is inside the images folder that is inside my assets folder. Which path do I have to describe to reach this directory?     
asked by 02.05.2018 / 14:06
2
answers

floating div accompany scroll page

Would anyone have any ideas or SIMPLIFIED examples of how to make a floating div scroll along with the page scroll? Something very simple, for understanding and learning, because the existing ones here are very confusing and I have been seeking...
asked by 02.05.2018 / 23:21
1
answer

How to change the background of posts in wordpress and leave each one with a different color?

Hello, I'm having a problem. I'm trying to make each post have a different background color. I tried to use this code below in css but it leaves all the posts of a single color. div.postagem > div:nth-child(1) { background: #edc333; }...
asked by 31.08.2018 / 19:08