werd Posted July 12, 2007 Author Report Posted July 12, 2007 (edited) stapr 20. un 22. rindinu http://paste.css-standards.org/19167 ir <script type="text/css"> a {text-decoration:none;} </script> Edited July 12, 2007 by phpjanis
bubu Posted July 12, 2007 Report Posted July 12, 2007 Vispār jau tev derētu pamācītie css/html pamatus. Jo ar <script> raksta JavaScriptu. Lai HTMLā norādītu CSS, tam izmanto pavisam citu tagu. Iesaku palasīt: http://www.w3.org/TR/CSS21/ (Introduction daļu).
Grey_Wolf Posted July 13, 2007 Report Posted July 13, 2007 phpjanis --> paekspermentee pats ... te buus paraugs <style> a.mana_klase:link { FONT-SIZE: 12px; COLOR: #0000ff; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight: normal; TEXT-DECORATION: none; } a.mana_klase:visited { FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight: normal; TEXT-DECORATION: none; } a.mana_klase:hover { FONT-SIZE: 12px; COLOR: #FF0000; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight: bold; TEXT-DECORATION: underline; } </style> <a href="java script:void(0)" onclick="bla(); return false" class="mana_klase">bla</a> <script> function bla() { alert('Opaa'); return false; } </script>
andrisp Posted July 13, 2007 Report Posted July 13, 2007 phpjanis ? wtf ? Tev saka skaidri un gaiši priekšā, bet tu pilnībā ignorē ?
Recommended Posts