Jump to content

yanivkalfa

Members
  • Posts

    89
  • Joined

  • Last visited

    Never

Everything posted by yanivkalfa

  1. I am a stright guy but still Planty of Kisses dude . waited so long .. you see i mostly do PHP CSS and HTML .. Need to start JS / Adjax soon but first need to finish this project i am on now.
  2. DUDE so many kisses thanks thanks thanks . 2 days i am trying to see how this working ..
  3. hey . i am trying to do a Jump box like this one : http://www.webapplikations.com/pages/html_js/forms/DropDownShowSelectionInTextField.html well i know how ot bring the HTML form for this but dont know how to make it to actualy work thanks in advanced .
  4. well its Pretty simple mate ... First Creat your main frame size -- the size that your whole size be in for e.g 1024 /768 .. or what ever by makeing a big div like this ... #Bigframe { Position:reletive; Hight:769px; Width:1024px; } thats will make you big frame .. -- just check my spelling laters thoughs . then you make the smaller Frames the way you want ... #Fram1 { left:5px; Position:reletive; Hight:100px; Width:500px; } #Fram2 { Left:510px; Position:reletive; Hight:100px; Width:500px; } #Fram3 { Left:xxx what ever works for you Position:reletive; Hight:xxxx what ever works for you Width:xxx what ever works for you } #Fram4 { Left:xxxxx what ever works for you Position:reletive; Hight:xxxx what ever works for you Width:xxxx what ever works for you } as simple as that then in the body you just call this Frams to appear by divs or what ever you like Span / P/table/ allmost everything will work i thinks [body] <div id="Bigframe "> <div id="Fram1"></div> <div id="Fram2"></div> <div id="Fram3"></div> <div id="Fram4"></div> </div> </body> thats it basicaly and just put what ever you like inside this dives
  5. neh never mind i will learn how to do it my self it will take A bit longer but i will do it my self no point Paying for something so minor .thanks anyways dude
  6. Well is there a way of ignoring my gender and trying helping me about this mate ? i am realy stucked here. without this
  7. mate thanks . problem is i realy have no idea what so ever about Javascrip i know i sould learn it . i basicaly more into CSS / PHP and HTML corrently soon it will be ajax / and JS and maybe dhtml wel if theres any ways you give me example of how this thingy works i will kiss you .
  8. First of all thanks for trying to help me . i will try to explain as simple as i can and as clear as i can go visit this links for a secs :http://www.webapplikations.com/pages/html_js/forms/DropDownShowSelectionInTextField.html it has exactly what i want i mean .. i have select box (or jump box ) and a text field when i select 1 of the options from the select box .. the text field get the values that inside the jumpbox . i dont know how clearer i could be mate . realy trying :-)
  9. your mistaken btween select box to jump box mate. they are 2 diffran things
  10. well yea i saw the options do sucks for CSS options without useing flash . bow aboutt he Jumpbox how exactly do i do that any toturials about it ? i mean that exactly what i am looking for . dont know how to do it though ?
  11. Well if its only been done by flash . i have something else i would like to know <form name="form" id="form"> <select name="jumpMenu" id="jumpMenu" onchange="MM_jumpMenu('parent',this,0)"> <option value="a">item1</option> <option value="s">item2</option> <option value="a">item3</option> </select> </form> this is the HTMl thingy for Jump meu .. its when you have some options and a text field or a window and when you click on 1 o the Options this text field/window changes acording to your choise i thinks it has some java scripts in it but dont know . how its done . thanks in advanced
  12. Well no. i just wanted a normal Selectbox just looks like i want it to lock with a picture not this HTML look. Beside that . i would like to ask something else .. look at this : <form name="form" id="form"> <select name="jumpMenu" id="jumpMenu" onchange="MM_jumpMenu('parent',this,0)"> <option value="a">item1</option> <option value="s">item2</option> <option value="a">item3</option> </select> </form> this is the HTMl thingy for Jump meu .. its when you have some options and a text field or a window and when you click on 1 o the Options this text field/window changes acording to your choise i thinks it has some java scripts in it but dont know . how its done . thanks in advanced
  13. Well if its only flash to do so. i have something else i would like to know <form name="form" id="form"> <select name="jumpMenu" id="jumpMenu" onchange="MM_jumpMenu('parent',this,0)"> <option value="a">item1</option> <option value="s">item2</option> <option value="a">item3</option> </select> </form> this is the HTMl thingy for Jump meu .. its when you have some options and a text field or a window and when you click on 1 o the Options this text field/window changes acording to your choise i thinks it has some java scripts in it but dont know . how its done . thanks in advanced
  14. well Its done with HTML and CSS . mate not flash . Sorry to disapoint you :-) . i mean in this site its flash but it can be done with css i am almost sure
  15. there is this .. <select name="select" id="select"> <option value="aa">aa</option> <option value="sds">sds</option> <option value="sdfsa">dfsd</option> </select> which i understood is called combobox and i want to try to make this combobox looks like this menu in this site:http://www.blizzard.com/diablo3/ click on the languge place and see how this opens the list. i want something like that just as Combobox or as Jumplist which look like this: <form name="form" id="form"> <select name="jumpMenu" id="jumpMenu" onchange="MM_jumpMenu('parent',this,0)"> <option value="a">item1</option> <option value="s">item2</option> <option value="a">item3</option> </select> </form> and i dont know how its exactly working . though i know what it does .. you basicaly pick 1 of the options and some other variable changes .. like text field or something like that.. anyways i hope i am a bit mroe clear now .
  16. I do know how to make it i just dont know how to make its Picure diffrant.
  17. i simply have a pic, i want the pic to be the Combobox . i want that the user logon the site . see a pic clicks on this pic and then choose the list that opens .. and when you click on 1 of the options, the text field i have near it will change with the word inside that options. main problem is how to make the Combobox looks the way i want it . i'll give you example on how i want it .. go to here: http://www.blizzard.com/diablo3/ there is on the righ side a combobox that looks nice i want to make something that will look nice as well on the same idea . just other look. and i have no slitest idea how to make it . please any help would be nice thanks or arigato gozimasha in japanees
  18. well it is simply have a pic, i want the pic to be the Combobox . i want that the user logon the site . see a pic clicks on this pic and then choose the list that opens .. and when you click on 1 of the options, the text field i have near it will change with the word inside that options. main problem is how to make the Combobox looks the way i want it . i'll give you example on how i want it .. go to here: http://www.blizzard.com/diablo3/ there is on the righ side a combobox that looks nice i want to make something that will look nice as well on the same idea . just other look. and i have no slitest idea how to make it . please any help would be nice thanks in advanced
  19. well i simply have a pic, i want the pic to be the Combobox . i want that the user logon the site . see a pic clicks on this pic and then choose the list that opens .. and when you click on 1 of the options, the text field i have near it will change with the word inside that options. main problem is how to make the Combobox looks the way i want it . i'll give you example on how i want it .. go to here: http://www.blizzard.com/diablo3/ there is on the righ side a combobox that looks nice i want to make something that will look nice as well on the same idea . just other look. and i have no slitest idea how to make it . please any help would be nice
  20. Hey i am trying to make a drop down menu but not exacly like drop down its like the one that comes in form . like list .. you pic item and the item's value been sent on submit -- i thinks its called Combobox but i want to designed it my self and i have no simple idea where to start looking . thanks in advanced .. have a question do you people ajax / javascrip/ xml / dhtml / are realy realy needed for websiting ? i mean if i realy realy wonna get good at it . sould i learn this as well . PHP/CSS /HTML wont be enough ?. a
  21. Hey i am trying to make a drop down menu but not exacly like drop down its like the one that comes in form . like list .. you pic item and the item's value been sent on submit -- i thinks its called Combobox but i want to designed it my self and i have no simple idea where to start looking . thanks in advanced .. have a question do you people ajax / javascrip/ xml / dhtml / are realy realy needed for websiting ? i mean if i realy realy wonna get good at it . sould i learn this as well . PHP/CSS /HTML wont be enough ?.
  22. Hey i am trying to make a drop down menu but not exacly like drop down its like the one that comes in form . like list .. you pic item and the item's value been sent on submit -- i thinks its called Combobox but i want to designed it my self and i have no simple idea where to start looking . thanks in advanced .. have a question do you people ajax / javascrip/ xml / dhtml / are realy realy needed for websiting ? i mean if i realy realy wonna get good at it . sould i learn this as well . PHP/CSS /HTML wont be enough ?.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.