Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2006
    Posts
    38
    Plugin Contributions
    0

    Default Text color changed in IE on login/register page

    It is fine in Firefox but in IE text becomes blue instead of brown.

    Template is modified from purpleshades.

    http://www.collectina.com/index.php?main_page=login

    Thanks in advance!!

  2. #2
    Join Date
    Aug 2005
    Posts
    26,010
    Plugin Contributions
    9

    Default Re: Text color changed in IE on login/register page

    In your style sheet find and add this color statement to take direct control:
    Code:
    LEGEND {
            color: #your color;
    	font-weight: bold;
    	padding: 0.3em;
    	}
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Nov 2006
    Posts
    38
    Plugin Contributions
    0

    Default Re: Text color changed in IE on login/register page

    Nice and easy! Thanks a lot!

    Quote Originally Posted by kobra View Post
    In your style sheet find and add this color statement to take direct control:
    Code:
    LEGEND {
            color: #your color;
        font-weight: bold;
        padding: 0.3em;
        }

 

 

Similar Threads

  1. Replies: 17
    Last Post: 26 Jul 2006, 06:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •