Empəthee
New Member
Hello Ronins,
I noticed you have a nice header with a flash file and some cool animations, but when you click it, they redirect to nothing. I did some quick QA and found out the links are entering a continuous loop and wont load the user onto the destination, well because they are technically already there(being on the host page, and being redirected to host confuses the code).
So I created a quick fix, just tell your IT guy or Admin to put this under the <div> for the flash.png and those buttons will start working.
<map name="Map" id="Map">
<area shape="poly" coords="62,7,135,7,79,131,5,132,62,8" href="/forums/starcraft.95/" alt="game1">
<area shape="poly" coords="150,8,221,8,165,131,92,131" href="/forums/counter-strike-global-offensive.74/" alt="game2">
<area shape="poly" coords="235,9" href="#3" alt="game3">
<area shape="poly" coords="235,9,307,8,251,132,179,130,234,10" href="/forums/counter-strike-source.38/" alt="game3">
<area shape="poly" coords="322,7,395,7,341,129,265,130,321,7" href="/forums/battlefield-series.36/" alt="game4">
</map>
I noticed you have a nice header with a flash file and some cool animations, but when you click it, they redirect to nothing. I did some quick QA and found out the links are entering a continuous loop and wont load the user onto the destination, well because they are technically already there(being on the host page, and being redirected to host confuses the code).
So I created a quick fix, just tell your IT guy or Admin to put this under the <div> for the flash.png and those buttons will start working.
<map name="Map" id="Map">
<area shape="poly" coords="62,7,135,7,79,131,5,132,62,8" href="/forums/starcraft.95/" alt="game1">
<area shape="poly" coords="150,8,221,8,165,131,92,131" href="/forums/counter-strike-global-offensive.74/" alt="game2">
<area shape="poly" coords="235,9" href="#3" alt="game3">
<area shape="poly" coords="235,9,307,8,251,132,179,130,234,10" href="/forums/counter-strike-source.38/" alt="game3">
<area shape="poly" coords="322,7,395,7,341,129,265,130,321,7" href="/forums/battlefield-series.36/" alt="game4">
</map>