From: "Augusto Murri" <[EMAIL PROTECTED]>

Pratically i want to display the SUBMIT button
>closed to the INPUT field without using ABSOLUTE positioning..! 
>
>Actually there's a a little space beetwen them .. and i don't want to show 
>this space..

The space occurs in IE/Win, not in Gecko or Opera (which may have other 
problems)

http://www.opent.it/romacinema/test/index3.html

Try the following - 

#MainSearch #Submit1 {
/* display: block; */ /* remove this property */
border: none;
background: url(go.gif) no-repeat top left;
width: 20px;
height: 20px;
}

Add the following selectors -
/* \*/
* html #MainSearch #Submit1 {margin-left: -3px;}
/* */

label {display: block;}

This will also improve the display in Opera

hth,

~holly 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to