From: good one <[EMAIL PROTECTED]>
>> > In the search tab I changed the size of the input text to make the tab
>> > close up
>> > against the red navigation in IE but in firefox I get a gap.
>> > What do I need to do to get rid of it? Thank you
>> > http://tinyurl.com/5w4b2g
Try changing the padding in your #searchform fieldset selector and adding a new
selector as below -
#searchform fieldset {
color: #fff;
float:left;
border: 0;
padding: 2px 15px 2px 0px;/* adjust the bottom padding here */
margin: 0;
background: url(images/nav/tabsearch.gif) no-repeat right top;
}
#searchtext {margin-top: 3px;} /* add this selector */
This fixes things in FF2, I think. I didn't test in any IE, but if you need to
use different values for those browsers, you can use your favorite technique to
send the different CSS only to IE.
~holly
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/