Questions tagged as 'css'

1
answer

How to align text in a "mobile" menu using the "select" tag

I have a website (structureonline.com) responsive and when I access the menu on a PC simulating a mobile device the text is aligned to left . I have the following code on my site: index.html : <nav> <...
asked by 19.03.2015 / 11:51
3
answers

Is it possible to assemble standard layout for HTML pages?

If I have two pages: pagina1.html and pagina2.html , which are very similar, can I use a layout.html page to determine common elements of each page? Also avoid repetition of tags as it happens in projects Asp.Net MVC,...
asked by 05.06.2015 / 04:54
1
answer

Menu with side banners [closed]

I've been working on a project that requires the implementation of an application that takes advantage of the white spaces so that banners can be posted. I read with a structure already determined and several times I have problems of implantatio...
asked by 13.10.2014 / 18:40
2
answers

Affix in a dynamic sidebar [duplicate]

I have a Bootstrap layout with a sidebar on the right that accompanies the scroll, within div[role=main] . My layout: Mycode:<headerclass="container"> <div class="row"> <div class="col-sm-12">Header<...
asked by 23.12.2014 / 20:01
2
answers

With CSS is it possible to merge two Images?

I saw this and wondered if it would be possible to merge two images with only CSS. Isthereanywaytocontrolthispartialtransparencyofoneimageoveranother,orofanimageoverabackgroundortext? Itriedwithopacity,butitdidnotevencomeclosetothedesiredeff...
asked by 13.12.2018 / 11:50
1
answer

How to make an animation in CSS starting from one side in the Hover and ending on the other when the Hover comes out?

I have an animation where an element appears entering from left to right when I do the :hover in the .box , however I would like that when I take the mouse out of .box the element would exit right now. The idea is like thi...
asked by 16.11.2018 / 15:22
4
answers

What is the default value of the "cursor" attribute?

What is the default value of the "cursor" attribute? I changed the value to pointer , but in a certain case I prefer to go back to the standard set, but I do not know what the value is.     
asked by 06.11.2017 / 13:06
3
answers

DOM search for name and value positive [duplicate]

I need to search the DOM for name and value. I'm trying to do this $('input[name=FLG_SEXOX_CLIEN value="{{ $cliente->FLG_SEXOX_CLIEN }}"]').attr('ckecked').trigger("chosen:updated"); But this is not working, in the console this message...
asked by 08.12.2016 / 19:56
3
answers

border-radius in table does not work CSS

I'm trying to put a border-radius on my table so that the 4 edges of it are rounded. If I move the tr / th / td border-radius will change the radius of the ballots and not just those of the table, which is my goal and if I change the radius of t...
asked by 22.04.2015 / 18:57
3
answers

How to invert (mirror / flip) an image

Well, I need to invert a preference image if possible with CSS. I do not know if that is possible. I wanted to stick the arrow pointing to the left. Thanks     
asked by 31.03.2017 / 11:17