+ Reply to Thread
Results 1 to 4 of 4

Thread: 2 problems*

  1. #1

    Default 2 problems*

    Well first,.. cool design! but shame its not completed yet, or bug free should i say!

    Anyways, ive got two problems, i see the 1st is here while im making post yours is ok, em...
    when i make a post, all my smilies are going down the centre of the page! in the pic provided you
    can see more.
    2nd problem is, registering! all my details boxes etc are all out of place! it seems that with both
    problems things are all out of line whatever! lol... ive not modded my forums or anything, so its not
    that reason. and im using vB4.0

    Any help please? thanks ... and keep up the good work!

    Edit: almost forgot, when putting in user name and password! the writing is white! lol so you cant
    see what your writeing...

    http://i276.photobucket.com/albums/k...plin/help1.jpg
    http://i276.photobucket.com/albums/k...plin/help2.jpg

  2. #2

    Default

    Quote Originally Posted by Soul02 View Post
    Well first,.. cool design! but shame its not completed yet, or bug free should i say!

    Anyways, ive got two problems, i see the 1st is here while im making post yours is ok, em...
    when i make a post, all my smilies are going down the centre of the page! in the pic provided you
    can see more.
    2nd problem is, registering! all my details boxes etc are all out of place! it seems that with both
    problems things are all out of line whatever! lol... ive not modded my forums or anything, so its not
    that reason. and im using vB4.0

    Any help please? thanks ... and keep up the good work!

    Edit: almost forgot, when putting in user name and password! the writing is white! lol so you cant
    see what your writeing...

    http://i276.photobucket.com/albums/k...plin/help1.jpg
    http://i276.photobucket.com/albums/k...plin/help2.jpg
    Thank you for your bug report. This bug seems to be unique, which leads us to believe that another modification is causing this problem. I recommend reinstalling the latest version of the style, then disabling the mods you have installed to see if it is indeed the issue.

  3. #3

    Default

    I had the same problem on my site. If you add a class to the editor.css with the following code it should fix most of the textboxes.

    Code:
    input.textbox {
    /* REMOVE UPDATE */
            color:#eeeeee;
            background:#25292c;
            background-color:#25292c;
    
    /* REMOVE UPDATE */
    }
    input.textbox:focus {
    /* REMOVE UPDATE */
            color:#eeeeee;
            background:#25292c;
            background-color:#25292c;
    
    /* REMOVE UPDATE */
    }

  4. #4

    Default

    Only problem with this is that it doesn't fix any box that has a scrollbar.

+ Reply to Thread

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