I have a simple 2-column table that has A LOT of rows: <table> <tr><td>row 1 column1</td><td>row 1 column2</td></tr> <tr><td>row 2 column1</td><td>row 2 column2</td></tr> [500 m
I have this code above: <select ng-model = "vm.modulo.nomenclatura" class="form-control" required> <option></option> <option ng-value="modulo.key" ng-repeat="modulo in vm.availableModulos">{{
function hideTitle(){ var k = document.getElementsByClassName('menu-title'); for (var i = 0;i < k.length ; i++) { k[i].className = "menu-title-after-click" ; /*document.getElementById("menu-title").className="menu-title-after-c
I am new to php and want to make a dropdown menu where you can select a site that you want, then when you click a button you will be redirected to that site. The button will take you to for example "google.com" if that is what you select, if you
I created a pop up menu here: https://jsfiddle.net/qpbmyhor/ Now I want the pop out menu links to be clickable. Right now when you hover your mouse to it, it will just dissapper and its not clickable. Also how can make the whole canvas/menus RESPONSI
Let's say I have this HTML... <button class="btn-remove-this">Remove this</button> <button class="btn-remove-that">Remove that</button> <button class="btn-remove-some-other-thing">Remove some oth
I want to create a short cut for 'Auto-Format Tags on Document' in Sublime plugin 'Tag' and it works when i choose this function from Edit -> Tag -> Auto-Format Tags on Document. However i add this code in keybindings { "keys": [ "com
I am currently applying for an Internship Internship Link One of the things that I noticed right away is that you click on upload cover letter or paste cover letter, you're redirected to the home page of the job invite site Job Invite and sadly you c
How do you center the text horizontally/vertically in an li element that has a picture background? For example: This is my code so far: #frame { height: 100%; } .frame { width: 100%; height: 100%; padding: 0; overflow-y: hidden; } .frame .slidee { ma
This is my code which is working fine but when i change my headline2text to "Sale Price $25 . This is a sample text. $244" then auto logo image changes its position. I do not want logo to change its position but it should remain on its place and
I have a website with 4 pages: Home Page , Sale Page , Rent Page and Contact Us Page. On the Home Page is a Search Form that need to Search the Options they select. It is a Property website so if they click on the search button they need to be taken
I want to unzip the zipped file while downloading the file using AngularJS. I am trying with the following code, For eg: <a download="My_File.PNG" target="_self" ng-href="Path of the zip file/My_File.PNG.zip">My_File.PN
Can you give me advice how to display text over image. Text is variable i can't workaround it with photoshop ? Image is responsive image is centered and in link bakcground is repeated. Width and height is ok. Thank you very much. How it should looks
I have two div's that I am trying to position side by side but am having trouble. I understand that div's are block elements but I have never had trouble positioning them side-by-side before.. HTML: <div class="contact"> <div class=&quo
I have a parent div, with 3 inner divs that are floated. The left and right divs are statically sized, but I would like the center div to expand to the fit the parent container. <div class="parent-container"> <div class="left"
My code is: <label>Something:</label> <span>Some Value</span> <br/> <label>Something:</label> <span>Some Value</span> <br/> The <label> has a fixed width. Output: Something: Some Value Some
I'm trying to make a website and I'm having a problem with a bootstrap class. The class dropdown is working fine when the page is fully opened, but when it goes to the collapse mode, the list of the dropdown menu is still open. What should I do to ke
i have this radio button (and some other after this one): <input type="radio" name="group1" value="Milk"> Milk<br> But if i want to activate the radio button, i have to click it, clicking the word "Milk"
I am looking for a web service that displays the html structure of a webpage like a graph. I have seen an app years ago that looked beautiful. The input was a URL and the output was a flash tree with branches acting like springs and nodes had differe
I'd like to change the font size into an <input type="text" size="10> dynamically to fill the box. Here are some examples: With less chars: With more chars: Is it possible?I know JQuery and JavaScript weren't mentioned or tagged, but
I have a form which has two hidden parameters that I want to pass to the function LoadView <form name="frm1" action="http://localhost/tddd27/index.php/AddProduct/LoadView"> <input type="text" name="ID" valu
I am trying to make a pop up like thing, where a div shows up when I click a link. After some time, it fades away. I am able to show the div elements on click with some animation from animation.css. But I am unable to make it fade away. Here is the c
I am trying to create a simple quiz based on a tutorial I found. http://css-tricks.com/building-a-simple-quiz/ Unfortunately, this is making me spin my wheels and the answer is probably pretty simple. I got this working perfectly. I would like to cha
I had created a dynamic div and paragraph in dialog box to show confirmation while submitting the form. How to append the dynamic paragraph inside the dynamic div, Please help me on this. Thanks in Advance. <!DOCTYPE html> <html lang="en&quo
I am building a site for a friend (http://pasionesargentas.com/sm/) with the fullscreen gallery with thumbnail flip (http://tympanus.net/codrops/2011/02/09/fullscreen-gallery-with-thumbnail-flip/). I didn't quite like the idea of the flip thing so I
Creating a DIV that uses CSS to draw a triangle to the left. Trying to apply a uniform box-shadow to both parent and the pseudo element (see images) and code. Is this possible? Or am I better off using border-image for this? (Top: Before Shadow, Midd
I have a vertical only resizable div in my page. I'd like to put a handle "grip" like what there is in this page at the bottom of the textarea in the section "Your Answer". How can I do it?How about jQuery UI's resizable interaction? $
On the twitter home page (not logged in), there a scrolling text in the middle below the logo. How is this accomplished? It stops scrolling when mouseover and also has a popup dialog on relevant text. Thanks, MikeThere is a jQuery marquee plugin that
I have this to select a date from a mysql db, and compare it to an array of month-names in swedish language. $monthnames = array("","Januari","Februari","Mars","April","Maj","Juni",&quo
How do I pass a parameter from a page's useBean in JSP to a servlet in Java? I have some data in a form that gets passed no problem with a submit button, but no way to send anything else. Please help? Here is my code: <input name = "deleteGameButt