View previous topic :: View next topic |
Author |
Message |
|
Post subject: ammeded links for firefox
|
|
|
|
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"> </a> | should be _________________ d. |
|
Tue Dec 13, 2005 9:42 am |
|
|
|
|
|
|
Hey, thanks a million =)
Does that work for IE too ? |
|
Tue Dec 13, 2005 12:26 pm |
|
|
|
|
|
|
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. |
|
Tue Dec 13, 2005 12:45 pm |
|
|
|
|
|
|
Fixed, check out the GoreMod page, I gave u a thanks =) |
|
Sat Jan 07, 2006 4:20 pm |
|
|
|