vForums Support > vForums :: Report a Bug :: Resolved Bugs :: > Span & input!

Span & input! - Posted By Michael (wrighty) on 30th Mar 08 at 6:02pm
2 things.

#1:
Code: HTML
 
  1. <span style="float: left; position: relative;  height: 14px; font-size: 12" class="boardtitle">
 


Cans you addz px to the font-size?

#2:
Code: CSS
 
  1. select, input, textarea {
  2. vertical-align: middle;
  3.     font-size: 13px;
  4.     margin: 2px;
  5.     font-family: Verd;ana, Arial;
  6.     color: #000000; background-color: #;
  7. }
 


Can't you default the background-color to white? {Unsure}

These will make Opera happy! {Grin}