Here's another one that's been driving me crazy since I started using
Chrome: In textareas (such as the one I'm typing in right now) there is
0 padding.  When the cursor is in the leftmost column it's invisible. 
Firefox and Opera must impose a minimum padding of 1 or 2 pixels to
avoid similar problems.  Please add a little padding to textareas.

Looks like it's coming from

http://skins.slimdevices.com/forums.slimdevices.com/css/logiskin_header_footer.css


Code:
--------------------
    
  select,
  textarea,
  input {
        margin: 0;
        padding: 0;
        color: #333333;
  }
  
--------------------


-- 
JJZolx

Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=75382

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to