How do I create a link using javascript??
I have a string for a title and a string for a link. I'm not sure how to put the two together to create a link on a...
How to make div background color transparent in CSS?
I'm not using CSS3. So I can't use opacity or filter attributes. Without using these attributes how can I make the b...
What values can appear in the “selected” attribute of the “option” tag??
I have some markup similar to the following: <select> <option selected="selected">Apple</option>...
how to add scrollbar in div?
I want to add a scrollbar to div id="kryesore" in mainpage,when i try it doesn't work.Can you tell me what can i do ...
Jquery Conflict Issue?
I'm creating a Date picker in html Form with Jquery. Following is my code: Html head section code: <link rel="s...
How to run “brew” command in windows..??
It shows "'brew' is not recognized as an internal or external command" in windows command prompt. I am trying to ...
jQuery appear() and show() methods difference??
I'm studying for a HTML, CSS, JS exam and found various resources to help me study. In doing a practice quiz, I foun...
Replace Div with another Div?
I have this thing I m trying to do. I have a main picture of a map and within that map there are regions. These regi...
CSS selector for an img element with class [duplicate]?
This quest...
How to make a circle around a letter??
I need to make a small circle background behind the letter "A". What CSS would make this effect? See example: ...
Creating a large textbox to get a paragraph input?
I want to make an user enter a paragraph in a jsp page, but the problem is, the jsp page only displays a regular siz...
How do I retrieve an HTML element's actual width and height??
Suppose that I have a <div> that I wish to center in the browser's display (viewport). To do so, I need to cal...
Android WebView err_unknown_url_scheme?
With the simple below code I can get my url loaded correctly, but, I get "ERR_UNKNOWN_URL_SCHEME" when trying to tap...
how to remove outline of html button?
I have button on my html page, when i click on that button it show me outer line to button shown as below image. ...