Questions tagged as 'html'

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

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
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
2
answers

How to add a class to a bootstrap link

I'm using the bootstrap and I have a menu, what I wanted was that when I clicked on a link from that menu, I'd display the page and leave the page that the user selected on the menu. I tried to assign a class using the .addClass() fu...
asked by 11.04.2016 / 21:39
1
answer

Filter and pagination

I developed a web page that uses pagination and filter, both made in PHP . This means that after using the filter, and selecting for example page 2, the information will be lost because it will reload all the information. I've been sear...
asked by 22.06.2016 / 14:46
1
answer

Screen size browser window without scroll

I would like to know how you can make a page that does not have a scroll and that matches the exact screen size. How can I do this?     
asked by 23.06.2016 / 19:51
1
answer

Change the colors of the zebra bootstrap table

I'm using the bootstrap and a table with    table-striped And you're getting a very bright zebra, how do I change the zebra colors?     
asked by 23.06.2016 / 01:55