Forum: HTML and CSS Dec 4th, 2005 |
| Replies: 3 Views: 2,762 By the time the onunload triggers the person is no longer on your page to be able to bookmark it. |
Forum: HTML and CSS Dec 3rd, 2005 |
| Replies: 6 Views: 26,656 Most times code within onload needs to be there because it references elements of the page that need to be loaded beforehand in order to be able to reference them. Moving the onload code to anywhere... |
Forum: HTML and CSS Nov 26th, 2005 |
| Replies: 6 Views: 26,656 What language is that written in? It isn't HTML or XHTML because they use <script type="text/javascript"> to call Javascript. |
Forum: HTML and CSS Nov 6th, 2005 |
| Replies: 4 Views: 5,957 Sometimes setting overflow makes a difference in how the height is treated. |
Forum: HTML and CSS Sep 29th, 2005 |
| Replies: 4 Views: 6,985 Netscape 6+ supports getElementById.
If you require support for Netscape 4 (about 1 visitor in 500 or less now) then you need to use document.layers instead just for those visitors and use... |
Forum: HTML and CSS Sep 23rd, 2004 |
| Replies: 5 Views: 23,413 To get rid of borders around link images add border="0" to the image.
The preferred method for changing link colours is using stylesheets. You'd use something like
... |