Author Topic: I need someone good in photoshop  (Read 3439 times)

0 Members and 1 Guest are viewing this topic.

TrafficLight

  • Goblin Pup
  • *
  • Posts: 35
  • Reputation: +0/-0
I need someone good in photoshop
« on: April 18, 2004 06:24 pm CDT »
i need someone who can help me make ( or find me a tutorial) on a drop down menu in PS

(just in case)
Ex.
http://www.teamwarfare.com there menus
« Last Edit: December 31, 1969 06:00 pm CST by TrafficLight »

Aphex

  • Uber Menace
  • *******
  • Posts: 1,670
  • Reputation: +0/-0
(No subject)
« Reply #1 on: April 18, 2004 08:43 pm CDT »
that drop down menu is in java. you dont make that in photoshop.
« Last Edit: December 31, 1969 06:00 pm CST by Aphex »
Quote from: "Aphex"
<3 google


UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #2 on: April 18, 2004 09:27 pm CDT »
javascript

not java.

You can find millions of javascript tutorials on google.
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"

Aphex

  • Uber Menace
  • *******
  • Posts: 1,670
  • Reputation: +0/-0
(No subject)
« Reply #3 on: April 19, 2004 07:20 am CDT »
yeah I said it the lazy way didnt feel like breaking it down.


DynamicDrive.com is a good site to find free code. I believe this is the script you want.

http://www.dynamicdrive.com/dynamicindex1/topnavbar.htm
« Last Edit: December 31, 1969 06:00 pm CST by Aphex »
Quote from: "Aphex"
<3 google


UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #4 on: April 19, 2004 08:29 am CDT »
The only reason I corrected you because if he looked for tutorials on Java, he would have been in a completely different ballpark.
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"

TrafficLight

  • Goblin Pup
  • *
  • Posts: 35
  • Reputation: +0/-0
(No subject)
« Reply #5 on: April 19, 2004 04:52 pm CDT »
thx. It can be done is PS also ive seen a tutorial on it somewere cant member were
« Last Edit: December 31, 1969 06:00 pm CST by TrafficLight »

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #6 on: April 20, 2004 09:49 am CDT »
You can do graphics in PS, or maybe even an interactive GIF.. You can not do a full drop down menu though.
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"

TrafficLight

  • Goblin Pup
  • *
  • Posts: 35
  • Reputation: +0/-0
(No subject)
« Reply #7 on: April 20, 2004 05:56 pm CDT »
Ohhhh. Well ive looked around and still cant rind what i want really.

http://www.worldogl.com

http://www.teamwarfare.com

like there drop downs
« Last Edit: December 31, 1969 06:00 pm CST by TrafficLight »

Aphex

  • Uber Menace
  • *******
  • Posts: 1,670
  • Reputation: +0/-0
(No subject)
« Reply #8 on: April 20, 2004 07:45 pm CDT »
why dont you just view script. this is the basic code but you still have to write the code to put it where you want it.

Code: [Select]
<SCRIPT LANGUAGE="JavaScript1.2" TYPE="text/javascript">
<!--

HM_PG_MenuWidth = 150;
HM_PG_FontFamily = "Arial,sans-serif";
HM_PG_FontSize = 10;
HM_PG_FontBold = 1;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "blue";
HM_PG_FontColorOver = "white";
HM_PG_BGColor = "#4F472F";
HM_PG_BGColorOver = "#FFCCCC";
HM_PG_ItemPadding = 3;

HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "black";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "#d0ff00";

HM_PG_ImageSrc = "/HM_More_white_right.gif";
HM_PG_ImageSrcLeft = "/HM_More_white_left.gif";

HM_PG_ImageSrcOver = "/HM_More_black_right.gif";
HM_PG_ImageSrcLeftOver = "/HM_More_black_left.gif";

HM_PG_ImageSize = 5;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 0;

HM_PG_KeepHilite = true;
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 6;
HM_PG_ChildOffset = 3;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = 0;
HM_PG_StatusDisplayBuild =1;
HM_PG_StatusDisplayLink = 1;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = false;

HM_PG_CreateTopOnly = true;
HM_PG_ShowLinkCursor = true;
HM_PG_NSFontOver = true;

//HM_a_TreesToBuild = [1,2];



//-->
</SCRIPT>
« Last Edit: December 31, 1969 06:00 pm CST by Aphex »
Quote from: "Aphex"
<3 google