Lynx Posted April 17, 2005 Report Share Posted April 17, 2005 (edited) Tātad sastapos ar problēmu, ka kārtīgi japamaina dizains esošajām formām, redz cik es tālu tiku un viss darbojas uz Firefox(un arī dažas vietas nepārāk perfekti): Izgriezums no koda: <td><input type="button" value=" " onClick="document.getElementById('.$i.').value--;" style="background:url(\'./dizains/input/left.gif\') no-repeat; background-position: center center; border:none;"></td> <td width="80" align="center" style="background:url(\'./dizains/scroll/ramis.gif\')no-repeat; background-position: center center;"><input id="'.$i.'" name="'.$row['id'].'" type="text" value="0" size="7" style="background:none; border:0;"></td> <td><input type="button" value=" " onClick="document.getElementById('.$i.').value++;" style="background:url(\'./dizains/input/right.gif\') no-repeat; background-position: center center; border:none;" /></td> Ar buttoniem ir tā, ka viņiem tiek apgriezti pāris pikseļi un nesanāca man nekādigi palielināt <td>, lai tas nenotiktu. Eksistē šāds veids: <input type="image" src="./dizains/blabla" onClick="document.getElementById('.$i.').value--;" > Javascripts izpildās, bet momentāli forma tiek nosubmitota, kas nekam neder... Šādi izskatās uz firefox, viss kārtībā ja neskaita nedaudz apgraizītos taustiņus: Ir idejas, kā uzlabot? Edited April 17, 2005 by Lynx Link to comment Share on other sites More sharing options...
bubu Posted April 17, 2005 Report Share Posted April 17, 2005 <input type="image" src="dizains/blabla" onclick="document.getElementById('.$i.').value--; [b]return false;[/b]" /> Link to comment Share on other sites More sharing options...
Lynx Posted April 17, 2005 Author Report Share Posted April 17, 2005 Wow! Tas bija ātri, un patiešām strādā. Paldies! Link to comment Share on other sites More sharing options...
Recommended Posts