Questions tagged as 'css'

1
answer

Background only in a part of the element

I have an element, which occupies 100% of the page, but it has a background up to a part of the element, until I know how to do it, but I need it to adapt to 1024px screens and I would like to know other ways to do it. block would be: Intheca...
asked by 21.11.2014 / 14:35
2
answers

How to play a block on top of the other block?

I would like to create a div , containing a block of text and an image, and the image needs to cover the text, by moving the mouse in the image, it will become semi transparent, thus showing the text under it Something like <div>...
asked by 21.11.2014 / 12:54
1
answer

Problem with Slider

When you load the page from this site the title of the slider description appears at the top and then down. How to solve? The site is in WordPress. Plugin Huge IT Slider I think the problem might be CSS.     
asked by 11.11.2014 / 20:18
1
answer

how to set up a very extensive table

How do I show a form registration by x in the table? the table is very extensive how do I show it as a form vertically rather than horizontally? <CENTER><FONT COLOR=BLUE SIZE=6>TABELA</FONT></CENTER> <tabl...
asked by 10.02.2015 / 01:52
1
answer

Select closing when clicking on all IE's

I'm having a problem, which in all versions of Internet Explorer, when clicking a select, it automatically closes when moving the cursor, without the possibility of choosing one of the OPTIONS: <formaction="/pesquisar" name="formpesqf" met...
asked by 10.11.2014 / 14:48
2
answers

Catch URL link and modify CSS

I'd like to take the URL link and thereby modify the property of class flechaSubmenu from display:none to display:block . I thought of doing with CSS: .classe a[href^="/categoria/categoria2/"] { display:block; } What...
asked by 14.01.2015 / 14:15
1
answer

Responsive fixed menu

I have a fixed menu that when viewed in the maximized browser everything happens perfectly, however, when the screen is dimmed, the menu is fixed and the scroll bar does not scroll, can it be solved with CSS only? Follow my CSS menu code: {...
asked by 11.10.2014 / 01:15
1
answer

What is the standard method of positioning elements on a page?

What is the standard method of positioning elements on a page? I ask because I have seen in some material that by default the elements on a page ( HTML ) have the property position defined as relative , but searching I can...
asked by 02.10.2014 / 13:01
1
answer

Text always aligned horizontally

I can align text horizontally. I always set a height and a line-height and everything is fine. But in Chrome, the cursor within a input gets huge, since I always set everything to px . If I put, for example line-hei...
asked by 10.09.2014 / 18:48
1
answer

Center in vertical form with Zurb Foundation

I'm using the Zurb Foundation CSS framework, and have already made several attempts to center this form in the center of the screen. I have already tried to attack with a normal CSS to put 50% on top and left and set negative margins with absolu...
asked by 28.08.2014 / 22:19