Questions tagged as 'css'

1
answer

Error with Sticky NavBar

I have a problem related to sticky nav, basically it works and it is beautiful, but when inserting the bootstrap it overlaps the sticky, I could only fix it by removing the bootstrap and doing everything from the site in css. But I would like to...
asked by 08.06.2018 / 21:59
1
answer

How to Add an "overflow: scroll;" on the side of an extensive 'datalist'

I have a type="text" search bar next to a datalist, but I'm not succeeding by adding a scroll bar to the side of the displayed content, because the more we add names in the 'option value = the list box displayed, because of this I intend to add...
asked by 08.06.2018 / 20:41
0
answers

Organization of mautic form tables in an HTML site

## I would like to leave the form this way ## <!--*****ContactAreaEnd*****--><sectionclass="contact_us_area section_padding_90_0" id="contact"> <div class="container"> <div class="row">...
asked by 08.06.2018 / 16:34
0
answers

Pin a sidebar

I have two components, a form and a sidebar, I want to let my sidebar stay on the screen and when I add data to the form and save as I insert the sidebar do not "move". In that link ( link ) is how is the sidebar and the form, when I move in the...
asked by 01.07.2018 / 20:44
2
answers

How to leave a text centered between two horizontal lines?

I need to use a text centered on the page and between two horizontal lines in all project titles, as follows: Title text has magin: 0 35px , is dynamic, and horizontal lines should increase or decrease accordingly.     
asked by 25.02.2015 / 20:59
1
answer

Background image in white

I'm having a problem with html, because I need to add an image to the bottom of a container and I'm using bootstrap, I've already tried adding the class to a separate css, but it still does not work .bg-back{ background-color: transpare...
asked by 07.07.2018 / 15:19
1
answer

Responsive resizing of th td cells

How to adjust the size of cells so that they are responsive? <body> <div class="corpo"> <main class="tabela"> <table> <tr> <th class="t">SEGUNDA&...
asked by 01.06.2018 / 04:54
0
answers

Search system on the site itself, such as linking so many pages and recognizing the characters typed [closed]

I have a search bar here, however how do I search my htmls in my own pc directory? function executar(){ var tx= document.getElementById('tx').value; var lista = document.getElementById('ht'); var adicionar= true; var opt = doc...
asked by 29.05.2018 / 23:03
0
answers

Responsibility in HTML CSS

I wrote my portfolio at one time and tried to make it responsive. I used the First Mobile technique. In mobile resolution it got mass, but when I made the first responsiveness to 600px wide resolution, it only works when I run the code, when I p...
asked by 28.05.2018 / 16:11
1
answer

Aligning objects on the screen using bootstrap

I have this code that I found on the internet that works like a dashboard, but I can not align the objects the way I like it The code: <div class="row"> <div class="col-xs-12 col-md-5"> <div class="box box-d...
asked by 28.05.2018 / 17:16