[thelist] css w/ Navigator

Adam Slesinger bread_man at hotmail.com
Thu Oct 18 10:15:36 CDT 2001


Hi All!  I have a couple quick questions:

1) I have a cascading style sheet and I'm trying to use it to format input 
form fields and buttons.  I put the following in the file:

input, select	{font: Verdana, Arial; color: #ffffff; font-size: 8pt; 
border-width:thin; border-color:#AFC0E0; border-style:ridge; 
background-color:#777777}

It works in IE 4+, but not in NN 4.7.  In NN, the field is a lot longer than 
in IE and it stretches a table farther than I want.  I thought my refrences 
said this attribute could be used in NN 4+ and I swear I've seen other 
people doing it.  Any ideas??

2) My IE browser seems to be putting space before and after a form, creating 
unwanted space between it and surrounding elements ubove and below (image 
and text, respectively).  Any trick to get this to not happen?  Here's the 
code I'm using:

<img src="images/header_email.gif">
<form method="get" action="/cgi-bin/email.plx">
  <input type="text" name="email" size=20 value=""><br>
  <img src="images/spacer.gif" width="1" height="5"><br>
  <input type="submit" name="signup" value="Submit">
</form>
<span class="small">Sign up to keep up on the latest BadLANs 
news!</span><br>

Thanks everyone for your time!

adam
http://breadweb.net

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





More information about the thelist mailing list