Questions tagged as 'css'

2
answers

Tag header, daughter of section tag, inherits values from another tag header

I have this HTML structure: <body> <header> </header> <div class="limit"> <section class="conteudo"> <header> <h1>TESTE</h1> <h3...
asked by 28.11.2014 / 03:50
1
answer

Lock screen lockscreen

Is it possible to create a lockscreen in JS + HTML + CSS with the same functionality as Windows locking? I think of doing this on the web system I'm doing.     
asked by 19.05.2017 / 23:03
2
answers

What is the best way to turn a secure contact form?

I have a working contact form but it has a cross-sectional security hole in sitelock. Any help with overcoming the problem? Thanks <?php header('Content-Type: text/html; charset=utf-8'); if(isset($_POST['email'])) {...
asked by 12.05.2017 / 14:46
3
answers

How to leave buttons fixed in floating div

I have in my system a situation similar to the one I gave as an example. A modal bootstrap that can open at any location on the screen. This mode does not occupy the entire screen. Within this modal, some records are listed, depending on the con...
asked by 22.05.2017 / 14:01
1
answer

Place text images etc ... in the horizontal order

How can I put the component of Bootstrap Thumbnails in the horizontal order? And how can I increase their size (with the image together) to a size I want? If you can help me, thank you very much.     
asked by 13.12.2016 / 13:03
2
answers

English Quotes how to edit?

I'm doing a site that I came across that a text will have an English quote, so that's fine, just do the code, but the problem starts when I edit your font to get bigger, the final quote creates an automatic height that I do not use position abso...
asked by 10.07.2018 / 23:40
2
answers

How to zoom in / out?

Hello, I'm trying to make Javascript a function that gives zoom slow in my image, that is, increasing my background-size slowly, to give impression of movement in the image. I tried to do this function, but when running the site...
asked by 16.01.2017 / 05:26
3
answers

Leave selected menu

I have a side menu and every time I click on an item to open a page, I would like it to be selected with a color. Menu.xhtml <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http:...
asked by 20.05.2016 / 20:52
2
answers

Span within @ Html.ActionLink

I have the following column of a table: <td style="font-size:10%"> <p class="list-group-item-text"> @Html.ActionLink((string)item.cidadenome, "Cidade", "Cidade", new { cidadecod = item.cidadecod, contratocod = item.contrat...
asked by 08.09.2016 / 21:25
1
answer

Bootstrap libs declaration [closed]

I have declared in the code the bootstrap libs like this: Myerrorisonthepage,thatwhenIclickonthemenuicon,itdidnotexpandSee: Anysuggestions?<!DOCTYPEhtml><html><head><title>PousadaDeutschesHaus</title><metacha...
asked by 07.09.2016 / 17:05