Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthoralfonce
    • CommentTimeFeb 17th 2006
     
    Nearly there!!!!

    I am trying to edit the look of the input box but cant seem to??

    http://www.ebro-catfishing.com/gallery/index.php?level=album&id=1

    That url should be looking like this one - sam with all the post comment boxes.

    http://www.ebro-catfishing.com/pages/contact.html

    The text fields I mean.

    blue bg
    1 pix white border
    white text.

    Ive tried editing the input.submit tag
    Ive tried editing the submit tag and the

    How do I get the jump box and the search box looking like my alt url?

    Also, which tag controlls the form elements in the comments section
    As the your comment is still white and the other fields still atrn quite the same.

    Any ideas,

    Thanks

    Alex.
    • CommentAuthorddejong
    • CommentTimeFeb 17th 2006
     
    Download the Developer's Toolbar for Firefox. Turn on "Outline Selected Element". Hover over the element, and it will give you the DOM selectors for it. Then style it in gallery.css.

    Regards,
    Derek
    • CommentAuthoralfonce
    • CommentTimeFeb 18th 2006
     
    Thanks Derek that helps.

    However, no matter what I do I cannot get the drop box to look like the form fields.

    Here is my code now:

    input {
    background: #000053;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 10px;
    }

    textarea {
    font-size: 10px;
    color: #FFFFFF;
    background: #000053;
    border: 1px solid #FFFFFF;
    }

    select {
    background: #000053;
    font-size: 10px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    }

    At this url

    http://www.ebro-catfishing.com/gallery/index.php?level=album&id=3

    You see the size height is off and the borders just arent right.

    Also, I tried setting the borders on option to get the dropdown area with a white border around the outside only - however, it created a border around each select option. Anybody know of a workaround? I tried just bordering left and right and this gave the desired effect for all but the very bottom which remained default black(obviously)

    Ideas?

    Ta.