Forum Replies Created

Viewing 1 replies (of 1 total)
  • IE doesn’t like your zeroing the font size. It stays barely visible. Here’s a fix:

    change
    [submit class:submit_button “Send”]
    to
    [submit class:submit_button ” “]

    To get the cursor to do the normal mouseover effect add “cursor:pointer;” to your css.

Viewing 1 replies (of 1 total)