Questions tagged as 'css'

1
answer

Change div background-image according to banner image

I need to create an effect in my slideshow that for every image displayed in the slideshow the background of div class="banner-backg" change background-image. For the slider I'm using link : Slider HTML <div class="banner-ba...
asked by 24.07.2015 / 15:18
1
answer

How to make a div with 100% height? (passing the viewport)

I want to put a background image in this div, I already tried it with height: 100% but the height of the div is limited to the height of the viewport, when scrolling down, the div ends, and also the background image .     
asked by 24.07.2015 / 21:23
1
answer

Table Cell Moves Alone

I have a table that loads a list of data, however in IE (from time to time) some cells move out of the table. This started to occur when I started using the bootstrap. Can anyone help? Follow a print:     
asked by 21.08.2015 / 21:55
0
answers

Tag problems in CSS files in a JSF2 project

Greetings to all, I would like you to look at the image below; YoumaynoticethatthereisabluetopwithaHorizontalmenu,itisattachedtothistagbelowinXHTML;<header><divstyle="float: right; margin-right: 110px"> <span sty...
asked by 09.07.2015 / 19:36
0
answers

Randomization of DIV classes in Google?

Today I entered Developer Mode on a Google website from Chrome by pressing F12 and noticed that the divs classes are totally different compared to what I had already seen. Normally a name is defined as container , topbar...
asked by 18.09.2015 / 20:47
2
answers

Apply css to the form only in one domain

Good morning. I have a website that is available in br and pt. On this site I have a contact form: <div class="form_cotation"> <header> <p><?php echo lang('request_cotation'); ?></p> <a href="javascr...
asked by 01.07.2015 / 15:59
1
answer

Taking the scroll bar Tabs

I need to remove the scroll bar that is in the tabs, it generated a scroll bar and I want it to be static how to do it? I tried to use overflow-y:hidden but it did not work. <ul id="tabss" style="text-align: center;" class="nav na...
asked by 01.07.2015 / 20:47
1
answer

Implement slider for automatic transition

I took an example of a slider from a question here from the site. I want to know how I can implement it so that it makes automatic transition by holding the buttons. Here is the code: function simpleSlider(type){ var sliderActive = $("...
asked by 03.07.2015 / 20:48
1
answer

friendly urls, return to directory

Good afternoon, I have a question, I implemented friendly urls for a page of my website. This way, RewriteEngine ON RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %(REQUEST_FILENAME} !-d RewriteRule ^investimentos/(.*)/(.*)/(.*)/(.*)$ anunc...
asked by 02.07.2015 / 19:59
3
answers

Problems setting up Gradient in CSS

I want to put a background on the web page with a gradient effect, but it's the result I'm having; It'sveryugly.IusedthissettinginCSS;body{font-size:12px;font-family:Arial,Helvetica,sans-serif;margin:0px;font-weight:normal;background-color:#2...
asked by 08.07.2015 / 21:04