Questions tagged as 'css'

1
answer

How do I add base image 64 to div's background dynamically?

I'm with this doubt, How do I put a base64 background image into a div, dynamically using jquery? I know it's normal to use this way: background-image: url('data:image/jpg;base64,AQUI VEM O CODIGO BASE64'); But dynamically I do not kno...
asked by 15.04.2016 / 21:13
1
answer

Emoticons in post system

I have a system of postings on my site, but there are very few options for 'personalization' of the posting by the user. Then I would like to insert the option that the user inserts emoticons into the posts. When I refer to inserting emoticon...
asked by 21.07.2016 / 20:17
1
answer

Remove item in specific view in magento

I have a shop in 3 languages with the showing of plots, being PT EN and ES, but I want to leave the plots display only for PT. How can I comment on these plots for EN and ES? is it possible? The parcel code is: <?php $vezes = $_produc...
asked by 22.07.2016 / 04:46
1
answer

Highlight mouse click position with DIV overlay

I'm not able to do a DIV overlay in the place where the click event occurs. I can map the coordinates of the mouse and store these values, but I need when I click on the page, to highlight this place with a circle or a note. I can do this highli...
asked by 21.07.2016 / 21:29
1
answer

DIV align dynamically as a stained glass window

Good afternoon I'm on a personal project and one of my inspirations is the Google Keep layout, where the divs line up and fit like they're forming a stained glass window. I made some tests aligning the divs to the left (float: left), but the...
asked by 11.04.2016 / 22:06
1
answer

DIV misaligned when inserted text inside

I'm doing some pictures with the help of CSS Triangle to get to the point I need. But when I enter the text inside the BOX, it is misaligning. My intention is for the text to align within the BOX as print . Follow the jsfiddle .     
asked by 12.04.2016 / 18:09
1
answer

custom context menu retrieving table id

Well, I'm trying to build a custom context menu that will work inside a register table. The problem is that I need to get the ID that is inside each line () and call it in the menu link (Edit.php? Id =). Follow my code so you can see how it i...
asked by 12.04.2016 / 16:22
1
answer

bind CSS in a Spring MVC project

Look closely at the image; Itriedtoputitlikethisonthepage;<!--LatestcompiledandminifiedCSS--><linkrel="stylesheet" type="text/css" href="#"># but did not get the CSS settings. ======== UPDATE ==================================...
asked by 13.04.2016 / 14:18
2
answers

Change backgroud from one class to another event

I have the following code: .line-item:hover td { background-color: yellow; } .item-text:focus + .line-item td { background-color: red !important; } <table border="1"> <tr class="line-item"> <td>L1C1</td...
asked by 12.04.2016 / 14:38
1
answer

Format HTML5 input calendar with javascript

I'm doing a form with validation in HTML5 and I came across a bit of a bad situation, when I put type="date" when I move the mouse over the "settlers" to manipulate date or ascend to the calendar. The problem is that the formatting is hor...
asked by 23.06.2016 / 21:36