| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Dec 2005 Location: Norway
Posts: 66
![]() | JavaScript rollover problem hi, im trying to create a neat little script that displays a text inside a div, heres what i have so far: PHP Code:
Last edited by TyR; 02-23-2006 at 11:09 PM.
|
| |
| | #2 (permalink) |
| Tech Support Join Date: Mar 2005
Posts: 4,944
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Hmm... Try this: HTML Code: <script language="JavaScript"> <!-- function showtmb(texty) { document.getElementById('pie').innerHTML = texty; } function hidetmb() { document.getElementById('pie').innerHTML = "Latest Tutorials"; } // --> </script>
Last edited by SecondVersion; 02-24-2006 at 02:10 PM.
|
| |
| | #3 (permalink) |
| Buy my domains. Join Date: Feb 2006
Posts: 2,792
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Code: <div id="pie">Latest Tutorials</div>
<a href="#" onmouseout="hidetmb()" onmouseover="showtmb('Hello World')"><img src="someicon.png"></a>
<a href="#" onmouseout="hidetmb()" onmouseover="showtmb('w00t')"><img src="someicon.png"></a>
<a href="#" onmouseout="hidetmb()" onmouseover="showtmb('a spoon')"><img src="someicon.png"></a>
<script language="JavaScript">
function showtmb(texty){
document.getElementById('pie').innerHTML = texty;
}
function hidetmb(){
document.getElementById('pie').innerHTML = "Latest Tutorials";
}
</script> ????: NamePros.com http://www.namepros.com/showthread.php?t=170622 edit: It works; I just tested it. |
| |
| | #5 (permalink) | ||||
| A Wealth of Knowledge Join Date: Aug 2004
Posts: 3,803
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Although I did play around with NS4 the other day ![]() ????: NamePros.com http://www.namepros.com/showthread.php?t=170622 Very poor CSS support at best. -Steve | ||||
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems. They can ruin your day if you don't have the right perspective. | BobParsons.com | Business Development | 0 | 12-16-2005 11:38 PM |