Questions tagged as 'css'

1
answer

TBODY content overwriting THEAD and TFOOT

I'm having a problem generating a file for printing using the table structure. I can put the header with thead and footer tfoot on all pages, but the tbody content overlaps both. Here is the code: <html> <head>...
asked by 26.09.2017 / 14:58
2
answers

Change menu with CSS

I'm developing an application where I would like when I rolled the page bar to the middle of the page there would appear a floating menu that would be fixed at the top of the page but I do not know how to do it. Normal page NormalPageHTML...
asked by 30.11.2017 / 03:31
1
answer

Tabs with different colors using css and jquery

I need to make some tabs to display information according to the tab clicked, what I do not know how to do is the colors of the tabs, they are different colors when you click each , like could I do this with css and jquery?     
asked by 28.11.2017 / 19:35
1
answer

CSS misaligned menu items

I'm developing a web application and I've developed a menu with some icons but by decreasing the width of the page the icons are out of focus and this is my menu Butbydecreasingthewidthofthepagethishappenswiththemenucomponents. <divclass=...
asked by 15.10.2017 / 03:53
1
answer

IE7 compatible CSS alternative [closed]

I need to adapt a site to IE-7 in compatibility mode, I've searched some libraries for bootstrap to work, tried the same to use icons ( Font-Awesome , glyphicon ). Questions I have? How can I use the icons in IE...
asked by 28.09.2017 / 19:30
1
answer

Display none in chrome for iphone

I'm trying to hide items from a dropdown by value . In Chrome and Android worked, however on the iPhone option[value="home-01"]{ display: none; }     
asked by 08.09.2017 / 17:05
1
answer

Calculation with function with return Javascript

I am developing a calculation that adds interest according to the number of installments, but it is returning the wrong amount. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Exercicio1</title&...
asked by 03.09.2017 / 17:07
1
answer

Remove cover or change, blogger

Hello, I'm having a hard time with the blogger I'm doing for college, I wanted to remove this part to see that the name of the site is written, or if it's possible to change it to a cover of mine. It is related here: #hen{background-color:...
asked by 03.10.2017 / 22:38
1
answer

Bootstrap button at the same height and position in mobile versions

I have a system developed in Bootstrap from which I am using the following code to create a card based on the Bootsnipp colleague's work : <div class="card-base"> <div class="card-icon"><a href="#" title="Widgets" id="widgetC...
asked by 31.08.2017 / 15:41
2
answers

How do I customize a Navbar only when it is "collapsed" with bootstrap 4?

I have the following code: <!-- Navigation Bar --> <nav class="navbar navbar-expand-md navbar-light navperson"> <!-- Brand --> <a class="navbar-brand" href="#"><img class="img-fluid logo" src="imagens/bonfire...
asked by 05.10.2017 / 22:35