Plogger Support Forum - Input box Fri, 29 Mar 2024 08:17:35 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Input box http://www.plogger.org/forum/comments.php?DiscussionID=463&Focus=2201#Comment_2201 http://www.plogger.org/forum/comments.php?DiscussionID=463&Focus=2201#Comment_2201 Fri, 17 Feb 2006 13:26:17 +0000 alfonce
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.]]>
Input box http://www.plogger.org/forum/comments.php?DiscussionID=463&Focus=2208#Comment_2208 http://www.plogger.org/forum/comments.php?DiscussionID=463&Focus=2208#Comment_2208 Fri, 17 Feb 2006 22:07:14 +0000 ddejong
Regards,
Derek]]>
Input box http://www.plogger.org/forum/comments.php?DiscussionID=463&Focus=2212#Comment_2212 http://www.plogger.org/forum/comments.php?DiscussionID=463&Focus=2212#Comment_2212 Sat, 18 Feb 2006 08:14:58 +0000 alfonce
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.]]>