Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
ALT text on images incompatible with Netscape/Apple?
Old 03-06-2005, 02:45 PM ALT text on images incompatible with Netscape/Apple?
murphy's law's Avatar
Novice Talker

Posts: 6
Trades: 0
What code do I have to use in order to create something similar to ALT text that works both on Netscape/Apple and Internet Explorer/Windows?

Same question for background sound files on html documents...

So far I've always used this code:

<head>
<bgsound src="media/alk3.mp3">
</head>


But I've been told that there is something better if you really want to ensure it's compatible with all platforms. Maybe some of you knows?
murphy's law is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-06-2005, 02:56 PM
Extreme Talker

Posts: 160
Trades: 0
If you want pop-up text similar to the effect produced by alt in Internet Explorer and Netscape 4 then use the title attribute as well as the alt with each image.

The following is the standards approach to inserting multimedia :

<object src="somefile.mp3" type="audio/mpeg">
Browsers that do not have the appropriate plugin display this
</object>
ElectricSheep is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to ALT text on images incompatible with Netscape/Apple?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 3.07844 seconds with 12 queries