Author |
Message |
PO Info |
 |
Terin Huzzah!

Gender:  Joined: 27 Oct 2003 |
Posted: Sun Feb 08, 2004 4:57 pm Post subject: HELP! (Oh, and some feedback too!) |
Ok, I've got the layout for my new site done, but I need to know 1 BIG thing. Is it possible to put multiple links in 1 pic without using frontpage?
Here's my webpage.
http://madrealmstudios.iwarp.com
Lemme know what you think so far!
-T |
|
|
|
 |
 |
Wins 41 - Losses 57 Level 10 |
EXP: 4282 HP: 2330
 |
STR: 850 END: 740 ACC: 1000 AGI: 710
|
Magnificent Mace of 1000 Misses (Mace) (370 - 400) |
|
|
Back to top |
|
 |
nintendobratkat Spoiled Rotten >^..^<

Gender:  Joined: 14 Sep 2003 |
Posted: Sun Feb 08, 2004 5:13 pm Post subject: |
The buttons don't work with the styling you are going for IMO.
Oh and a fun javascript to annoy people.
Code: | <script language="JavaScript1.2">
/*
No Right Click
Copyright Mike McGrath (http://website.lineone.net/~mike_mcgrath/)
To add more shock to your site, visit www.DHTML Shock.com
*/
<!--
var msg = "No right click for you!!";
if(document.layers) window.captureEvents(Event.MOUSEDOWN);
function no_click(e){
if (navigator.appName == 'Netscape' && ( e.which == 2 || e.which == 3))
{
alert(msg);return false;
}
if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
{
alert(msg);return false;
}
}
window.onmousedown=no_click;
document.onmousedown=no_click;
//-->
</script>
|
|
|
|
|
 |
 |
Wins 0 - Losses 12 Level 2 |
EXP: 1399 HP: 760
 |
STR: 200 END: 280 ACC: 120 AGI: 2000
|
Dark Sabers (Sabers) (240 - 290) |
|
|
Back to top |
|
 |
Terin Huzzah!

Gender:  Joined: 27 Oct 2003 |
Posted: Sun Feb 08, 2004 5:47 pm Post subject: |
you're right, those buttons don't go with my theme. Maybe some round wooden ones would be better...
Thanks for the input! and I'm not touching that code!
-T |
|
|
|
 |
 |
Wins 41 - Losses 57 Level 10 |
EXP: 4282 HP: 2330
 |
STR: 850 END: 740 ACC: 1000 AGI: 710
|
Magnificent Mace of 1000 Misses (Mace) (370 - 400) |
|
|
Back to top |
|
 |
Terin Huzzah!

Gender:  Joined: 27 Oct 2003 |
Posted: Sun Feb 08, 2004 5:48 pm Post subject: |
you're right, those buttons don't go with my theme. Maybe some round wooden ones would be better...
Thanks for the input! and I'm not touching that code!
-T |
|
|
|
 |
 |
Wins 41 - Losses 57 Level 10 |
EXP: 4282 HP: 2330
 |
STR: 850 END: 740 ACC: 1000 AGI: 710
|
Magnificent Mace of 1000 Misses (Mace) (370 - 400) |
|
|
Back to top |
|
 |
Terin Huzzah!

Gender:  Joined: 27 Oct 2003 |
Posted: Wed Feb 11, 2004 12:25 am Post subject: |
There, butons updated, but sitll no active pages on the site. I think I'm just going to make the buttons seperate from the pic, that way I don't have to worry about it.
-T
PS- So now my Q is this: How do I put Pics on top of pics? |
|
|
|
 |
 |
Wins 41 - Losses 57 Level 10 |
EXP: 4282 HP: 2330
 |
STR: 850 END: 740 ACC: 1000 AGI: 710
|
Magnificent Mace of 1000 Misses (Mace) (370 - 400) |
|
|
Back to top |
|
 |
Doot Cute and Non-Abrasive Hyper Hypo

Gender:  Joined: 15 Sep 2002 |
Posted: Wed Feb 11, 2004 7:26 am Post subject: |
Typically you can make one pic a background but if you are looking to activate a part of the image as a clickable link you may want to try image mapping. |
_________________
Doot vanishes fast. "Is it wind that makes that sound?" "No. It is your doom."
"Makai shotto!" (Yeah, I'm sexy ain't I!) |  |
|
|
|
 |
 |
Wins 60 - Losses 60 Level 11 |
EXP: 7293 HP: 2500
 |
STR: 800 END: 850 ACC: 920 AGI: 930
|
Dark Blade of Miniopia (Blades) (360 - 440) |
|
|
Back to top |
|
 |
Terin Huzzah!

Gender:  Joined: 27 Oct 2003 |
Posted: Wed Feb 11, 2004 10:35 am Post subject: |
hmmmm, I think I'll seperate the buttons and make them links themselves. So then how would I set the specific dimensions of the pic/link?
-T |
|
|
|
 |
 |
Wins 41 - Losses 57 Level 10 |
EXP: 4282 HP: 2330
 |
STR: 850 END: 740 ACC: 1000 AGI: 710
|
Magnificent Mace of 1000 Misses (Mace) (370 - 400) |
|
|
Back to top |
|
 |
|
|