Posts by Felipe Henrique • 2,135 points
181 posts
-
2
votes3
answers178
viewsQ: Effect of filling in a line
I need to do an effect like this on this site http://www.gt3themes.com/website-templates/timber/ well where this marked would like to know how does this effect and if you have any plugin for it…
-
4
votes1
answer8087
viewsQ: How to make an image rotate
need to make an image rotate infinitely with only HTML and CSS it is possible if yes how it can be done.
-
5
votes2
answers3400
viewsQ: How do I use @Font-face with an arbitrary font?
I wonder how it works @font-face how should I apply it in my code CSS because I want to use a source called Tekton Pro but only use tag font-family:Tekton Pro does not work and would like it to…
-
1
votes2
answers64
viewsQ: Float does not work properly
Using good coding practices and cross browser code in the browsers:Google Chrome, Safari and Mozila I would like to know if I’m missing something because I have 2 columns of text and I want one of…
-
2
votes1
answer755
viewsQ: Section overwrite my header
I want to put my content just below the tag header but when I create my Action the content overlaps my header and I don’t know if it’s a good practice to take my Ction and apply a margin top follows…
-
3
votes2
answers9439
viewsQ: I can’t center an image semantically
How to leave an image in the center of the screen I tried to put one text-align:center and it didn’t work. Follow my html code: <header> <img src="images/bg-header.png" id="bg-header">…
-
1
votes1
answer3916
viewsQ: Timer with minute hour day and second
I wonder if there is any plugin to do this timer same as this page for example: http://dotrex.co/theme-preview/aimer-wedding/ If you have any example or link for consultation I would also be…
-
0
votes1
answer192
viewsQ: How to Mount a Slide
I needed to make a mini slide that contains an image and text on the side. That passes automatically and when you click the button. Would anyone have a good reference or have knowledge to do this? I…
-
0
votes1
answer66
viewsQ: Footer is not hidden with page content
A few weeks ago I asked a question about having an effect Parallax in a footnote and got the answer: Parallax in the footer But now I’ve made another page that I want to get that same effect. I…
-
0
votes2
answers1127
viewsQ: Text slide
ola would like to know how I do this effect here slide text : http://demo.megadrupal.com/d7/md-bigstream/index-6 he is almost at the end of the page the title and People SAY if it is possible to…
-
0
votes1
answer268
viewsQ: How to make random numbers
Hello someone would tell me what the name of this effect has on this site : http://www.popupdesign.com.br/ as soon as scrolling the page above the contact us there is 4 image and below it generates…
-
2
votes2
answers2982
viewsQ: Effect of Parallax when mouse over
I’d like to know how I do that effect that has on that website or in that other. When I move the mouse over the image it moves. An important detail is that no matter where I pass the mouse, the…
-
0
votes2
answers436
viewsQ: how to change right browser cursor and scrollbar
How to change mouse cursor and right scroll bar because I did many searches and all cursor with default tag example of the code: .mouse{ cursor: pointer; } and not and so wanted a cursor as on this…
-
0
votes1
answer180
viewsQ: Parallax in the footer
html { font-family: Gabriola; height: 100%; } body { height: 100%; } #titulo-fotos { font-family: Gabriola; font-size: 2.5em; text-align: center; font-weight: bold; margin-top: 10%; } .linha-galeria…
-
1
votes1
answer860
viewsQ: Image in Javascript does not appear
Why aren’t the images showing when I click the button? I called them via Javascript, it is part of a button that serves to mutate and dismount my video. When I click does not appear the images,…
-
2
votes1
answer142
viewsQ: How to make video mute start
I wanted to know how to make my video start mute. I was able to program the controllers: there is a button that Uta and one that desmuta. Only that I wanted him to start already mute. Code in html:…
-
3
votes2
answers10413
viewsQ: Button spacing
I want to reduce the spacing of these buttons but I’m not getting it. I’ve tried to put margin and padding and nothing. I don’t want to use a list. How can I do? Follow the html code: <div…
-
1
votes0
answers265
viewsQ: Stylization of video controllers
I want to style the controllers I created with HTML, CSS and Javascript, but I’m not able to make one that would be to "mutate" (remove the sound). It works like this: it will have the image of a…
-
2
votes1
answer199
viewsA: Html5 video controllers
I can’t erase my question but I managed to do what I wanted I’ll leave that as an answer If anyone ever needs it: the HTML: <h1 class="nomes">Lorem ipsum <strong…
videoanswered Felipe Henrique 2,135 -
0
votes1
answer199
viewsQ: Html5 video controllers
I have in my code a video that was placed with the following tags: <div id="video"> <img src="images/bg-video.png" id="bg-video"> <video width="100%" height="100%" loop> <source…
videoasked Felipe Henrique 2,135 -
0
votes5
answers934
viewsA: Alternatives to center the img tag
Hello friend tries like this : <center> <div id="wrapper"> <div> <img src="http://placehold.it/100x300"/> <img src="http://placehold.it/120x150"/> <img…
cssanswered Felipe Henrique 2,135 -
1
votes0
answers108
viewsQ: Media Queries messing up CSS
I’m making a website that has to be responsive first made desktop first I assembled all the css normally, so as soon as I finished I started to assemble the Media queries for a version tablet, I had…
media-queriesasked Felipe Henrique 2,135 -
0
votes1
answer237
viewsQ: media queries giving conflict
I wonder why that Media queries: @media (max-width:533px),(max-height:853px) { #menu ul { left: 15px; } #menu ul li a{ font-size: 1.2em; margin: 4px; } .setas{ right: 10%; } #seta-esquerda{…
media-queriesasked Felipe Henrique 2,135 -
1
votes2
answers3347
viewsQ: Media queries do not work
I made those medias queries for Desktop, follow the code below: @media screen and (min-width: 1024px) , screen and (min-height: 600px){ #menu ul { left: 26%; } .nomes{ margin-top: 200px; }…
-
7
votes3
answers11278
viewsQ: How to force a PDF to be displayed in the browser
I have a sequence of PDF files that I can link normally, only as soon as I click on one of them it downloads, and I need the PDF to be displayed in the browser itself. I tried to use this on my link…
-
1
votes2
answers497
viewsQ: Media query messing up another media query
Good Morning, I’m having a problem with some media queries I started doing the media queries on the desktop part with the following measures that worked perfectly: 1024x600 1024x768 1280x768…
-
5
votes1
answer661
viewsQ: How to use Bootstrap responsive system
I would like to know how I use only the responsive design part of Bootstrap and if possible give me some tips on how to apply in HTML code.
-
2
votes1
answer184
viewsQ: Responsive layout
I’m having problems in the responsive layout part, I’m wanting to start working with the following sizes: 1280 x 1024 1024 x 768 768 x 1024 480 x 320 1680 x 1050 1024 x 600 However, I had already…
-
5
votes3
answers377
viewsQ: How do I work with responsive design?
I use Media Queries, right, and my layout will have to adapt to various devices like tablets, iphone, smartphones, notebook and Tvs, but I found a problem in the tablet in landscape mode, it has an…
-
0
votes3
answers450
viewsQ: Video Html5/css3
I have a HD video (1920x818 approximately) on my site, I had help in a part of the solution since it was put 100%x100%. Now I’d like to leave it fixed at the top of the page, tried to use…
-
4
votes1
answer225
viewsQ: Height on video Html5
I’m using the tag video of Html5. I wanted to make my video with the height 100%, however, so I use the attribute height, it repositions to my video and does not enlarge it. I wanted to make a menu…