|
||||
Re: Devices pictured at the top of the page
does sound like a good idea. I'm sure it's possible, just maybe not with this particular picture.
__________________
DID YOU SEE A TUTORIAL ONLINE OR MAKE ONE YOURSELF? IF SO, SHARE IT HERE AT PPCGEEKS! If you wanna make the world a better place take a look at yourself and then make a change ~Michael Jackson |
|
||||
Re: Devices pictured at the top of the page
Working on it right now. It would be a coordinate map. I'll make it in dreamweaver really quick
EDIT: here's the HTML code <img src="http://67.228.199.237/forum.ppcgeeks/images/styles/marveltwo/misc/head_left.jpg" width="779" height="120" border="0" usemap="#Map" /> <map name="Map" id="Map"><area shape="rect" coords="-10,-15,250,118" href="#1" target="index.html" alt="PPCGeeks Home" /> <area shape="rect" coords="302,-3,392,116" href="#2" target="http://forum.ppcgeeks.com/forumdisplay.php?f=14" alt="Apache/6700 Forum" /> <area shape="rect" coords="396,-10,480,115" href="#3" target="http://forum.ppcgeeks.com/forumdisplay.php?f=15" alt="Treo 700wx Forum" /> <area shape="rect" coords="483,-4,589,113" href="#4" target="http://forum.ppcgeeks.com/forumdisplay.php?f=48" alt="Touch/Vogue Forum /> <area shape="rect" coords="591,4,689,145" href="#5" target="http://forum.ppcgeeks.com/forumdisplay.php?f=44" alt="Mogul/Titan/6800 Forum" /> <area shape="rect" coords="695,4,883,192" href="#6" target="http://forum.ppcgeeks.com/forumdisplay.php?f=55" alt="Tilt/Kaiser Forum" /> </map> Enjoy! Tell me if you wan't me to change it... IDC... I could make a flash version if you want.
__________________
Last edited by [sammich]; 03-18-2008 at 10:07 PM. |
|
||||
Re: Devices pictured at the top of the page
Should work now, I just had to tweak your code a little. I put the URL in the target into the href and deleted the target.
__________________
TeckLyfe.com
At&t iPhone 8 Plus |
|
||||
Re: Devices pictured at the top of the page
The little popup with the name of the forum (I forgot the name used for it on HTML, isn't it alt tag?) for the Touch and Mogul are not correct. And the link for the Mogul is not there either...
Just reporting
__________________
Samsung Epic 4G - LegendaryROM / Samurai kernel
ViewSonic gTablet - Flashback Honeycomb Alpha 10.1 --- Don't forget to Search first! |
|
||||
Re: Devices pictured at the top of the page
Quote:
Just one issue - <area shape="rect" coords="483,-4,589,113" href="forumdisplay.php?f=48" alt="Touch/Vogue Forum /> add an end quote after 'alt="Touch/Vogue Forum' and before the / <area shape="rect" coords="591,4,689,145" href="forumdisplay.php?f=44" alt="Mogul/Titan/6800 Forum" /> Yay... I actually did something for the site EDIT: Beat me to it!!!!! Last edited by [sammich]; 03-18-2008 at 10:29 PM. |
|
||||
Re: Devices pictured at the top of the page
Quote:
|
|
|
|