Questions tagged as 'css3'

1
answer

Contents of browser screen size

On many portfolio sites, we can see sections (usually with images) that occupy the exact space of the user's browser, such as this site here . I searched but found nowhere to perform this effect of holding multiple sections of the same brows...
asked by 01.12.2014 / 14:15
1
answer

Media Queries works on smartphones but not on tablet resolution

I'm creating a page with responsive layout, regarding the resolution of smartphones works normally, when increase for tablet gives no results. Why? @media(max-width:480px){ div#formulario{ width: 250px; height:300px;...
asked by 18.10.2014 / 03:13
3
answers

Problem with Div shift when running Zoom

I'm building the default layout for some pages I'm developing, but I'm still new to html and css pages. In my code, the footer tag moves from the main div when I zoom, I'd like to know how to prevent elements from exiting the div when zooming is...
asked by 13.10.2014 / 21:47
1
answer

CSS, firefox does not recognize Bree Serif font

I use google sources, however I got surprise today that I went to test my files in firefox and realized that the font was not loaded. See link @font-face { font-family: 'Bree Serif'; font-style: normal; font-weight: 400; src: local('Bree...
asked by 16.12.2014 / 21:25
1
answer

Sale on ThemeForest [closed]

Talk to people, Has anyone from Brazil already sold items in ThemeForest? Does it pay? Do you have other alternative marketplaces? I saw that you need documentation of the item to sell in ThemeForest, would anyone have an example? Anyway, any...
asked by 27.02.2015 / 13:13
1
answer

Slide only with html and css

I wonder if it's possible to make a slide make a slide like that here but only with HTML and CSS the slide that I want to do would be this here of the image and you can veils working on this site that I mentioned above right at h...
asked by 16.06.2015 / 16:07
3
answers

Leave td with transparent background

How do I leave a 'td' with transparent bgcolor without using STYLE? I can only use bgcolor in the part, not to cause errors !! many browsers do not render the style. As email marketing I can not use style sheet, I have to apply all inline...
asked by 04.04.2014 / 16:05
2
answers

Do not dynamically select always the last row in the hierarchy

Look at the HTML and CSS below. This is the initial CSS ul ul li:nth-last-of-type(2){ background: #ff0000; } <ul> <li>bla <ul> <li>bla bla <ul> <li>bla bla bla</li>...
asked by 01.10.2014 / 17:12
1
answer

applying charset in Email Marketing

I recently read that the ideal one for building an Email Marketing is not to use:    DOCTYPE    HTML    tag    BODY    Meta tag    Head tags    Base Tag    Link tag    Script tag    tag Title    Applet tag    Frameset tag    Tag...
asked by 20.05.2014 / 16:32
2
answers

Image opacity linked by CSS

Is there any possibility of giving attributes to a linked item via CSS? #content-homepage { background-image: url(../img/back.jpg); } I wanted to decrease the opacity of this image     
asked by 07.12.2018 / 04:19