CSS - A Div That Won't Cooperate
All I want to do is to fit an <INPUT TYPE="FILE" NAME="FILE"> box and a <INPUT TYPE="SUBMIT" VALUE="Send"> in a box that is 25px high and 100% wide, why on gods green earth does it resize everything I try to put it in to like 45-50px in height? please help, I'm going insane.
Here's what I've tried: Code: <DIV STYLE="height: 25px; width: 100%; background-color:#6a0000;"> <FORM ACTION="upld.asp" METHOD="POST" ENCTYPE="multipart/form-data"><INPUT TYPE="FILE" NAME="FILE"><INPUT TYPE="SUBMIT" VALUE="Send"></FORM> </DIV> Code: <TABLE HEIGHT="25" WIDTH="100%" BGCOLOR="#6a0000"> <TR> <TD><FORM ACTION="avaupld.asp" METHOD="POST" ENCTYPE="multipart/form-data"><INPUT TYPE="FILE" NAME="FILE"><INPUT TYPE="SUBMIT" VALUE="Send"></FORM> </TD> </TABLE> Code: input { color: #CACACA; background-color: #161616; border :0px solid #464646; vertical-align: middle; font-size : 7pt} Similar TutorialsI need help with a div header issue. I have a background image in the main header (#header) that has a link associated with it. I'm trying to place a smaller div tag (#ping_header) that floats in the bottom-right (over the #header ) which is pointing to another link. When I place the second div, it's inheriting the a href properties for the #header. How do I get the #ping_header to NOT assume the #header properties and assume it's own properties? It's driving me crazy! Anyone know what I'm talking about? Regards, Corrie Hi! I've a problem that I've been trying to solve for a couple of hours now... on my test-site testsite You can se my horisontal menu not turning up alright, The four images (house, ball, discussion and about) won't be in line with eachother... When I select the text and images in Firefox, I can easily see that there is something wrong... Can somebody please give me a push in the right direction? BR |