Questions tagged as 'css'

0
answers

Submenu in the "area" tag

I have to develop this element that is in the middle (yield): I'veneverdevelopedaformlikethisinHTML/CSS,soIwentforthetag<map>andmadethefollowingcode:<divalign="center"> <img src="diskbanner.png" usemap="#Map" border="0"> <m...
asked by 18.11.2015 / 15:22
1
answer

Clear the auto-fill of forms asp.net mvc

I have a registration screen where I noticed that when the user lets the browser write the cache, when it will fill always comes a list of information that has already been typed, I would like to clear this information in a way that did not offe...
asked by 17.01.2016 / 02:46
0
answers

Character Incompatibility in Sass ('IBM437' and 'UTF-8')

My problem occurs when I try to use --watch as follows: --watch estilos.scss:estilos.css My goal is to perform automatic compilation the moment the file is saved. The error that appears at the command prompt is as follows: Sass is...
asked by 26.11.2015 / 17:12
4
answers

popup open only once after being closed, even after reloading page

I would like to know how to create one of those popup which usually appear in large (not flash) portals, but with div and javascript pure, script detect this and it will not open again, even after reloading the page or...
asked by 11.04.2014 / 15:28
1
answer

SlideToggle does not load Maps correctly

I have two maps on one page, I am using slideToggle and slideUp to display let only one map view at a time. map_fix and map_movement are the divs that contain the maps. #mapa_fixo { display:none; } #mapa_movimento { display:none; }...
asked by 16.12.2015 / 22:12
1
answer

Why does background-size cause images to have serrated border in IE?

I'm inserting some transparent background images into an html page using the background-size feature of css, in IE these images are getting jagged edges, how can I work around this problem? <a href="#" class="iobOCF"></a> .iobOCF...
asked by 23.12.2015 / 18:45
2
answers

1px Unwanted Space in Internet Explorer

On my site, below the footer is a 1px space that only occurs in Internet Explorer. In my case, I'm using IE-10 . The footer has a fixed positioning, I inserted it outside the container of the site, and put it back by setting a negativ...
asked by 22.09.2015 / 23:49
1
answer

What is the easiest way to make a slide with BootStrap?

I was following the following tutorial to make a slide: link The design I was able to deploy on my page, since it is practically just copy and paste, I followed the example with legend. So I took the time to implement Javascript to ge...
asked by 30.10.2015 / 19:08
0
answers

Problem with header size

I'm suffering with a code where I need to leave a banner with a predetermined size in the browser determined when opening the page, but every time I open the page, it gets the full size of the browser. I do not know exactly how to determine this...
asked by 13.10.2015 / 18:43
0
answers

overflow: auto hide content at the bottom of the page

I have a problem with my html, I could not find an answer. I have a div called box-footer . This div is inside a div main, where I added overflow: auto and height 100% . All of this content stays inside a parent div, box-no...
asked by 09.11.2015 / 15:28