Questions tagged as 'css'

1
answer

Fade transition between sessions of a site with different content

Hello, I need to make a transition effect from this site: link By scrolling, the contents of one session will fade and new content will appear, from the next session, overlapping the previous one.     
asked by 05.04.2016 / 05:23
1
answer

Style in disordered list

CSS * { margin:0 auto; } ul { list-style:none; margin:0; padding:0; } .menuPrincpal { } .menuPrincipal li { display:inline; } .menuPrincipal li a { display:inline-block; vertical-align:middle; width:19.6%; height:...
asked by 09.05.2016 / 13:41
2
answers

Open different DIVs through links

Hello, I have the following SCRIPT below. It opens the DIV that is with display: none; but I will have a list of links to open new DIV's and I do not want to be creating new functions to open each DIV. How could I solve this? HTML <...
asked by 24.03.2016 / 20:08
0
answers

Allowing the transparent background of a web page to pass through the rest of the windows in a webbrowser control

I'm trying to make the transparent background of a page in the webbrowser control remain transparent by allowing the user to see what is beneath that window, ie only HTML elements that are above the transparent background will be visible. Using...
asked by 20.05.2016 / 19:02
0
answers

Customize Swipe JS centralized and other elements appearing

I need some help. I'm using framework7, and consequently SwipeJS in a template in which I need to leave it more or less like this, (App duolingo). with the cards below and always the next and previous appearing a little. Imadesomechangest...
asked by 19.03.2016 / 14:01
2
answers

How to arrange the table so that photo and information are on the same line?

I need the image and property information contained in the table to be at the same height, but I do not know how to fix it. Here are the photos of how you are and how I wanted to: FollowtheHTMLcode: <!DOCTYPE html> <html lang=...
asked by 19.03.2016 / 16:46
1
answer

The width of my site is not the same, header is smaller than the rest. How to solve?

The width of my site is not the same as it can be seen below: Theheader(logobar,navigationandmainimage)issmallerthanthesite'scontainer,I'musingBootstrap.TheCSSwiththemeasureslookslikethis: @media (min-width: 1200px) { .container{...
asked by 14.03.2016 / 14:04
1
answer

problem with menu in firefox

Galera I mounted a table where I right click on it and open a menu. The problem is that in firefox I have to give 2 clicks. And it closes when the mouse moves. I tested it in all browsers and everything is ok. Does anyone know what it can be?...
asked by 13.04.2016 / 22:30
1
answer

Styling the Menu with CSS [closed]

Well, I'm going back here again with my question. I got a code that would cause :hover to be selected in the current page, but it is not working, could anyone tell me why? Here are the codes: <script type="text/javascript">...
asked by 07.03.2016 / 18:20
0
answers

Page break in print

I'm making some badges and I need to break the page when I give 8 badges on the page I made a code that only skips the first page. css @page { /*margin top,direita,rodape,esquerda*/ margin-left: auto;margi...
asked by 07.02.2016 / 17:44