Cibiņš Posted October 8, 2009 Report Share Posted October 8, 2009 (edited) Vai ir iespējams ievietot Submit pogas vietā, kas atrodas formā (iekš <form></form>) tagiem kādu citu pogu ar specifisku dizainu un īpašībām kā piemēram šādu echo "<a method=\"post\" href=\"?op=dbf\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('buttonRegister','','poga2.png',1)\"> <img src=\"poga.png\" alt=\"poga245645\" name=\"poga123124\" width=\"92\" height=\"26\" border=\"0\" id=\"poga246245254\" />"; echo "</a>"; Ja ir, tad kā viņu piesaistīt formai, lai tā poga nospiezod "savāc" ievadītos datus formas laukos un veic darbības (action="???")? Ceru ka sapratāt.. Edited October 8, 2009 by MCWeb.lv Quote Link to comment Share on other sites More sharing options...
rATRIJS Posted October 8, 2009 Report Share Posted October 8, 2009 Jebkuru pogu var nostilot ar CSS palīdzību. Tāpat var lietot bildi pogas vietā - <input type="image" src="bilde.png"/>. Es gan lietotu CSS... Quote Link to comment Share on other sites More sharing options...
Kemito Posted October 8, 2009 Report Share Posted October 8, 2009 Ja nekļūdīšos rupji tad pastāv arī - style, kurā vari norādīt gan izmērus, gan visu pārējo, kā rATRIJS pieminēja CSS :) Quote Link to comment Share on other sites More sharing options...
Cibiņš Posted October 8, 2009 Author Report Share Posted October 8, 2009 (edited) Nu zinu jā style un CSSiem bet ar tiem style un CSSiem tur neuztaisīt tādu kā vajag. Viņš jātaisa kā attēls ir tā poga kur uzbraucot ar peli parādās savādāks pogas izskats, tipa tā kā ir piemēram http://www.draugiem.lv logina poga. Savādāk tur nu nekādi... Edited October 8, 2009 by MCWeb.lv Quote Link to comment Share on other sites More sharing options...
rATRIJS Posted October 8, 2009 Report Share Posted October 8, 2009 Izskatās, ka nezini gan. <style> #btn { background-color:#ffffff; } #btn:hover { background-color:#000000; } </style> <input type="submit" value="Kruta poga" id="btn" /> Quote Link to comment Share on other sites More sharing options...
Cibiņš Posted October 9, 2009 Author Report Share Posted October 9, 2009 OK, paldies! Quote Link to comment Share on other sites More sharing options...
briedis Posted October 9, 2009 Report Share Posted October 9, 2009 OK, paldies! Fonā vari likt bildi... Quote Link to comment Share on other sites More sharing options...
xPtv45z Posted October 9, 2009 Report Share Posted October 9, 2009 Var arī <input type="image" src="..."/>, kas darbojās tā pat kā type="submit" Quote Link to comment Share on other sites More sharing options...
marcis Posted October 9, 2009 Report Share Posted October 9, 2009 Un <button type="submit"> arī darbojas kā submit + šajā variantā iekš <button> tagiem var bāzt iekšā arī citus tagus. http://webmaster.lv/snippets/buttons/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.