Err. add a colon after height (just a typo, issue still present with the colon).
-joshua On Tue, Jun 28, 2011 at 2:48 PM, Joshua Shoemaker <knoxg...@gmail.com>wrote: > Hello, > > Just playing around with surf. So far I like it and think it will work. > However, I noticed when I try to resize the height of a input button it > doesn't display correctly. Tested it on two different systems/OSs with same > result. Not sure if this is a webkit/GTK bug or something that can be fixed > inside surf. Load the html below to test this bug yourselves. > > Thanks, > -joshua > > <html> > <head> > <title>test</title> > <style> > .myClass { > width: 100px; > height 100px; > } > </style> > </head> > <body> > <input type="button" name="myButton" class="myClass" value="test"> > </body> > </html>