answersLogoWhite

0

I reccommend using consistent ID's on all of the tags that you plan to manipulate in your HTML. Example: <table id="table1"> <tr> <td>Table Toggle</td> <tr> </table> <a href="javascript:document.getElementById('table1').style.visibility='visible';"> Show </a> <br><br> <a href="javascript:document.getElementById('table1').style.visibility='hidden';"> Hide </a>

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What languages can a browser understand?

HTML, CSS, &amp; JavaScript.


Can you hide and reveal text e.g YouTube comments without the use of javascript I wanted to try it on Myspace but it disables javascript.?

Very unlikely. See, Javascript is used to change the className attribute of the text node. When the className has changed, the node uses the properties that are set with CSS. This means you can keep a text invisible with CSS only, but you'll always need Javascript to switch classes.


What language is used to write websites?

The most common languages used to write websites are HTML, CSS, and JavaScript. HTML is used for structuring the content, CSS for styling and design, and JavaScript for adding interactivity and behavior to the website.


How can you disable clicks with CSS?

You don't disable clicks with CSS. That takes a more active language like JavaScript, JQuery, Ajax, PHP, etc.. You can hide any text/image link those with one of these CSS properties: visibility: hidden; display: none;


How do you hide the calendar and display it only when clicked a button in aspnet?

To hide a calendar in ASP.NET and display it only when a button is clicked, you can utilize JavaScript for the client-side functionality. Set the calendar's Visible property to false in the initial page load. Then, create a button with an onclick event that toggles the calendar's visibility by setting the Visible property to true. You may also use a JavaScript function to show or hide the calendar by manipulating its CSS display property.


What is the content property in CSS?

It is used in javascript and HTML. This is a command that adds something new to a webpage. It uses the commands :after and :before. Web designers will use this frequently.


How do you use javascript in css document?

You cannot use javascript in a css (cascading style sheets) file. You can only write javascript in javascript files (js extension) or in html files inside of &lt;script type="text/javascript"&gt;&lt;/script&gt; tags.


What programming language is used for webOS applications?

HTML5, JavaScript, CSS


How does you call javascript file in css?

In your HTML add in the tags


Is it necessary to learn css to learn javascript?

yes its necessarry to learn css basis .... refer w3c shool css tutorials.. all the best


What all computer languages are involved in web designing?

The primary languages are HTML, CSS and JavaScript. HTML is the markup used to structure your content. CSS is used to make the structure pretty. JavaScript is used to make the pretty structure do neat things. There are a bunch of other languages like PHP, ASP, JSP that work with MySQL or other databases...


Html css javascript php etc charts and cheat sheets. Linkz please?

HTML: http://www.w3schools.com/tags/default.asp CSS: http://www.w3schools.com/css/css_reference.asp JavaScript: http://www.w3schools.com/jsref/default.asp PHP: http://www.php.net/manual/en/