Questions tagged as 'css'

1
answer

How to customize checkbox / radio without using background: url?

Whenever I search on "customize", "checkboxes" and "radios", examples appear using background:url(image.png) . Is there a way to customize a "checkbox" only with "CSS" without using background:url ?     
asked by 28.05.2015 / 15:06
1
answer

Show mobile image when it exists

Hello, I have a% of my own% and I coded a feature to allow, in addition to the upload of standard size image, a second image CMS that will be shown with media query when the resolution is less than mobile , so it includes the "mo...
asked by 03.06.2015 / 21:45
2
answers

onClick does not work on ipad

I'm developing the application on windows, but then through the phonegap I'll pass it to an ios application, which uses the IScroll plugin to scroll through my list. Problem: In every li I have a div that has the event o...
asked by 11.06.2015 / 16:07
1
answer

Click on a link go to another page and show the desired id

Well, I need to make clicking a link on one page go to another and only shows the content of the id indicated on the first page, how can I do this? I searched in several places and did not find exactly what I'm looking for. index.php <...
asked by 14.08.2015 / 22:55
1
answer

Vertical menu with filter within the sub-menu

I would like to make a filter within the sub-menu, filtering the menu itself as you type is going to display the related ones. The idea would be similar to this link . At the end of my menu has the sub-menu called store or adm. Example:...
asked by 06.08.2015 / 18:55
1
answer

Input within DIV with visibility: hidden

This is the following, I hid a% w / o%, which has inputs of a form inside, with style='visibility:hidden; position:absolute' And I wish these div did not send information when the form was forwarded. My question is: Can you just d...
asked by 10.08.2015 / 18:16
1
answer

Make class combiner open the page in separate tab

I have a code in which it creates me a page as if it were a theme, randomly picking the css classes, but what it does is create the "theme" inside the page that the button is, and I would like it to open a new page with the selected theme. Fo...
asked by 15.07.2015 / 14:47
1
answer

size image depending on screen size

I have a question on an HTML page that I created. The entire page depending on the large or small screen it automatically adjusts the size. Now the only thing I can not do is Image. Can you help me? CSS: .image { border: 0; di...
asked by 09.04.2015 / 16:41
1
answer

table with styles is not working with bootstrap

HTML: <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> </head> <body onload="m...
asked by 03.03.2015 / 17:51
5
answers

How to align the Left fields of an Html table?

I can not align my labels (Razor) to the left of my table in html with Visual Studio! <table cellspacing="6"> <tr > <td > @Html.Label("Cep: ") </td> <td...
asked by 02.03.2015 / 17:42