ColdFire Software archive

Projects, plugins and conversations since 2005.

ammeded links for firefox
Post new topicReply to topic    c0ld.net Forum IndexWebsite
View previous topic · View next topic  
Author Message
Post subject: ammeded links for firefox
Reply with quote
Quote:
Screenshots: Grenade Explsions, Extra Gore, HS Gib Examples and Bleeding effects..
The above links dont seem to work in FireFox, if anyone would point me in the right direction I would be very thankfull.)


Code:
<a name="#hsgibs">&nbsp;</a>
should be
Code:
<a id="hsgibs" />

_________________
d.
Post subject:
Reply with quote
Hey, thanks a million =)

Does that work for IE too ?
Post subject:
Reply with quote
hm, infact, you will want to use:

Code:
<a id="hsgibs" name="hsgibs"></a>


this will ensure complaince, as well as making sure it works on all browsers/devices.

from w3c:
Quote:
Many existing HTML clients don't support the use of ID-type attributes in this way, so identical values may be supplied for both of these attributes to ensure maximum forward and backward compatibility (e.g., <a id="foo" name="foo">...</a>).

_________________
d.
Post subject:
Reply with quote
Fixed, check out the GoreMod page, I gave u a thanks =)
Display posts from previous:   

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum